Home | History | Annotate | Download | only in VS7.1
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="7.10"
      5 	Name="_sqlite3"
      6 	ProjectGUID="{2FF0A312-22F9-4C34-B070-842916DE27A9}"
      7 	SccProjectName="_sqlite3"
      8 	SccLocalPath="..">
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"/>
     12 	</Platforms>
     13 	<Configurations>
     14 		<Configuration
     15 			Name="Debug|Win32"
     16 			OutputDirectory=".\."
     17 			IntermediateDirectory=".\x86-temp-debug\_sqlite3"
     18 			ConfigurationType="2"
     19 			UseOfMFC="0"
     20 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
     21 			<Tool
     22 				Name="VCCLCompilerTool"
     23 				Optimization="0"
     24 				AdditionalIncludeDirectories="..\..\Include;..\..\PC;..\..\..\sqlite-source-3.3.4"
     25 				PreprocessorDefinitions="Py_BUILD_CORE_MODULE;_DEBUG;WIN32;_WINDOWS;MODULE_NAME=\&quot;sqlite3\&quot;"
     26 				RuntimeLibrary="3"
     27 				UsePrecompiledHeader="2"
     28 				WarningLevel="3"
     29 				SuppressStartupBanner="TRUE"
     30 				DebugInformationFormat="3"
     31 				CompileAs="0"/>
     32 			<Tool
     33 				Name="VCCustomBuildTool"/>
     34 			<Tool
     35 				Name="VCLinkerTool"
     36 				AdditionalDependencies="..\..\..\sqlite-source-3.3.4\sqlite3.lib"
     37 				OutputFile="./_sqlite3_d.pyd"
     38 				LinkIncremental="1"
     39 				SuppressStartupBanner="TRUE"
     40 				IgnoreDefaultLibraryNames=""
     41 				GenerateDebugInformation="TRUE"
     42 				ProgramDatabaseFile=".\./_sqlite3_d.pdb"
     43 				SubSystem="2"
     44 				BaseAddress="0x1e180000"
     45 				ImportLibrary=".\./_sqlite3_d.lib"
     46 				TargetMachine="1"/>
     47 			<Tool
     48 				Name="VCMIDLTool"/>
     49 			<Tool
     50 				Name="VCPostBuildEventTool"/>
     51 			<Tool
     52 				Name="VCPreBuildEventTool"/>
     53 			<Tool
     54 				Name="VCPreLinkEventTool"/>
     55 			<Tool
     56 				Name="VCResourceCompilerTool"/>
     57 			<Tool
     58 				Name="VCWebServiceProxyGeneratorTool"/>
     59 			<Tool
     60 				Name="VCXMLDataGeneratorTool"/>
     61 			<Tool
     62 				Name="VCWebDeploymentTool"/>
     63 			<Tool
     64 				Name="VCManagedWrapperGeneratorTool"/>
     65 			<Tool
     66 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
     67 		</Configuration>
     68 		<Configuration
     69 			Name="Release|Win32"
     70 			OutputDirectory=".\."
     71 			IntermediateDirectory=".\x86-temp-release\_sqlite3"
     72 			ConfigurationType="2"
     73 			UseOfMFC="0"
     74 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
     75 			<Tool
     76 				Name="VCCLCompilerTool"
     77 				Optimization="2"
     78 				InlineFunctionExpansion="1"
     79 				AdditionalIncludeDirectories="..\..\Include;..\..\PC;..\..\..\sqlite-source-3.3.4"
     80 				PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS;MODULE_NAME=\&quot;sqlite3\&quot;"
     81 				StringPooling="TRUE"
     82 				RuntimeLibrary="2"
     83 				EnableFunctionLevelLinking="TRUE"
     84 				UsePrecompiledHeader="2"
     85 				WarningLevel="3"
     86 				SuppressStartupBanner="TRUE"
     87 				DebugInformationFormat="3"
     88 				CompileAs="0"/>
     89 			<Tool
     90 				Name="VCCustomBuildTool"/>
     91 			<Tool
     92 				Name="VCLinkerTool"
     93 				AdditionalDependencies="..\..\..\sqlite-source-3.3.4\sqlite3.lib"
     94 				OutputFile="./_sqlite3.pyd"
     95 				LinkIncremental="1"
     96 				SuppressStartupBanner="TRUE"
     97 				IgnoreDefaultLibraryNames=""
     98 				GenerateDebugInformation="TRUE"
     99 				ProgramDatabaseFile=".\./_sqlite3.pdb"
    100 				SubSystem="2"
    101 				BaseAddress="0x1e180000"
    102 				ImportLibrary=".\./_sqlite3.lib"
    103 				TargetMachine="1"/>
    104 			<Tool
    105 				Name="VCMIDLTool"/>
    106 			<Tool
    107 				Name="VCPostBuildEventTool"/>
    108 			<Tool
    109 				Name="VCPreBuildEventTool"/>
    110 			<Tool
    111 				Name="VCPreLinkEventTool"/>
    112 			<Tool
    113 				Name="VCResourceCompilerTool"/>
    114 			<Tool
    115 				Name="VCWebServiceProxyGeneratorTool"/>
    116 			<Tool
    117 				Name="VCXMLDataGeneratorTool"/>
    118 			<Tool
    119 				Name="VCWebDeploymentTool"/>
    120 			<Tool
    121 				Name="VCManagedWrapperGeneratorTool"/>
    122 			<Tool
    123 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    124 		</Configuration>
    125 		<Configuration
    126 			Name="ReleaseItanium|Win32"
    127 			OutputDirectory="./."
    128 			IntermediateDirectory=".\ia64-temp-release\_sqlite3"
    129 			ConfigurationType="2"
    130 			UseOfMFC="0"
    131 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
    132 			<Tool
    133 				Name="VCCLCompilerTool"
    134 				AdditionalOptions=" /USECL:MS_ITANIUM /GS-"
    135 				Optimization="2"
    136 				InlineFunctionExpansion="1"
    137 				AdditionalIncludeDirectories="..\..\Include;..\..\PC;..\..\..\sqlite-source-3.3.4"
    138 				PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS;MODULE_NAME=\&quot;sqlite3\&quot;"
    139 				StringPooling="TRUE"
    140 				BasicRuntimeChecks="0"
    141 				RuntimeLibrary="2"
    142 				BufferSecurityCheck="FALSE"
    143 				EnableFunctionLevelLinking="TRUE"
    144 				UsePrecompiledHeader="2"
    145 				WarningLevel="3"
    146 				SuppressStartupBanner="TRUE"
    147 				Detect64BitPortabilityProblems="TRUE"
    148 				DebugInformationFormat="3"
    149 				CompileAs="0"/>
    150 			<Tool
    151 				Name="VCCustomBuildTool"/>
    152 			<Tool
    153 				Name="VCLinkerTool"
    154 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
    155 				AdditionalDependencies="..\..\..\sqlite-source-3.3.4\ia64\sqlite3.lib"
    156 				OutputFile="./_sqlite3.pyd"
    157 				LinkIncremental="1"
    158 				SuppressStartupBanner="TRUE"
    159 				IgnoreDefaultLibraryNames=""
    160 				GenerateDebugInformation="TRUE"
    161 				ProgramDatabaseFile=".\./_sqlite3.pdb"
    162 				SubSystem="2"
    163 				BaseAddress="0x1e180000"
    164 				ImportLibrary=".\./_sqlite3.lib"
    165 				TargetMachine="0"/>
    166 			<Tool
    167 				Name="VCMIDLTool"/>
    168 			<Tool
    169 				Name="VCPostBuildEventTool"/>
    170 			<Tool
    171 				Name="VCPreBuildEventTool"/>
    172 			<Tool
    173 				Name="VCPreLinkEventTool"/>
    174 			<Tool
    175 				Name="VCResourceCompilerTool"/>
    176 			<Tool
    177 				Name="VCWebServiceProxyGeneratorTool"/>
    178 			<Tool
    179 				Name="VCXMLDataGeneratorTool"/>
    180 			<Tool
    181 				Name="VCWebDeploymentTool"/>
    182 			<Tool
    183 				Name="VCManagedWrapperGeneratorTool"/>
    184 			<Tool
    185 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    186 		</Configuration>
    187 		<Configuration
    188 			Name="ReleaseAMD64|Win32"
    189 			OutputDirectory="."
    190 			IntermediateDirectory="amd64-temp-release\_sqlite3"
    191 			ConfigurationType="2"
    192 			UseOfMFC="0"
    193 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
    194 			<Tool
    195 				Name="VCCLCompilerTool"
    196 				AdditionalOptions=" /USECL:MS_OPTERON /GS-"
    197 				Optimization="2"
    198 				InlineFunctionExpansion="1"
    199 				AdditionalIncludeDirectories="..\..\Include;..\..\PC;..\..\..\sqlite-source-3.3.4"
    200 				PreprocessorDefinitions="Py_BUILD_CORE_MODULE;NDEBUG;WIN32;_WINDOWS;MODULE_NAME=\&quot;sqlite3\&quot;"
    201 				StringPooling="TRUE"
    202 				BasicRuntimeChecks="0"
    203 				RuntimeLibrary="2"
    204 				BufferSecurityCheck="FALSE"
    205 				EnableFunctionLevelLinking="TRUE"
    206 				UsePrecompiledHeader="2"
    207 				WarningLevel="3"
    208 				SuppressStartupBanner="TRUE"
    209 				Detect64BitPortabilityProblems="TRUE"
    210 				DebugInformationFormat="3"
    211 				CompileAs="0"/>
    212 			<Tool
    213 				Name="VCCustomBuildTool"/>
    214 			<Tool
    215 				Name="VCLinkerTool"
    216 				AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
    217 				AdditionalDependencies="..\..\..\sqlite-source-3.3.4\amd64\sqlite3.lib"
    218 				OutputFile="./_sqlite3.pyd"
    219 				LinkIncremental="1"
    220 				SuppressStartupBanner="TRUE"
    221 				IgnoreDefaultLibraryNames=""
    222 				GenerateDebugInformation="TRUE"
    223 				ProgramDatabaseFile=".\./_sqlite3.pdb"
    224 				SubSystem="2"
    225 				BaseAddress="0x1e180000"
    226 				ImportLibrary=".\./_sqlite3.lib"
    227 				TargetMachine="0"/>
    228 			<Tool
    229 				Name="VCMIDLTool"/>
    230 			<Tool
    231 				Name="VCPostBuildEventTool"/>
    232 			<Tool
    233 				Name="VCPreBuildEventTool"/>
    234 			<Tool
    235 				Name="VCPreLinkEventTool"/>
    236 			<Tool
    237 				Name="VCResourceCompilerTool"/>
    238 			<Tool
    239 				Name="VCWebServiceProxyGeneratorTool"/>
    240 			<Tool
    241 				Name="VCXMLDataGeneratorTool"/>
    242 			<Tool
    243 				Name="VCWebDeploymentTool"/>
    244 			<Tool
    245 				Name="VCManagedWrapperGeneratorTool"/>
    246 			<Tool
    247 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    248 		</Configuration>
    249 	</Configurations>
    250 	<References>
    251 	</References>
    252 	<Files>
    253 		<File
    254 			RelativePath="..\..\Modules\_sqlite\cache.c">
    255 		</File>
    256 		<File
    257 			RelativePath="..\..\Modules\_sqlite\connection.c">
    258 		</File>
    259 		<File
    260 			RelativePath="..\..\Modules\_sqlite\cursor.c">
    261 		</File>
    262 		<File
    263 			RelativePath="..\..\Modules\_sqlite\microprotocols.c">
    264 		</File>
    265 		<File
    266 			RelativePath="..\..\Modules\_sqlite\module.c">
    267 		</File>
    268 		<File
    269 			RelativePath="..\..\Modules\_sqlite\prepare_protocol.c">
    270 		</File>
    271 		<File
    272 			RelativePath="..\..\Modules\_sqlite\row.c">
    273 		</File>
    274 		<File
    275 			RelativePath="..\..\Modules\_sqlite\statement.c">
    276 		</File>
    277 		<File
    278 			RelativePath="..\..\Modules\_sqlite\util.c">
    279 		</File>
    280 	</Files>
    281 	<Globals>
    282 	</Globals>
    283 </VisualStudioProject>
    284