2023-03-18 13:34:43 +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>
|
|
|
|
<ProjectConfiguration Include="Profile|Win32">
|
|
|
|
<Configuration>Profile</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Profile|x64">
|
|
|
|
<Configuration>Profile</Configuration>
|
|
|
|
<Platform>x64</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="..\thirdparty\spdlog\async.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\async_logger-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\async_logger.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\cfg\argv.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\cfg\env.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\cfg\helpers-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\cfg\helpers.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\common-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\common.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\backtracer-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\backtracer.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\circular_q.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\console_globals.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\file_helper-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\file_helper.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\fmt_helper.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\log_msg-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\log_msg.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\log_msg_buffer-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\log_msg_buffer.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\mpmc_blocking_q.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\null_mutex.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\os-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\os.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\periodic_worker-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\periodic_worker.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\registry-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\registry.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\synchronous_factory.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\tcp_client-windows.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\tcp_client.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\thread_pool-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\thread_pool.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\udp_client-windows.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\udp_client.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\details\windows_include.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bin_to_hex.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\args.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\chrono.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\color.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\compile.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\core.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\format-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\format.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\locale.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\os.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\ostream.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\printf.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\ranges.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\bundled\xchar.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\chrono.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\compile.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\fmt.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\ostr.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\ranges.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fmt\xchar.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\formatter.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\fwd.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\logger-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\logger.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\pattern_formatter-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\pattern_formatter.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\android_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\ansicolor_sink-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\ansicolor_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\base_sink-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\base_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\basic_file_sink-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\basic_file_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\daily_file_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\dist_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\dup_filter_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\hourly_file_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\mongo_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\msvc_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\null_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\ostream_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\qt_sinks.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\ringbuffer_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\rotating_file_sink-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\rotating_file_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\sink-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\stdout_color_sinks-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\stdout_color_sinks.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\stdout_sinks-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\stdout_sinks.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\syslog_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\systemd_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\tcp_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\udp_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\wincolor_sink-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\wincolor_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\sinks\win_eventlog_sink.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\spdlog-inl.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\spdlog.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\stopwatch.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\tweakme.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\spdlog\version.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\thirdparty\spdlog\fmt\bundled\fmt.license.rst" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\async.cpp" />
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\bundled_fmtlib_format.cpp" />
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\cfg.cpp" />
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\color_sinks.cpp" />
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\file_sinks.cpp" />
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\spdlog.cpp" />
|
|
|
|
<ClCompile Include="..\thirdparty\spdlog\src\stdout_sinks.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<ProjectGuid>{0B73CFB6-7C19-4BAF-A4A6-3825BDB82C09}</ProjectGuid>
|
|
|
|
<RootNamespace>libspdlog</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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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 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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\win32\debug\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\win32\debug\</OutDir>
|
|
|
|
<TargetName>libspdlog_x86</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\win32\release\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\win32\release\</OutDir>
|
|
|
|
<TargetName>libspdlog_x86</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<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>libspdlog_x86</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\debug\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\debug\</OutDir>
|
|
|
|
<TargetName>libspdlog_x64</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\release\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\release\</OutDir>
|
|
|
|
<TargetName>libspdlog_x64</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\profile\</IntDir>
|
|
|
|
<OutDir>$(SolutionDir)lib\profile\</OutDir>
|
|
|
|
<TargetName>libspdlog_x64</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>Default</ConformanceMode>
|
2023-03-20 13:04:05 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 13:34:43 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\thirdparty\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-03-18 13:34:43 +01:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2023-03-30 22:21:18 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-18 13:34:43 +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:21:18 +02:00
|
|
|
<ConformanceMode>Default</ConformanceMode>
|
2023-03-20 13:04:05 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 13:34:43 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\thirdparty\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-03-18 13:34:43 +01:00
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2023-03-30 22:21:18 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-18 13:34:43 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<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:21:18 +02:00
|
|
|
<ConformanceMode>Default</ConformanceMode>
|
2023-03-20 13:04:05 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 13:34:43 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\thirdparty\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-03-18 13:34:43 +01:00
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2023-03-30 22:21:18 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-18 13:34:43 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<Lib>
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
|
|
|
</Lib>
|
|
|
|
</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:04:05 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 13:34:43 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\thirdparty\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-18 13:34:43 +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:04:05 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 13:34:43 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2023-03-30 22:21:18 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
2023-03-18 13:34:43 +01:00
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2023-03-30 22:21:18 +02:00
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\thirdparty\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-03-18 13:34:43 +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 13:34:43 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<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:04:05 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-03-18 13:34:43 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-03-18 14:28:25 +01:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\..\thirdparty\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2023-03-18 13:34:43 +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>
|
2023-03-18 13:34:43 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<Lib>
|
|
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
|
|
|
</Lib>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|