|
|
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 ! paf 97: optimization="2" GlobalOptimizations="TRUE"
1.1 paf 98: InlineFunctionExpansion="1"
1.3 paf 99: AdditionalIncludeDirectories="..\..\..\..\win32\apache13\src\include;..\..\..\..\win32\apache13\src\os\win32"
1.1 paf 100: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
101: StringPooling="TRUE"
102: RuntimeLibrary="2"
103: EnableFunctionLevelLinking="TRUE"
1.6 paf 104: UsePrecompiledHeader="2"
1.1 paf 105: PrecompiledHeaderFile=".\Release/ApacheModuleParser3.pch"
106: AssemblerListingLocation=".\Release/"
107: ObjectFile=".\Release/"
108: ProgramDataBaseFileName=".\Release/"
1.5 paf 109: WarningLevel="3"
1.1 paf 110: SuppressStartupBanner="TRUE"
111: DebugInformationFormat="3"
112: CompileAs="1"/>
113: <Tool
114: Name="VCCustomBuildTool"/>
115: <Tool
116: Name="VCLinkerTool"
117: IgnoreImportLibrary="TRUE"
118: AdditionalDependencies="wsock32.lib"
119: OutputFile=".\Release/ApacheModuleParser3.dll"
120: LinkIncremental="1"
121: SuppressStartupBanner="TRUE"
122: ProgramDatabaseFile=".\Release/ApacheModuleParser3.pdb"
123: SubSystem="2"
124: ImportLibrary=".\Release/ApacheModuleParser3.lib"
125: TargetMachine="1"/>
126: <Tool
127: Name="VCMIDLTool"
128: PreprocessorDefinitions="NDEBUG"
129: MkTypLibCompatible="TRUE"
130: SuppressStartupBanner="TRUE"
131: TargetEnvironment="1"
132: TypeLibraryName=".\Release/ApacheModuleParser3.tlb"
133: HeaderFileName=""/>
134: <Tool
135: Name="VCPostBuildEventTool"
136: Description="Starting apache..."
137: CommandLine="net start apache_release
138: dir>nul
139: "/>
140: <Tool
141: Name="VCPreBuildEventTool"/>
142: <Tool
143: Name="VCPreLinkEventTool"
144: Description="Stopping apache..."
145: CommandLine="net stop apache_release
146: dir>nul
147: "/>
148: <Tool
149: Name="VCResourceCompilerTool"
150: PreprocessorDefinitions="NDEBUG"
151: Culture="2057"/>
152: <Tool
153: Name="VCWebServiceProxyGeneratorTool"/>
154: <Tool
155: Name="VCXMLDataGeneratorTool"/>
156: <Tool
157: Name="VCWebDeploymentTool"/>
158: <Tool
159: Name="VCManagedWrapperGeneratorTool"/>
160: <Tool
161: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
162: </Configuration>
163: </Configurations>
164: <References>
165: </References>
166: <Files>
167: <File
168: RelativePath="mod_parser3.c">
169: <FileConfiguration
170: Name="Debug|Win32">
171: <Tool
172: Name="VCCLCompilerTool"
173: Optimization="0"
174: AdditionalIncludeDirectories=""
175: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
176: BrowseInformation="1"
177: CompileAs="1"/>
178: </FileConfiguration>
179: <FileConfiguration
180: Name="Release|Win32">
181: <Tool
182: Name="VCCLCompilerTool"
1.7 ! paf 183: optimization="2" GlobalOptimizations="TRUE"
1.1 paf 184: AdditionalIncludeDirectories=""
185: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
186: CompileAs="1"/>
187: </FileConfiguration>
188: </File>
189: <File
190: RelativePath="pa_httpd.h">
191: </File>
192: </Files>
193: <Globals>
194: </Globals>
195: </VisualStudioProject>