Annotation of parser3/src/targets/cgi/parser3.vcproj, revision 1.14.2.1
1.14.2.1! misha 1: <?xml version="1.0" encoding="windows-1251"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="parser3"
! 6: SccProjectName="parser3"
! 7: SccAuxPath=""
! 8: SccLocalPath="."
! 9: SccProvider="MSSCCI:Jalindi Igloo">
! 10: <Platforms>
! 11: <Platform
! 12: Name="Win32"/>
! 13: </Platforms>
! 14: <Configurations>
! 15: <Configuration
! 16: Name="Release|Win32"
! 17: OutputDirectory=".\Release"
! 18: IntermediateDirectory=".\Release"
! 19: ConfigurationType="1"
! 20: UseOfMFC="0"
! 21: ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 22: <Tool
! 23: Name="VCCLCompilerTool"
! 24: AdditionalOptions="/vmg"
! 25: Optimization="2"
! 26: GlobalOptimizations="TRUE"
! 27: InlineFunctionExpansion="1"
! 28: AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
! 29: PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
! 30: StringPooling="TRUE"
! 31: RuntimeLibrary="2"
! 32: EnableFunctionLevelLinking="TRUE"
! 33: UsePrecompiledHeader="2"
! 34: PrecompiledHeaderFile=".\Release/parser3.pch"
! 35: AssemblerListingLocation=".\Release/"
! 36: ObjectFile=".\Release/"
! 37: ProgramDataBaseFileName=".\Release/"
! 38: BrowseInformation="1"
! 39: WarningLevel="4"
! 40: SuppressStartupBanner="TRUE"
! 41: DebugInformationFormat="3"
! 42: CompileAs="2"/>
! 43: <Tool
! 44: Name="VCCustomBuildTool"/>
! 45: <Tool
! 46: Name="VCLinkerTool"
! 47: AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 48: OutputFile=".\Release/parser3.exe"
! 49: LinkIncremental="1"
! 50: SuppressStartupBanner="TRUE"
! 51: GenerateDebugInformation="TRUE"
! 52: ProgramDatabaseFile=".\Release/parser3.pdb"
! 53: GenerateMapFile="TRUE"
! 54: MapLines="TRUE"
! 55: SubSystem="1"
! 56: TargetMachine="1"/>
! 57: <Tool
! 58: Name="VCMIDLTool"
! 59: TypeLibraryName=".\Release/parser3.tlb"
! 60: HeaderFileName=""/>
! 61: <Tool
! 62: Name="VCPostBuildEventTool"/>
! 63: <Tool
! 64: Name="VCPreBuildEventTool"/>
! 65: <Tool
! 66: Name="VCPreLinkEventTool"/>
! 67: <Tool
! 68: Name="VCResourceCompilerTool"
! 69: PreprocessorDefinitions="NDEBUG"
! 70: Culture="1049"/>
! 71: <Tool
! 72: Name="VCWebServiceProxyGeneratorTool"/>
! 73: <Tool
! 74: Name="VCXMLDataGeneratorTool"/>
! 75: <Tool
! 76: Name="VCWebDeploymentTool"/>
! 77: <Tool
! 78: Name="VCManagedWrapperGeneratorTool"/>
! 79: <Tool
! 80: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 81: </Configuration>
! 82: <Configuration
! 83: Name="Debug|Win32"
! 84: OutputDirectory=".\Debug"
! 85: IntermediateDirectory=".\Debug"
! 86: ConfigurationType="1"
! 87: UseOfMFC="0"
! 88: ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 89: <Tool
! 90: Name="VCCLCompilerTool"
! 91: AdditionalOptions="/vmg"
! 92: Optimization="0"
! 93: AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\lib\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
! 94: PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
! 95: BasicRuntimeChecks="3"
! 96: RuntimeLibrary="3"
! 97: UsePrecompiledHeader="2"
! 98: PrecompiledHeaderFile=".\Debug/parser3.pch"
! 99: AssemblerListingLocation=".\Debug/"
! 100: ObjectFile=".\Debug/"
! 101: ProgramDataBaseFileName=".\Debug/"
! 102: BrowseInformation="1"
! 103: WarningLevel="4"
! 104: SuppressStartupBanner="TRUE"
! 105: DebugInformationFormat="3"
! 106: CompileAs="2"/>
! 107: <Tool
! 108: Name="VCCustomBuildTool"/>
! 109: <Tool
! 110: Name="VCLinkerTool"
! 111: AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 112: OutputFile="Debug/parser3.exe "
! 113: LinkIncremental="2"
! 114: SuppressStartupBanner="TRUE"
! 115: IgnoreDefaultLibraryNames="msvcrt"
! 116: GenerateDebugInformation="TRUE"
! 117: ProgramDatabaseFile=".\Debug/parser3.pdb"
! 118: SubSystem="1"
! 119: TargetMachine="1"/>
! 120: <Tool
! 121: Name="VCMIDLTool"
! 122: TypeLibraryName=".\Debug/parser3.tlb"
! 123: HeaderFileName=""/>
! 124: <Tool
! 125: Name="VCPostBuildEventTool"/>
! 126: <Tool
! 127: Name="VCPreBuildEventTool"/>
! 128: <Tool
! 129: Name="VCPreLinkEventTool"/>
! 130: <Tool
! 131: Name="VCResourceCompilerTool"
! 132: PreprocessorDefinitions="_DEBUG"
! 133: Culture="1049"/>
! 134: <Tool
! 135: Name="VCWebServiceProxyGeneratorTool"/>
! 136: <Tool
! 137: Name="VCXMLDataGeneratorTool"/>
! 138: <Tool
! 139: Name="VCWebDeploymentTool"/>
! 140: <Tool
! 141: Name="VCManagedWrapperGeneratorTool"/>
! 142: <Tool
! 143: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 144: </Configuration>
! 145: </Configurations>
! 146: <References>
! 147: </References>
! 148: <Files>
! 149: <File
! 150: RelativePath=".\getopt.c">
! 151: </File>
! 152: <File
! 153: RelativePath=".\getopt.h">
! 154: </File>
! 155: <File
! 156: RelativePath=".\pa_threads.C">
! 157: </File>
! 158: <File
! 159: RelativePath=".\parser3.C">
! 160: </File>
! 161: </Files>
! 162: <Globals>
! 163: </Globals>
! 164: </VisualStudioProject>
E-mail: