Annotation of sql/pgsql/parser3pgsql.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="parser3pgsql"
! 6: SccProjectName="parser3pgsql"
! 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="2"
! 20: UseOfMFC="0"
! 21: ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 22: <Tool
! 23: Name="VCCLCompilerTool"
! 24: Optimization="2"
! 25: InlineFunctionExpansion="1"
! 26: AdditionalIncludeDirectories="..,pgsql32\include,..\..\include,..\..\parser3\src\sql,..\..\win32\sql\pgsql\include,..\..\parser3\src\include,libltdl"
! 27: PreprocessorDefinitions="WIN32"
! 28: StringPooling="TRUE"
! 29: RuntimeLibrary="2"
! 30: EnableFunctionLevelLinking="TRUE"
! 31: UsePrecompiledHeader="2"
! 32: PrecompiledHeaderFile=".\Release/parser3pgsql.pch"
! 33: AssemblerListingLocation=".\Release/"
! 34: ObjectFile=".\Release/"
! 35: ProgramDataBaseFileName=".\Release/"
! 36: WarningLevel="3"
! 37: SuppressStartupBanner="TRUE"
! 38: CompileAs="2"/>
! 39: <Tool
! 40: Name="VCCustomBuildTool"/>
! 41: <Tool
! 42: Name="VCLinkerTool"
! 43: IgnoreImportLibrary="TRUE"
! 44: OutputFile=".\Release/parser3pgsql.dll"
! 45: LinkIncremental="1"
! 46: SuppressStartupBanner="TRUE"
! 47: ModuleDefinitionFile=".\parser3pgsql.def"
! 48: ProgramDatabaseFile=".\Release/parser3pgsql.pdb"
! 49: ImportLibrary=".\Release/parser3pgsql.lib"
! 50: TargetMachine="1"/>
! 51: <Tool
! 52: Name="VCMIDLTool"
! 53: PreprocessorDefinitions="NDEBUG"
! 54: MkTypLibCompatible="TRUE"
! 55: SuppressStartupBanner="TRUE"
! 56: TargetEnvironment="1"
! 57: TypeLibraryName=".\Release/parser3pgsql.tlb"
! 58: HeaderFileName=""/>
! 59: <Tool
! 60: Name="VCPostBuildEventTool"/>
! 61: <Tool
! 62: Name="VCPreBuildEventTool"/>
! 63: <Tool
! 64: Name="VCPreLinkEventTool"/>
! 65: <Tool
! 66: Name="VCResourceCompilerTool"
! 67: PreprocessorDefinitions="NDEBUG"
! 68: Culture="1049"/>
! 69: <Tool
! 70: Name="VCWebServiceProxyGeneratorTool"/>
! 71: <Tool
! 72: Name="VCXMLDataGeneratorTool"/>
! 73: <Tool
! 74: Name="VCWebDeploymentTool"/>
! 75: <Tool
! 76: Name="VCManagedWrapperGeneratorTool"/>
! 77: <Tool
! 78: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 79: </Configuration>
! 80: <Configuration
! 81: Name="Debug|Win32"
! 82: OutputDirectory=".\Debug"
! 83: IntermediateDirectory=".\Debug"
! 84: ConfigurationType="2"
! 85: UseOfMFC="0"
! 86: ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 87: <Tool
! 88: Name="VCCLCompilerTool"
! 89: Optimization="0"
! 90: AdditionalIncludeDirectories="..\..\parser3\src\sql,..\..\win32\sql\pgsql\include,..\..\parser3\src\include,libltdl"
! 91: PreprocessorDefinitions="WIN32;_DEBUG"
! 92: BasicRuntimeChecks="3"
! 93: RuntimeLibrary="3"
! 94: UsePrecompiledHeader="2"
! 95: PrecompiledHeaderFile=".\Debug/parser3pgsql.pch"
! 96: AssemblerListingLocation=".\Debug/"
! 97: ObjectFile=".\Debug/"
! 98: ProgramDataBaseFileName=".\Debug/"
! 99: WarningLevel="3"
! 100: SuppressStartupBanner="TRUE"
! 101: DebugInformationFormat="3"
! 102: CompileAs="2"/>
! 103: <Tool
! 104: Name="VCCustomBuildTool"/>
! 105: <Tool
! 106: Name="VCLinkerTool"
! 107: IgnoreImportLibrary="TRUE"
! 108: OutputFile=".\Debug/parser3pgsql.dll"
! 109: LinkIncremental="1"
! 110: SuppressStartupBanner="TRUE"
! 111: ModuleDefinitionFile=".\parser3pgsql.def"
! 112: GenerateDebugInformation="TRUE"
! 113: ProgramDatabaseFile=".\Debug/parser3pgsql.pdb"
! 114: ImportLibrary=".\Debug/parser3pgsql.lib"
! 115: TargetMachine="1"/>
! 116: <Tool
! 117: Name="VCMIDLTool"
! 118: PreprocessorDefinitions="_DEBUG"
! 119: MkTypLibCompatible="TRUE"
! 120: SuppressStartupBanner="TRUE"
! 121: TargetEnvironment="1"
! 122: TypeLibraryName=".\Debug/parser3pgsql.tlb"
! 123: HeaderFileName=""/>
! 124: <Tool
! 125: Name="VCPostBuildEventTool"
! 126: Description="Starting apache..."
! 127: CommandLine="rem net start apache_debug"/>
! 128: <Tool
! 129: Name="VCPreBuildEventTool"/>
! 130: <Tool
! 131: Name="VCPreLinkEventTool"
! 132: Description="Stopping apache..."
! 133: CommandLine="rem net stop apache_debug"/>
! 134: <Tool
! 135: Name="VCResourceCompilerTool"
! 136: PreprocessorDefinitions="_DEBUG"
! 137: Culture="1049"/>
! 138: <Tool
! 139: Name="VCWebServiceProxyGeneratorTool"/>
! 140: <Tool
! 141: Name="VCXMLDataGeneratorTool"/>
! 142: <Tool
! 143: Name="VCWebDeploymentTool"/>
! 144: <Tool
! 145: Name="VCManagedWrapperGeneratorTool"/>
! 146: <Tool
! 147: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 148: </Configuration>
! 149: </Configurations>
! 150: <References>
! 151: </References>
! 152: <Files>
! 153: <Filter
! 154: Name="Source Files"
! 155: Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
! 156: <File
! 157: RelativePath="parser3pgsql.C">
! 158: <FileConfiguration
! 159: Name="Release|Win32">
! 160: <Tool
! 161: Name="VCCLCompilerTool"
! 162: Optimization="2"
! 163: AdditionalIncludeDirectories=""
! 164: PreprocessorDefinitions="WIN32;$(NoInherit)"
! 165: CompileAs="2"/>
! 166: </FileConfiguration>
! 167: <FileConfiguration
! 168: Name="Debug|Win32">
! 169: <Tool
! 170: Name="VCCLCompilerTool"
! 171: Optimization="0"
! 172: AdditionalIncludeDirectories=""
! 173: PreprocessorDefinitions="WIN32;_DEBUG;$(NoInherit)"
! 174: BasicRuntimeChecks="3"
! 175: CompileAs="2"/>
! 176: </FileConfiguration>
! 177: </File>
! 178: <File
! 179: RelativePath="parser3pgsql.def">
! 180: </File>
! 181: </Filter>
! 182: <Filter
! 183: Name="Header Files"
! 184: Filter="h;hpp;hxx;hm;inl">
! 185: <File
! 186: RelativePath="config_fixed.h">
! 187: </File>
! 188: <File
! 189: RelativePath="config_includes.h">
! 190: </File>
! 191: <File
! 192: RelativePath="..\pa_sql_driver.h">
! 193: </File>
! 194: </Filter>
! 195: </Files>
! 196: <Globals>
! 197: </Globals>
! 198: </VisualStudioProject>
E-mail: