Annotation of parser3/src/targets/apache13/ApacheModuleParser3.vcproj, revision 1.1
1.1 ! paf 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="\parser3project\win32\apache13\src\include,\parser3project\win32\apache13\src\os\win32"
! 26: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE"
! 27: RuntimeLibrary="3"
! 28: PrecompiledHeaderFile=".\Debug/ApacheModuleParser3.pch"
! 29: AssemblerListingLocation=".\Debug/"
! 30: ObjectFile=".\Debug/"
! 31: ProgramDataBaseFileName=".\Debug/"
! 32: BrowseInformation="1"
! 33: WarningLevel="3"
! 34: SuppressStartupBanner="TRUE"
! 35: DebugInformationFormat="3"
! 36: CompileAs="1"/>
! 37: <Tool
! 38: Name="VCCustomBuildTool"/>
! 39: <Tool
! 40: Name="VCLinkerTool"
! 41: IgnoreImportLibrary="TRUE"
! 42: AdditionalDependencies="wsock32.lib"
! 43: OutputFile="Debug/ApacheModuleParser3Debug.dll"
! 44: LinkIncremental="1"
! 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: InlineFunctionExpansion="1"
! 99: AdditionalIncludeDirectories="..\..,\parser3project\win32\apache13\src\include,\parser3project\win32\apache13\src\os\win32"
! 100: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE"
! 101: StringPooling="TRUE"
! 102: RuntimeLibrary="2"
! 103: EnableFunctionLevelLinking="TRUE"
! 104: PrecompiledHeaderFile=".\Release/ApacheModuleParser3.pch"
! 105: AssemblerListingLocation=".\Release/"
! 106: ObjectFile=".\Release/"
! 107: ProgramDataBaseFileName=".\Release/"
! 108: WarningLevel="3"
! 109: SuppressStartupBanner="TRUE"
! 110: DebugInformationFormat="3"
! 111: CompileAs="1"/>
! 112: <Tool
! 113: Name="VCCustomBuildTool"/>
! 114: <Tool
! 115: Name="VCLinkerTool"
! 116: IgnoreImportLibrary="TRUE"
! 117: AdditionalDependencies="wsock32.lib"
! 118: OutputFile=".\Release/ApacheModuleParser3.dll"
! 119: LinkIncremental="1"
! 120: SuppressStartupBanner="TRUE"
! 121: ProgramDatabaseFile=".\Release/ApacheModuleParser3.pdb"
! 122: SubSystem="2"
! 123: ImportLibrary=".\Release/ApacheModuleParser3.lib"
! 124: TargetMachine="1"/>
! 125: <Tool
! 126: Name="VCMIDLTool"
! 127: PreprocessorDefinitions="NDEBUG"
! 128: MkTypLibCompatible="TRUE"
! 129: SuppressStartupBanner="TRUE"
! 130: TargetEnvironment="1"
! 131: TypeLibraryName=".\Release/ApacheModuleParser3.tlb"
! 132: HeaderFileName=""/>
! 133: <Tool
! 134: Name="VCPostBuildEventTool"
! 135: Description="Starting apache..."
! 136: CommandLine="net start apache_release
! 137: dir>nul
! 138: "/>
! 139: <Tool
! 140: Name="VCPreBuildEventTool"/>
! 141: <Tool
! 142: Name="VCPreLinkEventTool"
! 143: Description="Stopping apache..."
! 144: CommandLine="net stop apache_release
! 145: dir>nul
! 146: "/>
! 147: <Tool
! 148: Name="VCResourceCompilerTool"
! 149: PreprocessorDefinitions="NDEBUG"
! 150: Culture="2057"/>
! 151: <Tool
! 152: Name="VCWebServiceProxyGeneratorTool"/>
! 153: <Tool
! 154: Name="VCXMLDataGeneratorTool"/>
! 155: <Tool
! 156: Name="VCWebDeploymentTool"/>
! 157: <Tool
! 158: Name="VCManagedWrapperGeneratorTool"/>
! 159: <Tool
! 160: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 161: </Configuration>
! 162: </Configurations>
! 163: <References>
! 164: </References>
! 165: <Files>
! 166: <File
! 167: RelativePath="mod_parser3.c">
! 168: <FileConfiguration
! 169: Name="Debug|Win32">
! 170: <Tool
! 171: Name="VCCLCompilerTool"
! 172: Optimization="0"
! 173: AdditionalIncludeDirectories=""
! 174: PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
! 175: BrowseInformation="1"
! 176: CompileAs="1"/>
! 177: </FileConfiguration>
! 178: <FileConfiguration
! 179: Name="Release|Win32">
! 180: <Tool
! 181: Name="VCCLCompilerTool"
! 182: Optimization="2"
! 183: AdditionalIncludeDirectories=""
! 184: PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;SHARED_MODULE;$(NoInherit)"
! 185: CompileAs="1"/>
! 186: </FileConfiguration>
! 187: </File>
! 188: <File
! 189: RelativePath="pa_httpd.h">
! 190: </File>
! 191: </Files>
! 192: <Globals>
! 193: </Globals>
! 194: </VisualStudioProject>
E-mail: