|
|
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: UsePrecompiledHeader="2"
29: PrecompiledHeaderFile=".\Debug/ApacheModuleParser3.pch"
30: AssemblerListingLocation=".\Debug/"
31: ObjectFile=".\Debug/"
32: ProgramDataBaseFileName=".\Debug/"
33: BrowseInformation="1"
34: WarningLevel="3"
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"
97: Optimization="2"
98: GlobalOptimizations="TRUE"
99: InlineFunctionExpansion="1"
100: AdditionalIncludeDirectories="..\..\..\..\win32\apache13\src\include;..\..\..\..\win32\apache13\src\os\win32"
101: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
102: StringPooling="TRUE"
103: RuntimeLibrary="2"
104: EnableFunctionLevelLinking="TRUE"
105: UsePrecompiledHeader="2"
106: PrecompiledHeaderFile=".\Release/ApacheModuleParser3.pch"
107: AssemblerListingLocation=".\Release/"
108: ObjectFile=".\Release/"
109: ProgramDataBaseFileName=".\Release/"
110: WarningLevel="3"
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: OptimizeReferences="2"
126: OptimizeForWindows98="1"
127: ImportLibrary=".\Release/ApacheModuleParser3.lib"
128: TargetMachine="1"/>
129: <Tool
130: Name="VCMIDLTool"
131: PreprocessorDefinitions="NDEBUG"
132: MkTypLibCompatible="TRUE"
133: SuppressStartupBanner="TRUE"
134: TargetEnvironment="1"
135: TypeLibraryName=".\Release/ApacheModuleParser3.tlb"
136: HeaderFileName=""/>
137: <Tool
138: Name="VCPostBuildEventTool"
139: Description="Starting apache..."
140: CommandLine="net start apache_release
141: dir>nul
142: "/>
143: <Tool
144: Name="VCPreBuildEventTool"/>
145: <Tool
146: Name="VCPreLinkEventTool"
147: Description="Stopping apache..."
148: CommandLine="net stop apache_release
149: dir>nul
150: "/>
151: <Tool
152: Name="VCResourceCompilerTool"
153: PreprocessorDefinitions="NDEBUG"
154: Culture="2057"/>
155: <Tool
156: Name="VCWebServiceProxyGeneratorTool"/>
157: <Tool
158: Name="VCXMLDataGeneratorTool"/>
159: <Tool
160: Name="VCWebDeploymentTool"/>
161: <Tool
162: Name="VCManagedWrapperGeneratorTool"/>
163: <Tool
164: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
165: </Configuration>
166: </Configurations>
167: <References>
168: </References>
169: <Files>
170: <File
171: RelativePath="mod_parser3.c">
172: <FileConfiguration
173: Name="Debug|Win32">
174: <Tool
175: Name="VCCLCompilerTool"
176: Optimization="0"
177: AdditionalIncludeDirectories=""
178: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
179: BrowseInformation="1"
180: CompileAs="1"/>
181: </FileConfiguration>
182: <FileConfiguration
183: Name="Release|Win32">
184: <Tool
185: Name="VCCLCompilerTool"
186: Optimization="2"
187: GlobalOptimizations="TRUE"
188: AdditionalIncludeDirectories=""
189: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
190: CompileAs="1"/>
191: </FileConfiguration>
192: </File>
193: <File
194: RelativePath="pa_httpd.h">
195: </File>
196: </Files>
197: <Globals>
198: </Globals>
199: </VisualStudioProject>