2022-02-22 19:37:56 +01:00
|
|
|
<?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>
|
2023-03-18 02:04:18 +01:00
|
|
|
<ProjectConfiguration Include="Profile|Win32">
|
|
|
|
<Configuration>Profile</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Profile|x64">
|
|
|
|
<Configuration>Profile</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-02-22 19:37:56 +01:00
|
|
|
<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="..\thirdparty\detours\include\detours.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\detours\include\detver.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\detours\include\idetour.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\detours\include\syelog.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="..\thirdparty\detours\src\creatwth.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\thirdparty\detours\src\detours.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\thirdparty\detours\src\disasm.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\thirdparty\detours\src\modules.cpp">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">NotUsing</PrecompiledHeader>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ClCompile>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<ProjectGuid>{6DC4E2AF-1740-480B-A9E4-BA766BC6B58D}</ProjectGuid>
|
|
|
|
<RootNamespace>libdetours</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>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
2022-02-22 19:37:56 +01:00
|
|
|
<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>
|
2023-03-18 02:04:18 +01:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2022-02-22 19:37:56 +01:00
|
|
|
<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>
|
2023-03-18 02:04:18 +01:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2023-02-06 23:01:18 +01:00
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
2023-02-12 19:35:10 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\win32\debug\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\win32\debug\</OutDir>
|
2022-02-22 19:37:56 +01:00
|
|
|
<TargetName>libdetours_x86</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2023-02-06 23:01:18 +01:00
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
2023-02-06 23:52:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\win32\release\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\win32\release\</OutDir>
|
2022-02-22 19:37:56 +01:00
|
|
|
<TargetName>libdetours_x86</TargetName>
|
|
|
|
</PropertyGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\win32\profile\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\win32\profile\</OutDir>
|
|
|
|
<TargetName>libdetours_x86</TargetName>
|
|
|
|
</PropertyGroup>
|
2022-02-22 19:37:56 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2023-02-06 23:01:18 +01:00
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
2023-02-06 23:52:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\debug\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\debug\</OutDir>
|
2022-02-22 19:37:56 +01:00
|
|
|
<TargetName>libdetours_x64</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2023-02-06 23:01:18 +01:00
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
2023-02-06 23:52:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\release\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\release\</OutDir>
|
2022-02-22 19:37:56 +01:00
|
|
|
<TargetName>libdetours_x64</TargetName>
|
|
|
|
</PropertyGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\profile\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\profile\</OutDir>
|
|
|
|
<TargetName>libdetours_x64</TargetName>
|
|
|
|
</PropertyGroup>
|
2022-02-22 19:37:56 +01:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:47:17 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-20 13:12:07 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
|
2022-02-22 19:37:56 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\</AdditionalIncludeDirectories>
|
2023-03-18 10:01:14 +01:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2023-03-30 22:21:18 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2022-02-22 19:37:56 +01:00
|
|
|
</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>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:47:17 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-20 13:12:07 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
|
2022-02-22 19:37:56 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-30 22:47:17 +02:00
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\</AdditionalIncludeDirectories>
|
2023-03-18 02:04:18 +01:00
|
|
|
<StringPooling>true</StringPooling>
|
2023-03-18 10:01:14 +01:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2023-03-30 22:21:18 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-30 22:47:17 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2023-03-18 02:04:18 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_PROFILE</PreprocessorDefinitions>
|
2023-03-30 22:47:17 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-20 13:12:07 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 02:04:18 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\</AdditionalIncludeDirectories>
|
2023-03-18 02:04:18 +01:00
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<StringPooling>true</StringPooling>
|
2023-03-18 10:01:14 +01:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2023-03-30 22:21:18 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
2023-03-18 02:04:18 +01:00
|
|
|
<Lib>
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
|
|
|
</Lib>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-20 13:12:07 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
|
2022-02-22 19:37:56 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\</AdditionalIncludeDirectories>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2022-02-22 19:37:56 +01:00
|
|
|
</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>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-20 13:12:07 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
|
2022-02-22 19:37:56 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-30 22:21:18 +02:00
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
2023-03-30 22:47:17 +02:00
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
2023-03-30 22:21:18 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\</AdditionalIncludeDirectories>
|
2023-03-18 02:04:18 +01:00
|
|
|
<StringPooling>true</StringPooling>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-18 02:04:18 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_PROFILE</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-20 13:12:07 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 02:04:18 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\</AdditionalIncludeDirectories>
|
2023-03-18 02:04:18 +01:00
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<StringPooling>true</StringPooling>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
2023-03-18 02:04:18 +01:00
|
|
|
<Lib>
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
|
|
|
</Lib>
|
2022-02-22 19:37:56 +01:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|