|
|
1.1 moko 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="ApacheModuleParser3"
1.3 ! moko 6: ProjectGUID="{61FD304C-2949-4400-845F-0B27CD088547}"
1.1 moko 7: SccProjectName="ApacheModuleParser3"
8: SccAuxPath=""
9: SccLocalPath="..\.."
10: SccProvider="MSSCCI:Jalindi Igloo">
11: <Platforms>
12: <Platform
13: Name="Win32"/>
14: </Platforms>
15: <Configurations>
16: <Configuration
17: Name="Debug|Win32"
18: OutputDirectory=".\Debug"
19: IntermediateDirectory=".\Debug"
20: ConfigurationType="2"
21: UseOfMFC="0"
22: ATLMinimizesCRunTimeLibraryUsage="FALSE">
23: <Tool
24: Name="VCCLCompilerTool"
25: Optimization="0"
1.2 moko 26: AdditionalIncludeDirectories="..\..\..\..\win32\apache22\include;..\..\..\..\win32\apache22\os\win32;..\..\..\..\win32\apache22\srclib\apr\include\;..\..\..\..\win32\apache22\srclib\apr-util\include\"
1.1 moko 27: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE"
28: RuntimeLibrary="3"
29: UsePrecompiledHeader="2"
30: PrecompiledHeaderFile=".\Debug/mod_parser3.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/mod_parser3.dll"
46: SuppressStartupBanner="TRUE"
47: GenerateDebugInformation="TRUE"
48: ProgramDatabaseFile=".\Debug/mod_parser3.pdb"
49: SubSystem="2"
50: ImportLibrary=".\Debug/mod_parser3.lib"
51: TargetMachine="1"/>
52: <Tool
53: Name="VCMIDLTool"
54: PreprocessorDefinitions="_DEBUG"
55: MkTypLibCompatible="TRUE"
56: SuppressStartupBanner="TRUE"
57: TargetEnvironment="1"
58: TypeLibraryName=".\Debug/mod_parser3.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"
1.2 moko 101: AdditionalIncludeDirectories="..\..\..\..\win32\apache22\include;..\..\..\..\win32\apache22\os\win32;..\..\..\..\win32\apache22\srclib\apr\include\;..\..\..\..\win32\apache22\srclib\apr-util\include\"
1.1 moko 102: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
103: StringPooling="TRUE"
104: RuntimeLibrary="2"
105: EnableFunctionLevelLinking="TRUE"
106: UsePrecompiledHeader="2"
107: PrecompiledHeaderFile=".\Release/mod_parser3.pch"
108: AssemblerListingLocation=".\Release/"
109: ObjectFile=".\Release/"
110: ProgramDataBaseFileName=".\Release/"
111: WarningLevel="3"
112: SuppressStartupBanner="TRUE"
113: DebugInformationFormat="3"
114: CompileAs="1"/>
115: <Tool
116: Name="VCCustomBuildTool"/>
117: <Tool
118: Name="VCLinkerTool"
119: IgnoreImportLibrary="TRUE"
120: AdditionalDependencies="wsock32.lib"
121: OutputFile=".\Release/mod_parser3.dll"
122: LinkIncremental="1"
123: SuppressStartupBanner="TRUE"
124: ProgramDatabaseFile=".\Release/mod_parser3.pdb"
125: SubSystem="2"
126: StackReserveSize="2097152"
127: OptimizeReferences="2"
128: OptimizeForWindows98="1"
129: ImportLibrary=".\Release/mod_parser3.lib"
130: TargetMachine="1"/>
131: <Tool
132: Name="VCMIDLTool"
133: PreprocessorDefinitions="NDEBUG"
134: MkTypLibCompatible="TRUE"
135: SuppressStartupBanner="TRUE"
136: TargetEnvironment="1"
137: TypeLibraryName=".\Release/mod_parser3.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>