Massive reorganization attempt - part 1
Oh dear, what has DS done now?
This commit is contained in:
586
dlls/sqlite/msvc8/sqlite.vcproj
Normal file
586
dlls/sqlite/msvc8/sqlite.vcproj
Normal file
@ -0,0 +1,586 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="sqlite"
|
||||
ProjectGUID="{4FDFD106-7163-44F0-85C4-9FAFECD14973}"
|
||||
RootNamespace="sqlite"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "NO_TCL""
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""..\sqlite-source";"..\sqlitepp";"..\thread";"..\sdk""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
StructMemberAlignment="3"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/sqlite_amxx.dll"
|
||||
LinkIncremental="2"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
ModuleDefinitionFile=""
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/sqlite.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="$(OutDir)/sqlite.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/D "NO_TCL""
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="true"
|
||||
AdditionalIncludeDirectories=""..\sqlite-source";"..\sqlitepp";"..\thread";"..\sdk""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
StructMemberAlignment="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
RuntimeTypeInfo="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/sqlite_amxx.dll"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
ImportLibrary="$(OutDir)/sqlite.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\basic_sql.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\handles.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\module.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\oldcompat_sql.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\threading.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlheaders.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite_header.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\threading.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Database"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\ISQLDriver.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteDatabase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteDriver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteHeaders.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteQuery.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteResultSet.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteDatabase.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteDriver.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteQuery.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlitepp\SqliteResultSet.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Threader"
|
||||
>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\thread\BaseWorker.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\IThreader.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\PosixThreads.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\ThreadSupport.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\ThreadWorker.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\WinThreads.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\thread\BaseWorker.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\ThreadWorker.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\thread\WinThreads.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SQLite Source"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\alter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\analyze.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\attach.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\auth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\btree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\btree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\build.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\callback.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\complete.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\date.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\delete.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\expr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\func.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\hash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\insert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\keywordhash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\legacy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\main.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\opcodes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\opcodes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os_common.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\os_win.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\pager.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\pager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\parse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\parse.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\pragma.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\prepare.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\printf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\random.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\select.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\sqlite3.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\sqliteInt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\table.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\tokenize.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\trigger.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\update.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\utf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vacuum.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbe.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbe.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbeapi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbeaux.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbefifo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbeInt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\vdbemem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sqlite-source\where.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Module SDK"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\moduleconfig.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\svn_version.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="AMXX STL"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\sh_list.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="SDK Base"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\sdk\amxxmodule.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Pawn Includes"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\plugins\include\sqlx.inc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Reference in New Issue
Block a user