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