Files
SLikeNet/DependentExtensions/SQLImageBuffer/SQLImageBuffer.vcxproj
2025-11-24 14:19:51 +05:30

164 lines
8.5 KiB
XML

<?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>{E617472A-6541-43B8-A149-CFA8A61694D3}</ProjectGuid>
<RootNamespace>SQLImageBuffer</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>NotSet</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" />
</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" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
<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'" />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../SQLite3Plugin;../../Source;../jpeg-7;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>../SQLite3Plugin;../../Source;../jpeg-7;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="..\SQLite3Plugin\sqlite3.c" />
<ClCompile Include="..\jpeg-7\cdjpeg.c" />
<ClCompile Include="..\jpeg-7\jaricom.c" />
<ClCompile Include="..\jpeg-7\jcapimin.c" />
<ClCompile Include="..\jpeg-7\jcapistd.c" />
<ClCompile Include="..\jpeg-7\jcarith.c" />
<ClCompile Include="..\jpeg-7\jccoefct.c" />
<ClCompile Include="..\jpeg-7\jccolor.c" />
<ClCompile Include="..\jpeg-7\jcdctmgr.c" />
<ClCompile Include="..\jpeg-7\jchuff.c" />
<ClCompile Include="..\jpeg-7\jcinit.c" />
<ClCompile Include="..\jpeg-7\jcmainct.c" />
<ClCompile Include="..\jpeg-7\jcmarker.c" />
<ClCompile Include="..\jpeg-7\jcmaster.c" />
<ClCompile Include="..\jpeg-7\jcomapi.c" />
<ClCompile Include="..\jpeg-7\jcparam.c" />
<ClCompile Include="..\jpeg-7\jcprepct.c" />
<ClCompile Include="..\jpeg-7\jcsample.c" />
<ClCompile Include="..\jpeg-7\jctrans.c" />
<ClCompile Include="..\jpeg-7\jdapimin.c" />
<ClCompile Include="..\jpeg-7\jdapistd.c" />
<ClCompile Include="..\jpeg-7\jdarith.c" />
<ClCompile Include="..\jpeg-7\jdatadst.c" />
<ClCompile Include="..\jpeg-7\jdatasrc.c" />
<ClCompile Include="..\jpeg-7\jdcoefct.c" />
<ClCompile Include="..\jpeg-7\jdcolor.c" />
<ClCompile Include="..\jpeg-7\jddctmgr.c" />
<ClCompile Include="..\jpeg-7\jdhuff.c" />
<ClCompile Include="..\jpeg-7\jdinput.c" />
<ClCompile Include="..\jpeg-7\jdmainct.c" />
<ClCompile Include="..\jpeg-7\jdmarker.c" />
<ClCompile Include="..\jpeg-7\jdmaster.c" />
<ClCompile Include="..\jpeg-7\jdmerge.c" />
<ClCompile Include="..\jpeg-7\jdpostct.c" />
<ClCompile Include="..\jpeg-7\jdsample.c" />
<ClCompile Include="..\jpeg-7\jdtrans.c" />
<ClCompile Include="..\jpeg-7\jerror.c" />
<ClCompile Include="..\jpeg-7\jfdctflt.c" />
<ClCompile Include="..\jpeg-7\jfdctfst.c" />
<ClCompile Include="..\jpeg-7\jfdctint.c" />
<ClCompile Include="..\jpeg-7\jidctflt.c" />
<ClCompile Include="..\jpeg-7\jidctfst.c" />
<ClCompile Include="..\jpeg-7\jidctint.c" />
<ClCompile Include="..\jpeg-7\jmemansi.c" />
<ClCompile Include="..\jpeg-7\jmemmgr.c" />
<ClCompile Include="..\jpeg-7\jquant1.c" />
<ClCompile Include="..\jpeg-7\jquant2.c" />
<ClCompile Include="..\jpeg-7\jutils.c" />
<ClCompile Include="..\jpeg-7\memsrc.c" />
<ClCompile Include="..\jpeg-7\rdbmp.c" />
<ClCompile Include="..\jpeg-7\rdcolmap.c" />
<ClCompile Include="..\jpeg-7\rdgif.c" />
<ClCompile Include="..\jpeg-7\rdppm.c" />
<ClCompile Include="..\jpeg-7\rdrle.c" />
<ClCompile Include="..\jpeg-7\rdswitch.c" />
<ClCompile Include="..\jpeg-7\rdtarga.c" />
<ClCompile Include="..\jpeg-7\transupp.c" />
<ClCompile Include="..\jpeg-7\wrbmp.c" />
<ClCompile Include="..\jpeg-7\wrgif.c" />
<ClCompile Include="..\jpeg-7\wrppm.c" />
<ClCompile Include="..\jpeg-7\wrrle.c" />
<ClCompile Include="..\jpeg-7\wrtarga.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\SQLite3Plugin\sqlite3.h" />
<ClInclude Include="..\SQLite3Plugin\sqlite3ext.h" />
<ClInclude Include="..\jpeg-7\cderror.h" />
<ClInclude Include="..\jpeg-7\cdjpeg.h" />
<ClInclude Include="..\jpeg-7\jdct.h" />
<ClInclude Include="..\jpeg-7\jerror.h" />
<ClInclude Include="..\jpeg-7\jinclude.h" />
<ClInclude Include="..\jpeg-7\jmemsys.h" />
<ClInclude Include="..\jpeg-7\jmorecfg.h" />
<ClInclude Include="..\jpeg-7\jpegint.h" />
<ClInclude Include="..\jpeg-7\jpeglib.h" />
<ClInclude Include="..\jpeg-7\jversion.h" />
<ClInclude Include="..\jpeg-7\transupp.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>