2011-06-29 05:50:14 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{4FDFD106-7163-44F0-85C4-9FAFECD14973}</ProjectGuid>
|
|
|
|
|
<RootNamespace>sqlite</RootNamespace>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)_amxx</TargetName>
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)_amxx</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/D "NO_TCL" %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2014-08-10 15:24:38 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\sqlite-source;..\sqlitepp;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-06-29 05:50:14 +00:00
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<ModuleDefinitionFile>
|
|
|
|
|
</ModuleDefinitionFile>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ProgramDatabaseFile>$(OutDir)sqlite.pdb</ProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<ImportLibrary>$(OutDir)sqlite.lib</ImportLibrary>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalOptions>/D "NO_TCL" %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2014-08-10 15:24:38 +00:00
|
|
|
|
<AdditionalIncludeDirectories>..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\sqlite-source;..\sqlitepp;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-06-29 05:50:14 +00:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<ImportLibrary>$(OutDir)sqlite.lib</ImportLibrary>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\basic_sql.cpp" />
|
|
|
|
|
<ClCompile Include="..\handles.cpp" />
|
|
|
|
|
<ClCompile Include="..\module.cpp" />
|
|
|
|
|
<ClCompile Include="..\oldcompat_sql.cpp" />
|
|
|
|
|
<ClCompile Include="..\threading.cpp" />
|
|
|
|
|
<ClCompile Include="..\sqlitepp\SqliteDatabase.cpp" />
|
|
|
|
|
<ClCompile Include="..\sqlitepp\SqliteDriver.cpp" />
|
|
|
|
|
<ClCompile Include="..\sqlitepp\SqliteQuery.cpp" />
|
|
|
|
|
<ClCompile Include="..\sqlitepp\SqliteResultSet.cpp" />
|
|
|
|
|
<ClCompile Include="..\thread\BaseWorker.cpp" />
|
|
|
|
|
<ClCompile Include="..\thread\ThreadWorker.cpp" />
|
|
|
|
|
<ClCompile Include="..\thread\WinThreads.cpp" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\alter.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\analyze.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\attach.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\auth.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\btree.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\build.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\callback.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\complete.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\date.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\delete.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\expr.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\func.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\hash.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\insert.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\legacy.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\loadext.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\main.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\opcodes.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\os.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\os_win.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\pager.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\parse.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\pragma.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\prepare.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\printf.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\random.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\select.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\table.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\tokenize.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\trigger.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\update.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\utf.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\util.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vacuum.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vdbe.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vdbeapi.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vdbeaux.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vdbefifo.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vdbemem.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\vtab.c" />
|
|
|
|
|
<ClCompile Include="..\sqlite-source\where.c" />
|
2014-08-10 15:24:38 +00:00
|
|
|
|
<ClCompile Include="..\..\..\public\sdk\amxxmodule.cpp" />
|
2011-06-29 05:50:14 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\sqlheaders.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite_header.h" />
|
|
|
|
|
<ClInclude Include="..\threading.h" />
|
|
|
|
|
<ClInclude Include="..\sqlitepp\ISQLDriver.h" />
|
|
|
|
|
<ClInclude Include="..\sqlitepp\SqliteDatabase.h" />
|
|
|
|
|
<ClInclude Include="..\sqlitepp\SqliteDriver.h" />
|
|
|
|
|
<ClInclude Include="..\sqlitepp\SqliteHeaders.h" />
|
|
|
|
|
<ClInclude Include="..\sqlitepp\SqliteQuery.h" />
|
|
|
|
|
<ClInclude Include="..\sqlitepp\SqliteResultSet.h" />
|
|
|
|
|
<ClInclude Include="..\thread\BaseWorker.h" />
|
|
|
|
|
<ClInclude Include="..\thread\IThreader.h" />
|
|
|
|
|
<ClInclude Include="..\thread\PosixThreads.h" />
|
|
|
|
|
<ClInclude Include="..\thread\ThreadSupport.h" />
|
|
|
|
|
<ClInclude Include="..\thread\ThreadWorker.h" />
|
|
|
|
|
<ClInclude Include="..\thread\WinThreads.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\btree.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\hash.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\keywordhash.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\opcodes.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\os.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\os_common.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\pager.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\parse.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\sqlite3.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\sqlite3ext.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\sqliteInt.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\vdbe.h" />
|
|
|
|
|
<ClInclude Include="..\sqlite-source\vdbeInt.h" />
|
2014-08-10 15:24:38 +00:00
|
|
|
|
<ClInclude Include="..\moduleconfig.h" />
|
|
|
|
|
<ClInclude Include="..\..\..\public\sdk\amxxmodule.h" />
|
2011-06-29 05:50:14 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\..\plugins\include\sqlx.inc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|