⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sqlite.vcproj

📁 SQLite的VS2005封装
💻 VCPROJ
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="SQLite"
	ProjectGUID="{9A4482FD-DAFC-4FB0-86D2-54545F065015}"
	RootNamespace="SQLite"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="4"
			UseOfMFC="1"
			CharacterSet="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_HAS_CODEC;SQLITE_CORE;SQLITE_ENABLE_FTS3"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLibrarianTool"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="4"
			UseOfMFC="1"
			CharacterSet="1"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_HAS_CODEC;SQLITE_CORE;SQLITE_ENABLE_FTS3"
				RuntimeLibrary="0"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLibrarianTool"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="源文件"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
			<File
				RelativePath=".\alter.c"
				>
			</File>
			<File
				RelativePath=".\analyze.c"
				>
			</File>
			<File
				RelativePath=".\attach.c"
				>
			</File>
			<File
				RelativePath=".\auth.c"
				>
			</File>
			<File
				RelativePath=".\bitvec.c"
				>
			</File>
			<File
				RelativePath=".\btmutex.c"
				>
			</File>
			<File
				RelativePath=".\btree.c"
				>
			</File>
			<File
				RelativePath=".\build.c"
				>
			</File>
			<File
				RelativePath=".\callback.c"
				>
			</File>
			<File
				RelativePath=".\codec\codec.cpp"
				>
			</File>
			<File
				RelativePath=".\codec\codecext.cpp"
				>
			</File>
			<File
				RelativePath=".\complete.c"
				>
			</File>
			<File
				RelativePath=".\date.c"
				>
			</File>
			<File
				RelativePath=".\delete.c"
				>
			</File>
			<File
				RelativePath=".\expr.c"
				>
			</File>
			<File
				RelativePath=".\fault.c"
				>
			</File>
			<File
				RelativePath=".\fts3.c"
				>
			</File>
			<File
				RelativePath=".\fts3_hash.c"
				>
			</File>
			<File
				RelativePath=".\fts3_icu.c"
				>
			</File>
			<File
				RelativePath=".\fts3_porter.c"
				>
			</File>
			<File
				RelativePath=".\fts3_tokenizer.c"
				>
			</File>
			<File
				RelativePath=".\fts3_tokenizer1.c"
				>
			</File>
			<File
				RelativePath=".\func.c"
				>
			</File>
			<File
				RelativePath=".\global.c"
				>
			</File>
			<File
				RelativePath=".\hash.c"
				>
			</File>
			<File
				RelativePath=".\insert.c"
				>
			</File>
			<File
				RelativePath=".\journal.c"
				>
			</File>
			<File
				RelativePath=".\legacy.c"
				>
			</File>
			<File
				RelativePath=".\loadext.c"
				>
			</File>
			<File
				RelativePath=".\main.c"
				>
			</File>
			<File
				RelativePath=".\malloc.c"
				>
			</File>
			<File
				RelativePath=".\mem1.c"
				>
			</File>
			<File
				RelativePath=".\mem2.c"
				>
			</File>
			<File
				RelativePath=".\mem3.c"
				>
			</File>
			<File
				RelativePath=".\mem4.c"
				>
			</File>
			<File
				RelativePath=".\mem5.c"
				>
			</File>
			<File
				RelativePath=".\mem6.c"
				>
			</File>
			<File
				RelativePath=".\mutex.c"
				>
			</File>
			<File
				RelativePath=".\mutex_os2.c"
				>
			</File>
			<File
				RelativePath=".\mutex_unix.c"
				>
			</File>
			<File
				RelativePath=".\mutex_w32.c"
				>
			</File>
			<File
				RelativePath=".\opcodes.c"
				>
			</File>
			<File
				RelativePath=".\os.c"
				>
			</File>
			<File
				RelativePath=".\os_os2.c"
				>
			</File>
			<File
				RelativePath=".\os_unix.c"
				>
			</File>
			<File
				RelativePath=".\os_win.c"
				>
			</File>
			<File
				RelativePath=".\codec\pager_secure.c"
				>
			</File>
			<File
				RelativePath=".\parse.c"
				>
			</File>
			<File
				RelativePath=".\pcache.c"
				>
			</File>
			<File
				RelativePath=".\pragma.c"
				>
			</File>
			<File
				RelativePath=".\prepare.c"
				>
			</File>
			<File
				RelativePath=".\printf.c"
				>
			</File>
			<File
				RelativePath=".\random.c"
				>
			</File>
			<File
				RelativePath=".\resolve.c"
				>
			</File>
			<File
				RelativePath=".\codec\rijndael.cpp"
				>
			</File>
			<File
				RelativePath=".\rtree.c"
				>
			</File>
			<File
				RelativePath=".\select.c"
				>
			</File>
			<File
				RelativePath=".\sqlite3.def"
				>
			</File>
			<File
				RelativePath=".\status.c"
				>
			</File>
			<File
				RelativePath=".\table.c"
				>
			</File>
			<File
				RelativePath=".\tokenize.c"
				>
			</File>
			<File
				RelativePath=".\trigger.c"
				>
			</File>
			<File
				RelativePath=".\update.c"
				>
			</File>
			<File
				RelativePath=".\utf.c"
				>
			</File>
			<File
				RelativePath=".\util.c"
				>
			</File>
			<File
				RelativePath=".\vacuum.c"
				>
			</File>
			<File
				RelativePath=".\vdbe.c"
				>
			</File>
			<File
				RelativePath=".\vdbeapi.c"
				>
			</File>
			<File
				RelativePath=".\vdbeaux.c"
				>
			</File>
			<File
				RelativePath=".\vdbeblob.c"
				>
			</File>
			<File
				RelativePath=".\vdbefifo.c"
				>
			</File>
			<File
				RelativePath=".\vdbemem.c"
				>
			</File>
			<File
				RelativePath=".\vtab.c"
				>
			</File>
			<File
				RelativePath=".\walker.c"
				>
			</File>
			<File
				RelativePath=".\where.c"
				>
			</File>
		</Filter>
		<Filter
			Name="头文件"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath=".\btree.h"
				>
			</File>
			<File
				RelativePath=".\btreeInt.h"
				>
			</File>
			<File
				RelativePath=".\codec\codec.h"
				>
			</File>
			<File
				RelativePath=".\fts3.h"
				>
			</File>
			<File
				RelativePath=".\fts3_hash.h"
				>
			</File>
			<File
				RelativePath=".\fts3_tokenizer.h"
				>
			</File>
			<File
				RelativePath=".\hash.h"
				>
			</File>
			<File
				RelativePath=".\hwtime.h"
				>
			</File>
			<File
				RelativePath=".\keywordhash.h"
				>
			</File>
			<File
				RelativePath=".\mutex.h"
				>
			</File>
			<File
				RelativePath=".\opcodes.h"
				>
			</File>
			<File
				RelativePath=".\os.h"
				>
			</File>
			<File
				RelativePath=".\os_common.h"
				>
			</File>
			<File
				RelativePath=".\pager.h"
				>
			</File>
			<File
				RelativePath=".\parse.h"
				>
			</File>
			<File
				RelativePath=".\pcache.h"
				>
			</File>
			<File
				RelativePath=".\codec\rijndael.h"
				>
			</File>
			<File
				RelativePath=".\rtree.h"
				>
			</File>
			<File
				RelativePath=".\sqlite3.h"
				>
			</File>
			<File
				RelativePath=".\sqlite3ext.h"
				>
			</File>
			<File
				RelativePath=".\sqliteicu.h"
				>
			</File>
			<File
				RelativePath=".\sqliteInt.h"
				>
			</File>
			<File
				RelativePath=".\sqliteLimit.h"
				>
			</File>
			<File
				RelativePath=".\vdbe.h"
				>
			</File>
			<File
				RelativePath=".\vdbeInt.h"
				>
			</File>
		</Filter>
		<Filter
			Name="资源文件"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -