297 lines
15 KiB
XML
297 lines
15 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>
|
|
<ClCompile Include="src\Array\Array.c" />
|
|
<ClCompile Include="src\Autoarr\Autoarr.c" />
|
|
<ClCompile Include="src\Autoarr\Autoarr_KVPair_exported.c" />
|
|
<ClCompile Include="src\Autoarr\Autoarr_Unitype.c" />
|
|
<ClCompile Include="src\Autoarr\Autoarr_Unitype_exported.c" />
|
|
<ClCompile Include="src\base\cptr.c" />
|
|
<ClCompile Include="src\base\endian.c" />
|
|
<ClCompile Include="src\base\errors.c" />
|
|
<ClCompile Include="src\base\type_system\base_toString.c" />
|
|
<ClCompile Include="src\base\type_system\init.c" />
|
|
<ClCompile Include="src\base\type_system\kt_functions.c" />
|
|
<ClCompile Include="src\base\type_system\unitype.c" />
|
|
<ClCompile Include="src\DtsodParser\DtsodV24.c" />
|
|
<ClCompile Include="src\DtsodParser\DtsodV24_deserialize.c" />
|
|
<ClCompile Include="src\DtsodParser\DtsodV24_exported.c" />
|
|
<ClCompile Include="src\DtsodParser\DtsodV24_serialize.c" />
|
|
<ClCompile Include="src\Filesystem\dir.c" />
|
|
<ClCompile Include="src\Filesystem\file.c" />
|
|
<ClCompile Include="src\Filesystem\path.c" />
|
|
<ClCompile Include="src\HashFunctions\hash.c" />
|
|
<ClCompile Include="src\Hashtable\Hashtable.c" />
|
|
<ClCompile Include="src\Hashtable\KeyValuePair.c" />
|
|
<ClCompile Include="src\kprint\kprint.c" />
|
|
<ClCompile Include="src\kprint\kprintf.c" />
|
|
<ClCompile Include="src\random\splitmix64\splitmix64.c" />
|
|
<ClCompile Include="src\random\xoroshiro\32bitValue\xoroshiro64star.c" />
|
|
<ClCompile Include="src\random\xoroshiro\32bitValue\xoroshiro64starstar.c" />
|
|
<ClCompile Include="src\random\xoroshiro\64bitValue\xoroshiro128plus.c" />
|
|
<ClCompile Include="src\random\xoroshiro\64bitValue\xoroshiro128plusplus.c" />
|
|
<ClCompile Include="src\random\xoroshiro\64bitValue\xoroshiro128starstar.c" />
|
|
<ClCompile Include="src\random\xoshiro\32bitValue\xoshiro128plus.c" />
|
|
<ClCompile Include="src\random\xoshiro\32bitValue\xoshiro128plusplus.c" />
|
|
<ClCompile Include="src\random\xoshiro\32bitValue\xoshiro128starstar.c" />
|
|
<ClCompile Include="src\random\xoshiro\64bitValue\xoshiro256plus.c" />
|
|
<ClCompile Include="src\random\xoshiro\64bitValue\xoshiro256plusplus.c" />
|
|
<ClCompile Include="src\random\xoshiro\64bitValue\xoshiro256starstar.c" />
|
|
<ClCompile Include="src\SearchTree\SearchTree.c" />
|
|
<ClCompile Include="src\String\string.c" />
|
|
<ClCompile Include="src\String\StringBuilder.c" />
|
|
<ClCompile Include="tests\test_marshalling.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="src\Array\Array.h" />
|
|
<ClInclude Include="src\Array\Array_declare.h" />
|
|
<ClInclude Include="src\Array\Array_define.h" />
|
|
<ClInclude Include="src\Autoarr\Autoarr.h" />
|
|
<ClInclude Include="src\Autoarr\Autoarr_declare.h" />
|
|
<ClInclude Include="src\Autoarr\Autoarr_define.h" />
|
|
<ClInclude Include="src\Autoarr\Autoarr_Unitype.h" />
|
|
<ClInclude Include="src\base\base.h" />
|
|
<ClInclude Include="src\base\cptr.h" />
|
|
<ClInclude Include="src\base\endian.h" />
|
|
<ClInclude Include="src\base\errors.h" />
|
|
<ClInclude Include="src\base\optime.h" />
|
|
<ClInclude Include="src\base\std.h" />
|
|
<ClInclude Include="src\base\type_system\base_toString.h" />
|
|
<ClInclude Include="src\base\type_system\init.h" />
|
|
<ClInclude Include="src\base\type_system\ktDescriptor.h" />
|
|
<ClInclude Include="src\base\type_system\ktid.h" />
|
|
<ClInclude Include="src\base\type_system\kt_functions.h" />
|
|
<ClInclude Include="src\base\type_system\type_system.h" />
|
|
<ClInclude Include="src\base\type_system\unitype.h" />
|
|
<ClInclude Include="src\DtsodParser\DtsodV24.h" />
|
|
<ClInclude Include="src\Filesystem\dir.h" />
|
|
<ClInclude Include="src\Filesystem\file.h" />
|
|
<ClInclude Include="src\Filesystem\filesystem.h" />
|
|
<ClInclude Include="src\Filesystem\path.h" />
|
|
<ClInclude Include="src\HashFunctions\hash.h" />
|
|
<ClInclude Include="src\Hashtable\Hashtable.h" />
|
|
<ClInclude Include="src\Hashtable\KeyValuePair.h" />
|
|
<ClInclude Include="src\kprint\kprint.h" />
|
|
<ClInclude Include="src\kprint\kprintf.h" />
|
|
<ClInclude Include="src\kprint\kprint_colors.h" />
|
|
<ClInclude Include="src\kprint\kprint_format.h" />
|
|
<ClInclude Include="src\random\krandom.h" />
|
|
<ClInclude Include="src\random\splitmix64\splitmix64.h" />
|
|
<ClInclude Include="src\random\xoroshiro\32bitValue\xoroshiro64.h" />
|
|
<ClInclude Include="src\random\xoroshiro\64bitValue\xoroshiro128.h" />
|
|
<ClInclude Include="src\random\xoroshiro\xoroshiro.h" />
|
|
<ClInclude Include="src\random\xoshiro\32bitValue\xoshiro128.h" />
|
|
<ClInclude Include="src\random\xoshiro\64bitValue\xoshiro256.h" />
|
|
<ClInclude Include="src\random\xoshiro\xoshiro.h" />
|
|
<ClInclude Include="src\SearchTree\SearchTree.h" />
|
|
<ClInclude Include="src\String\string.h" />
|
|
<ClInclude Include="src\String\StringBuilder.h" />
|
|
<ClInclude Include="tests\tests.h" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{52f0bd29-a3cb-47ce-b25d-ceaf5dfb2d73}</ProjectGuid>
|
|
<RootNamespace>kerep</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<CLRSupport>false</CLRSupport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<CLRSupport>false</CLRSupport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<CLRSupport>false</CLRSupport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCL</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<CLRSupport>false</CLRSupport>
|
|
</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|Win32'">
|
|
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
|
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<ManagedAssembly>false</ManagedAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>bin\x86\</OutDir>
|
|
<IntDir>obj\x86\</IntDir>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<ManagedAssembly>false</ManagedAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
|
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
|
<ManagedAssembly>false</ManagedAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<OutDir>bin\x64\</OutDir>
|
|
<IntDir>obj\x64\</IntDir>
|
|
<ManagedAssembly>false</ManagedAssembly>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;KEREP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<PrecompiledHeaderOutputFile />
|
|
<AdditionalOptions>/Zc:twoPhase- /MP -fms-compatibility-version=14 -Wno-clang-analyzer-valist.Uninitialized %(AdditionalOptions)</AdditionalOptions>
|
|
<CompileAs>Default</CompileAs>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
<Optimization>Disabled</Optimization>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;KEREP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<PrecompiledHeaderOutputFile />
|
|
<AdditionalOptions>/Zc:twoPhase- /MP -fms-compatibility-version=14 -Wno-clang-analyzer-valist.Uninitialized %(AdditionalOptions)</AdditionalOptions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<CompileAs>Default</CompileAs>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;KEREP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<PrecompiledHeaderOutputFile />
|
|
<AdditionalOptions>/Zc:twoPhase- /MP -fms-compatibility-version=14 -Wno-clang-analyzer-valist.Uninitialized %(AdditionalOptions)</AdditionalOptions>
|
|
<CompileAs>Default</CompileAs>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
<TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
|
|
<DisableAnalyzeExternal>true</DisableAnalyzeExternal>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;KEREP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>
|
|
</PrecompiledHeaderFile>
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<PrecompiledHeaderOutputFile />
|
|
<AdditionalOptions>/Zc:twoPhase- /MP -fms-compatibility-version=14 -Wno-clang-analyzer-valist.Uninitialized %(AdditionalOptions)</AdditionalOptions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<CompileAs>Default</CompileAs>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |