Annotation of sql/oracle/parser3oracle.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="parser3oracle"
! 6: SccProjectName="parser3oracle"
! 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="libltdl,..\..\win32\sql\oracle\include\oci,..\..\win32\sql\oracle\include\public,..\..\parser3\src\include,..\..\parser3\src\sql"
! 27: PreprocessorDefinitions="WIN32"
! 28: StringPooling="TRUE"
! 29: RuntimeLibrary="2"
! 30: EnableFunctionLevelLinking="TRUE"
! 31: UsePrecompiledHeader="2"
! 32: PrecompiledHeaderFile=".\Release/parser3oracle.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/parser3oracle.dll"
! 45: LinkIncremental="1"
! 46: SuppressStartupBanner="TRUE"
! 47: ModuleDefinitionFile=".\parser3oracle.def"
! 48: ProgramDatabaseFile=".\Release/parser3oracle.pdb"
! 49: ImportLibrary=".\Release/parser3oracle.lib"
! 50: TargetMachine="1"/>
! 51: <Tool
! 52: Name="VCMIDLTool"
! 53: PreprocessorDefinitions="NDEBUG"
! 54: MkTypLibCompatible="TRUE"
! 55: SuppressStartupBanner="TRUE"
! 56: TargetEnvironment="1"
! 57: TypeLibraryName=".\Release/parser3oracle.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="libltdl,..\..\win32\sql\oracle\include\oci,..\..\win32\sql\oracle\include\public,..\..\parser3\src\include,..\..\parser3\src\sql"
! 91: PreprocessorDefinitions="WIN32;_DEBUG"
! 92: BasicRuntimeChecks="3"
! 93: RuntimeLibrary="3"
! 94: UsePrecompiledHeader="2"
! 95: PrecompiledHeaderFile=".\Debug/parser3oracle.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/parser3oracle.dll"
! 109: LinkIncremental="1"
! 110: SuppressStartupBanner="TRUE"
! 111: ModuleDefinitionFile=".\parser3oracle.def"
! 112: GenerateDebugInformation="TRUE"
! 113: ProgramDatabaseFile=".\Debug/parser3oracle.pdb"
! 114: ImportLibrary=".\Debug/parser3oracle.lib"
! 115: TargetMachine="1"/>
! 116: <Tool
! 117: Name="VCMIDLTool"
! 118: PreprocessorDefinitions="_DEBUG"
! 119: MkTypLibCompatible="TRUE"
! 120: SuppressStartupBanner="TRUE"
! 121: TargetEnvironment="1"
! 122: TypeLibraryName=".\Debug/parser3oracle.tlb"
! 123: HeaderFileName=""/>
! 124: <Tool
! 125: Name="VCPostBuildEventTool"
! 126: Description="Starting apache..."
! 127: CommandLine="net start apache_debug"/>
! 128: <Tool
! 129: Name="VCPreBuildEventTool"/>
! 130: <Tool
! 131: Name="VCPreLinkEventTool"
! 132: Description="Stopping apache..."
! 133: CommandLine="net stop apache_debug
! 134: dir>nul
! 135: "/>
! 136: <Tool
! 137: Name="VCResourceCompilerTool"
! 138: PreprocessorDefinitions="_DEBUG"
! 139: Culture="1049"/>
! 140: <Tool
! 141: Name="VCWebServiceProxyGeneratorTool"/>
! 142: <Tool
! 143: Name="VCXMLDataGeneratorTool"/>
! 144: <Tool
! 145: Name="VCWebDeploymentTool"/>
! 146: <Tool
! 147: Name="VCManagedWrapperGeneratorTool"/>
! 148: <Tool
! 149: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 150: </Configuration>
! 151: </Configurations>
! 152: <References>
! 153: </References>
! 154: <Files>
! 155: <Filter
! 156: Name="Source Files"
! 157: Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
! 158: <File
! 159: RelativePath="parser3oracle.C">
! 160: <FileConfiguration
! 161: Name="Release|Win32">
! 162: <Tool
! 163: Name="VCCLCompilerTool"
! 164: Optimization="2"
! 165: AdditionalIncludeDirectories=""
! 166: PreprocessorDefinitions="WIN32;$(NoInherit)"
! 167: CompileAs="2"/>
! 168: </FileConfiguration>
! 169: <FileConfiguration
! 170: Name="Debug|Win32">
! 171: <Tool
! 172: Name="VCCLCompilerTool"
! 173: Optimization="0"
! 174: AdditionalIncludeDirectories=""
! 175: PreprocessorDefinitions="WIN32;_DEBUG;$(NoInherit)"
! 176: BasicRuntimeChecks="3"
! 177: CompileAs="2"/>
! 178: </FileConfiguration>
! 179: </File>
! 180: <File
! 181: RelativePath="parser3oracle.def">
! 182: </File>
! 183: </Filter>
! 184: <Filter
! 185: Name="Header Files"
! 186: Filter="h;hpp;hxx;hm;inl">
! 187: <File
! 188: RelativePath="config_fixed.h">
! 189: </File>
! 190: <File
! 191: RelativePath="config_includes.h">
! 192: </File>
! 193: <File
! 194: RelativePath="..\pa_sql_driver.h">
! 195: </File>
! 196: </Filter>
! 197: </Files>
! 198: <Globals>
! 199: </Globals>
! 200: </VisualStudioProject>
E-mail: