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