248 lines
14 KiB
XML
248 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" 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>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{0ce6e127-f334-4d75-9b9d-fef1528fdf8e}</ProjectGuid>
|
|
<RootNamespace>OLlamaClientPP</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Clipboard.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Convert.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\CRandom.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\DataPack.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\DateTime.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Dialog.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Environment.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Event.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\File.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\FileInfo.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\FileStream.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Guid.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\HttpHelper.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\HttpHelper1.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\MD5.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Process.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\ProcessOperator.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Registry.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\SHA256.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Socket.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\SqliteHelper.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\StopWatch.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\StringBuilder.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\StringHelper.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Thread.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\TimeSpan.cpp" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\Utils.cpp" />
|
|
<ClCompile Include="OLlamaClientPP.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ExternalIncludePath>D:\Projects\CppUtils;$(ExternalIncludePath)</ExternalIncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ExternalIncludePath>D:\Projects\CppUtils;$(ExternalIncludePath)</ExternalIncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ExternalIncludePath>D:\Projects\CppUtils;$(ExternalIncludePath)</ExternalIncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ExternalIncludePath>D:\Projects\CppUtils;$(ExternalIncludePath)</ExternalIncludePath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Clipboard.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Convert.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\CRandom.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\DataPack.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\DateTime.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\defines.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Dialog.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Dictionary.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Environment.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Event.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\File.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\FileInfo.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\FileStream.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Guid.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\HttpHelper.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\json.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\List.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\MD5.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\MemLoadLibrary2.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Process.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\ProcessOperator.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Registry.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\SHA256.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Socket.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\SqliteHelper.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\sqlite\sqlite3.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\StopWatch.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\StringBuilder.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\StringHelper.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Thread.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\TimeSpan.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Tuple.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\Utils.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\crc32.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\deflate.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\gzguts.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\inffast.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\inffixed.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\inflate.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\inftrees.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\trees.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\zconf.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\zlib.h" />
|
|
<ClInclude Include="D:\Projects\CppUtils\Utils\zlib\zutil.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\sqlite\sqlite3.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\adler32.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\compress.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\crc32.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\deflate.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\infback.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\inffast.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\inflate.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\inftrees.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\trees.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\uncompr.c" />
|
|
<ClCompile Include="D:\Projects\CppUtils\Utils\zlib\zutil.c" />
|
|
</ItemGroup>
|
|
</Project> |