|
|
1.1 paf 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="ApacheModuleParser3"
6: SccProjectName="ApacheModuleParser3"
7: SccAuxPath=""
8: SccLocalPath="..\.."
9: SccProvider="MSSCCI:Jalindi Igloo">
10: <Platforms>
11: <Platform
12: Name="Win32"/>
13: </Platforms>
14: <Configurations>
15: <Configuration
16: Name="Debug|Win32"
17: OutputDirectory=".\Debug"
18: IntermediateDirectory=".\Debug"
19: ConfigurationType="2"
20: UseOfMFC="0"
21: ATLMinimizesCRunTimeLibraryUsage="FALSE">
22: <Tool
23: Name="VCCLCompilerTool"
24: Optimization="0"
1.3 paf 25: AdditionalIncludeDirectories="..\..\..\..\win32\apache13\src\include;..\..\..\..\win32\apache13\src\os\win32"
1.1 paf 26: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE"
27: RuntimeLibrary="3"
28: PrecompiledHeaderFile=".\Debug/ApacheModuleParser3.pch"
29: AssemblerListingLocation=".\Debug/"
30: ObjectFile=".\Debug/"
31: ProgramDataBaseFileName=".\Debug/"
32: BrowseInformation="1"
1.5 ! paf 33: WarningLevel="3"
1.1 paf 34: SuppressStartupBanner="TRUE"
35: DebugInformationFormat="3"
36: CompileAs="1"/>
37: <Tool
38: Name="VCCustomBuildTool"/>
39: <Tool
40: Name="VCLinkerTool"
41: IgnoreImportLibrary="TRUE"
42: AdditionalDependencies="wsock32.lib"
43: OutputFile="Debug/ApacheModuleParser3Debug.dll"
44: SuppressStartupBanner="TRUE"
45: GenerateDebugInformation="TRUE"
46: ProgramDatabaseFile=".\Debug/ApacheModuleParser3Debug.pdb"
47: SubSystem="2"
48: ImportLibrary=".\Debug/ApacheModuleParser3Debug.lib"
49: TargetMachine="1"/>
50: <Tool
51: Name="VCMIDLTool"
52: PreprocessorDefinitions="_DEBUG"
53: MkTypLibCompatible="TRUE"
54: SuppressStartupBanner="TRUE"
55: TargetEnvironment="1"
56: TypeLibraryName=".\Debug/ApacheModuleParser3.tlb"
57: HeaderFileName=""/>
58: <Tool
59: Name="VCPostBuildEventTool"
60: Description="Starting apache..."
61: CommandLine="net start apache_debug
62: dir>nul
63: "/>
64: <Tool
65: Name="VCPreBuildEventTool"/>
66: <Tool
67: Name="VCPreLinkEventTool"
68: Description="Stopping apache..."
69: CommandLine="net stop apache_debug
70: dir>nul
71: "/>
72: <Tool
73: Name="VCResourceCompilerTool"
74: PreprocessorDefinitions="_DEBUG"
75: Culture="2057"/>
76: <Tool
77: Name="VCWebServiceProxyGeneratorTool"/>
78: <Tool
79: Name="VCXMLDataGeneratorTool"/>
80: <Tool
81: Name="VCWebDeploymentTool"/>
82: <Tool
83: Name="VCManagedWrapperGeneratorTool"/>
84: <Tool
85: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
86: </Configuration>
87: <Configuration
88: Name="Release|Win32"
89: OutputDirectory=".\Release"
90: IntermediateDirectory=".\Release"
91: ConfigurationType="2"
92: UseOfMFC="0"
93: ATLMinimizesCRunTimeLibraryUsage="FALSE">
94: <Tool
95: Name="VCCLCompilerTool"
96: Optimization="2"
97: InlineFunctionExpansion="1"
1.3 paf 98: AdditionalIncludeDirectories="..\..\..\..\win32\apache13\src\include;..\..\..\..\win32\apache13\src\os\win32"
1.1 paf 99: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
100: StringPooling="TRUE"
101: RuntimeLibrary="2"
102: EnableFunctionLevelLinking="TRUE"
103: PrecompiledHeaderFile=".\Release/ApacheModuleParser3.pch"
104: AssemblerListingLocation=".\Release/"
105: ObjectFile=".\Release/"
106: ProgramDataBaseFileName=".\Release/"
1.5 ! paf 107: WarningLevel="3"
1.1 paf 108: SuppressStartupBanner="TRUE"
109: DebugInformationFormat="3"
110: CompileAs="1"/>
111: <Tool
112: Name="VCCustomBuildTool"/>
113: <Tool
114: Name="VCLinkerTool"
115: IgnoreImportLibrary="TRUE"
116: AdditionalDependencies="wsock32.lib"
117: OutputFile=".\Release/ApacheModuleParser3.dll"
118: LinkIncremental="1"
119: SuppressStartupBanner="TRUE"
120: ProgramDatabaseFile=".\Release/ApacheModuleParser3.pdb"
121: SubSystem="2"
122: ImportLibrary=".\Release/ApacheModuleParser3.lib"
123: TargetMachine="1"/>
124: <Tool
125: Name="VCMIDLTool"
126: PreprocessorDefinitions="NDEBUG"
127: MkTypLibCompatible="TRUE"
128: SuppressStartupBanner="TRUE"
129: TargetEnvironment="1"
130: TypeLibraryName=".\Release/ApacheModuleParser3.tlb"
131: HeaderFileName=""/>
132: <Tool
133: Name="VCPostBuildEventTool"
134: Description="Starting apache..."
135: CommandLine="net start apache_release
136: dir>nul
137: "/>
138: <Tool
139: Name="VCPreBuildEventTool"/>
140: <Tool
141: Name="VCPreLinkEventTool"
142: Description="Stopping apache..."
143: CommandLine="net stop apache_release
144: dir>nul
145: "/>
146: <Tool
147: Name="VCResourceCompilerTool"
148: PreprocessorDefinitions="NDEBUG"
149: Culture="2057"/>
150: <Tool
151: Name="VCWebServiceProxyGeneratorTool"/>
152: <Tool
153: Name="VCXMLDataGeneratorTool"/>
154: <Tool
155: Name="VCWebDeploymentTool"/>
156: <Tool
157: Name="VCManagedWrapperGeneratorTool"/>
158: <Tool
159: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
160: </Configuration>
161: </Configurations>
162: <References>
163: </References>
164: <Files>
165: <File
166: RelativePath="mod_parser3.c">
167: <FileConfiguration
168: Name="Debug|Win32">
169: <Tool
170: Name="VCCLCompilerTool"
171: Optimization="0"
172: AdditionalIncludeDirectories=""
173: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
174: BrowseInformation="1"
175: CompileAs="1"/>
176: </FileConfiguration>
177: <FileConfiguration
178: Name="Release|Win32">
179: <Tool
180: Name="VCCLCompilerTool"
181: Optimization="2"
182: AdditionalIncludeDirectories=""
183: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
184: CompileAs="1"/>
185: </FileConfiguration>
186: </File>
187: <File
188: RelativePath="pa_httpd.h">
189: </File>
190: </Files>
191: <Globals>
192: </Globals>
193: </VisualStudioProject>