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