|
|
1.1 moko 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.2 ! moko 25: AdditionalIncludeDirectories="..\..\..\..\win32\apache22\include;..\..\..\..\win32\apache22\os\win32;..\..\..\..\win32\apache22\srclib\apr\include\;..\..\..\..\win32\apache22\srclib\apr-util\include\"
1.1 moko 26: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE"
27: RuntimeLibrary="3"
28: UsePrecompiledHeader="2"
29: PrecompiledHeaderFile=".\Debug/mod_parser3.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/mod_parser3.dll"
45: SuppressStartupBanner="TRUE"
46: GenerateDebugInformation="TRUE"
47: ProgramDatabaseFile=".\Debug/mod_parser3.pdb"
48: SubSystem="2"
49: ImportLibrary=".\Debug/mod_parser3.lib"
50: TargetMachine="1"/>
51: <Tool
52: Name="VCMIDLTool"
53: PreprocessorDefinitions="_DEBUG"
54: MkTypLibCompatible="TRUE"
55: SuppressStartupBanner="TRUE"
56: TargetEnvironment="1"
57: TypeLibraryName=".\Debug/mod_parser3.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"
1.2 ! moko 100: AdditionalIncludeDirectories="..\..\..\..\win32\apache22\include;..\..\..\..\win32\apache22\os\win32;..\..\..\..\win32\apache22\srclib\apr\include\;..\..\..\..\win32\apache22\srclib\apr-util\include\"
1.1 moko 101: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
102: StringPooling="TRUE"
103: RuntimeLibrary="2"
104: EnableFunctionLevelLinking="TRUE"
105: UsePrecompiledHeader="2"
106: PrecompiledHeaderFile=".\Release/mod_parser3.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/mod_parser3.dll"
121: LinkIncremental="1"
122: SuppressStartupBanner="TRUE"
123: ProgramDatabaseFile=".\Release/mod_parser3.pdb"
124: SubSystem="2"
125: StackReserveSize="2097152"
126: OptimizeReferences="2"
127: OptimizeForWindows98="1"
128: ImportLibrary=".\Release/mod_parser3.lib"
129: TargetMachine="1"/>
130: <Tool
131: Name="VCMIDLTool"
132: PreprocessorDefinitions="NDEBUG"
133: MkTypLibCompatible="TRUE"
134: SuppressStartupBanner="TRUE"
135: TargetEnvironment="1"
136: TypeLibraryName=".\Release/mod_parser3.tlb"
137: HeaderFileName=""/>
138: <Tool
139: Name="VCPostBuildEventTool"
140: Description="Starting apache..."
141: CommandLine="net start apache_release
142: dir>nul
143: "/>
144: <Tool
145: Name="VCPreBuildEventTool"/>
146: <Tool
147: Name="VCPreLinkEventTool"
148: Description="Stopping apache..."
149: CommandLine="net stop apache_release
150: dir>nul
151: "/>
152: <Tool
153: Name="VCResourceCompilerTool"
154: PreprocessorDefinitions="NDEBUG"
155: Culture="2057"/>
156: <Tool
157: Name="VCWebServiceProxyGeneratorTool"/>
158: <Tool
159: Name="VCXMLDataGeneratorTool"/>
160: <Tool
161: Name="VCWebDeploymentTool"/>
162: <Tool
163: Name="VCManagedWrapperGeneratorTool"/>
164: <Tool
165: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
166: </Configuration>
167: </Configurations>
168: <References>
169: </References>
170: <Files>
171: <File
172: RelativePath="mod_parser3.c">
173: <FileConfiguration
174: Name="Debug|Win32">
175: <Tool
176: Name="VCCLCompilerTool"
177: Optimization="0"
178: AdditionalIncludeDirectories=""
179: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
180: BrowseInformation="1"
181: CompileAs="1"/>
182: </FileConfiguration>
183: <FileConfiguration
184: Name="Release|Win32">
185: <Tool
186: Name="VCCLCompilerTool"
187: Optimization="2"
188: GlobalOptimizations="TRUE"
189: AdditionalIncludeDirectories=""
190: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
191: CompileAs="1"/>
192: </FileConfiguration>
193: </File>
194: <File
195: RelativePath="pa_httpd.h">
196: </File>
197: </Files>
198: <Globals>
199: </Globals>
200: </VisualStudioProject>