262 lines
12 KiB
XML
262 lines
12 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>
|
|
<ItemGroup>
|
|
<ClInclude Include="Media\AudioFile.h" />
|
|
<ClInclude Include="Media\H264Encoder.h" />
|
|
<ClInclude Include="Utils\Clipboard.h" />
|
|
<ClInclude Include="Utils\Convert.h" />
|
|
<ClInclude Include="Utils\CRandom.h" />
|
|
<ClInclude Include="Utils\DataPack.h" />
|
|
<ClInclude Include="Utils\DateTime.h" />
|
|
<ClInclude Include="Utils\defines.h" />
|
|
<ClInclude Include="Utils\Dialog.h" />
|
|
<ClInclude Include="Utils\Dictionary.h" />
|
|
<ClInclude Include="Utils\Environment.h" />
|
|
<ClInclude Include="Utils\Event.h" />
|
|
<ClInclude Include="Utils\File.h" />
|
|
<ClInclude Include="Utils\FileInfo.h" />
|
|
<ClInclude Include="Utils\FileStream.h" />
|
|
<ClInclude Include="Utils\Guid.h" />
|
|
<ClInclude Include="Utils\HttpHelper.h" />
|
|
<ClInclude Include="Utils\httplib.h" />
|
|
<ClInclude Include="Utils\json.h" />
|
|
<ClInclude Include="Utils\List.h" />
|
|
<ClInclude Include="Utils\MD5.h" />
|
|
<ClInclude Include="Utils\MemLoadLibrary2.h" />
|
|
<ClInclude Include="Utils\Process.h" />
|
|
<ClInclude Include="Utils\ProcessOperator.h" />
|
|
<ClInclude Include="Utils\Registry.h" />
|
|
<ClInclude Include="Utils\SHA256.h" />
|
|
<ClInclude Include="Utils\Socket.h" />
|
|
<ClInclude Include="Utils\SqliteHelper.h" />
|
|
<ClInclude Include="Utils\sqlite\sqlite3.h" />
|
|
<ClInclude Include="Utils\StopWatch.h" />
|
|
<ClInclude Include="Utils\StringBuilder.h" />
|
|
<ClInclude Include="Utils\StringHelper.h" />
|
|
<ClInclude Include="Utils\Thread.h" />
|
|
<ClInclude Include="Utils\TimeSpan.h" />
|
|
<ClInclude Include="Utils\Tuple.h" />
|
|
<ClInclude Include="Utils\Utils.h" />
|
|
<ClInclude Include="Utils\zlib\crc32.h" />
|
|
<ClInclude Include="Utils\zlib\deflate.h" />
|
|
<ClInclude Include="Utils\zlib\gzguts.h" />
|
|
<ClInclude Include="Utils\zlib\inffast.h" />
|
|
<ClInclude Include="Utils\zlib\inffixed.h" />
|
|
<ClInclude Include="Utils\zlib\inflate.h" />
|
|
<ClInclude Include="Utils\zlib\inftrees.h" />
|
|
<ClInclude Include="Utils\zlib\trees.h" />
|
|
<ClInclude Include="Utils\zlib\zconf.h" />
|
|
<ClInclude Include="Utils\zlib\zlib.h" />
|
|
<ClInclude Include="Utils\zlib\zutil.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Media\H264Encoder.cpp" />
|
|
<ClCompile Include="Utils\Clipboard.cpp" />
|
|
<ClCompile Include="Utils\Convert.cpp" />
|
|
<ClCompile Include="Utils\CRandom.cpp" />
|
|
<ClCompile Include="Utils\DataPack.cpp" />
|
|
<ClCompile Include="Utils\DateTime.cpp" />
|
|
<ClCompile Include="Utils\Dialog.cpp" />
|
|
<ClCompile Include="Utils\Environment.cpp" />
|
|
<ClCompile Include="Utils\Event.cpp" />
|
|
<ClCompile Include="Utils\File.cpp" />
|
|
<ClCompile Include="Utils\FileInfo.cpp" />
|
|
<ClCompile Include="Utils\FileStream.cpp" />
|
|
<ClCompile Include="Utils\Guid.cpp" />
|
|
<ClCompile Include="Utils\HttpHelper.cpp" />
|
|
<ClCompile Include="Utils\HttpHelper1.cpp" />
|
|
<ClCompile Include="Utils\MD5.cpp" />
|
|
<ClCompile Include="Utils\Process.cpp" />
|
|
<ClCompile Include="Utils\ProcessOperator.cpp" />
|
|
<ClCompile Include="Utils\Registry.cpp" />
|
|
<ClCompile Include="Utils\SHA256.cpp" />
|
|
<ClCompile Include="Utils\Socket.cpp" />
|
|
<ClCompile Include="Utils\SqliteHelper.cpp" />
|
|
<ClCompile Include="Utils\sqlite\sqlite3.c" />
|
|
<ClCompile Include="Utils\StopWatch.cpp" />
|
|
<ClCompile Include="Utils\StringBuilder.cpp" />
|
|
<ClCompile Include="Utils\StringHelper.cpp" />
|
|
<ClCompile Include="Utils\Thread.cpp" />
|
|
<ClCompile Include="Utils\TimeSpan.cpp" />
|
|
<ClCompile Include="Utils\Utils.cpp" />
|
|
<ClCompile Include="Utils\zlib\adler32.c" />
|
|
<ClCompile Include="Utils\zlib\compress.c" />
|
|
<ClCompile Include="Utils\zlib\crc32.c" />
|
|
<ClCompile Include="Utils\zlib\deflate.c" />
|
|
<ClCompile Include="Utils\zlib\infback.c" />
|
|
<ClCompile Include="Utils\zlib\inffast.c" />
|
|
<ClCompile Include="Utils\zlib\inflate.c" />
|
|
<ClCompile Include="Utils\zlib\inftrees.c" />
|
|
<ClCompile Include="Utils\zlib\trees.c" />
|
|
<ClCompile Include="Utils\zlib\uncompr.c" />
|
|
<ClCompile Include="Utils\zlib\zutil.c" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{4847c53d-bd9d-4985-a2e7-3a88927a4674}</ProjectGuid>
|
|
<RootNamespace>CppUtils</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</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" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<TargetName>$(ProjectName)_x64d</TargetName>
|
|
<OutDir>$(SolutionDir)build</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<TargetName>$(ProjectName)_x64</TargetName>
|
|
<OutDir>$(SolutionDir)build</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<TargetName>$(ProjectName)_x86</TargetName>
|
|
<OutDir>$(SolutionDir)build</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<TargetName>$(ProjectName)_x86d</TargetName>
|
|
<OutDir>$(SolutionDir)build</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>
|
|
</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;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>
|
|
</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</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;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>
|
|
</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |