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