r5sdk/r5dev/vproj/dedicated.vcxproj
Kawe Mazidjatari 46134434a9 Show script error callstacks and context in colors in the external console
Show colors on console and use color constant to determine color instead of comparing strings in the console render loop. removed 5 string compares which should once again bump the performance quite a bit. The last string compares will be removed soon
2022-05-09 21:21:05 +02:00

514 lines
30 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|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{ed2c50b3-7c2c-4e44-988e-daa059f72b9c}</ProjectGuid>
<RootNamespace>dedicated</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</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|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'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
<LibraryPath>$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
<LibraryPath>$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/D GAMESDK /D DEDICATED /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>bcrypt.lib;user32.lib;libdetours_x64.lib;liblzham_x64.lib;libprotobuf_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
<ModuleDefinitionFile>..\Dedicated.def</ModuleDefinitionFile>
</Link>
<PostBuildEvent>
<Command>IF EXIST "$(SolutionDir)..\..\r5apex_ds.exe" del "$(SolutionDir)..\..\$(ProjectName)" &amp;&amp; copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
</Command>
</PreBuildEvent>
</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>
<AdditionalOptions>/D GAMESDK /D DEDICATED /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
<LanguageStandard>stdcpp17</LanguageStandard>
<StringPooling>true</StringPooling>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>bcrypt.lib;user32.lib;libdetours_x64.lib;liblzham_x64.lib;libprotobuf_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
<ModuleDefinitionFile>..\Dedicated.def</ModuleDefinitionFile>
</Link>
<PostBuildEvent>
<Command>IF EXIST "$(SolutionDir)..\..\r5apex_ds.exe" del "$(SolutionDir)..\..\$(ProjectName)" &amp;&amp; copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\appframework\engine_launcher_api.h" />
<ClInclude Include="..\appframework\iappsystem.h" />
<ClInclude Include="..\bsplib\bsplib.h" />
<ClInclude Include="..\client\cdll_engine_int.h" />
<ClInclude Include="..\client\client.h" />
<ClInclude Include="..\client\vengineclient_impl.h" />
<ClInclude Include="..\common\igameserverdata.h" />
<ClInclude Include="..\common\netmessages.h" />
<ClInclude Include="..\common\opcodes.h" />
<ClInclude Include="..\common\protocol.h" />
<ClInclude Include="..\common\pseudodefs.h" />
<ClInclude Include="..\common\qlimits.h" />
<ClInclude Include="..\common\sdkdefs.h" />
<ClInclude Include="..\common\x86defs.h" />
<ClInclude Include="..\core\assert.h" />
<ClInclude Include="..\core\init.h" />
<ClInclude Include="..\core\logdef.h" />
<ClInclude Include="..\core\r5dev.h" />
<ClInclude Include="..\core\stdafx.h" />
<ClInclude Include="..\core\termutil.h" />
<ClInclude Include="..\datacache\idatacache.h" />
<ClInclude Include="..\datacache\imdlcache.h" />
<ClInclude Include="..\datacache\mdlcache.h" />
<ClInclude Include="..\ebisusdk\EbisuSDK.h" />
<ClInclude Include="..\engine\baseclient.h" />
<ClInclude Include="..\engine\baseserver.h" />
<ClInclude Include="..\engine\cl_main.h" />
<ClInclude Include="..\engine\cmodel_bsp.h" />
<ClInclude Include="..\engine\common.h" />
<ClInclude Include="..\engine\gl_matsysiface.h" />
<ClInclude Include="..\engine\gl_model_private.h" />
<ClInclude Include="..\engine\host.h" />
<ClInclude Include="..\engine\host_cmd.h" />
<ClInclude Include="..\engine\host_state.h" />
<ClInclude Include="..\engine\modelloader.h" />
<ClInclude Include="..\engine\net.h" />
<ClInclude Include="..\engine\net_chan.h" />
<ClInclude Include="..\engine\sv_main.h" />
<ClInclude Include="..\engine\sv_rcon.h" />
<ClInclude Include="..\engine\sys_dll.h" />
<ClInclude Include="..\engine\sys_dll2.h" />
<ClInclude Include="..\engine\sys_engine.h" />
<ClInclude Include="..\engine\sys_getmodes.h" />
<ClInclude Include="..\engine\sys_utils.h" />
<ClInclude Include="..\filesystem\basefilesystem.h" />
<ClInclude Include="..\filesystem\filesystem.h" />
<ClInclude Include="..\game\server\ai_network.h" />
<ClInclude Include="..\game\server\ai_networkmanager.h" />
<ClInclude Include="..\game\server\ai_node.h" />
<ClInclude Include="..\game\server\ai_utility.h" />
<ClInclude Include="..\game\server\detour_impl.h" />
<ClInclude Include="..\game\server\fairfight_impl.h" />
<ClInclude Include="..\game\server\gameinterface.h" />
<ClInclude Include="..\game\shared\animation.h" />
<ClInclude Include="..\launcher\IApplication.h" />
<ClInclude Include="..\launcher\launcher.h" />
<ClInclude Include="..\launcher\prx.h" />
<ClInclude Include="..\materialsystem\cmaterialsystem.h" />
<ClInclude Include="..\mathlib\adler32.h" />
<ClInclude Include="..\mathlib\bits.h" />
<ClInclude Include="..\mathlib\color.h" />
<ClInclude Include="..\mathlib\crc32.h" />
<ClInclude Include="..\mathlib\IceKey.H" />
<ClInclude Include="..\mathlib\parallel_for.h" />
<ClInclude Include="..\mathlib\sha256.h" />
<ClInclude Include="..\mathlib\swap.h" />
<ClInclude Include="..\mathlib\vector.h" />
<ClInclude Include="..\networksystem\pylon.h" />
<ClInclude Include="..\networksystem\r5net.h" />
<ClInclude Include="..\networksystem\serverlisting.h" />
<ClInclude Include="..\networksystem\sm_protocol.h" />
<ClInclude Include="..\protoc\cl_rcon.pb.h" />
<ClInclude Include="..\protoc\sv_rcon.pb.h" />
<ClInclude Include="..\public\include\client_class.h" />
<ClInclude Include="..\public\include\const.h" />
<ClInclude Include="..\public\include\edict.h" />
<ClInclude Include="..\public\include\globalvars_base.h" />
<ClInclude Include="..\public\include\inetchannel.h" />
<ClInclude Include="..\public\include\memaddr.h" />
<ClInclude Include="..\public\include\bansystem.h" />
<ClInclude Include="..\public\include\binstream.h" />
<ClInclude Include="..\public\include\httplib.h" />
<ClInclude Include="..\public\include\model_types.h" />
<ClInclude Include="..\public\include\module.h" />
<ClInclude Include="..\public\include\studio.h" />
<ClInclude Include="..\public\include\utility.h" />
<ClInclude Include="..\rtech\rtech_utils.h" />
<ClInclude Include="..\rtech\rtech_game.h" />
<ClInclude Include="..\rtech\rui\rui.h" />
<ClInclude Include="..\rtech\stryder\stryder.h" />
<ClInclude Include="..\server\vengineserver_impl.h" />
<ClInclude Include="..\server\server.h" />
<ClInclude Include="..\squirrel\sqapi.h" />
<ClInclude Include="..\squirrel\sqinit.h" />
<ClInclude Include="..\squirrel\sqstdaux.h" />
<ClInclude Include="..\squirrel\sqtype.h" />
<ClInclude Include="..\squirrel\sqvm.h" />
<ClInclude Include="..\studiorender\studiorendercontext.h" />
<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" />
<ClInclude Include="..\thirdparty\lzham\include\lzham.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_assert.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_checksum.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_config.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_core.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_helpers.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_huffman_codes.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_lzbase.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_match_accel.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_math.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_mem.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_null_threading.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_platform.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_polar_codes.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_prefix_coding.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_pthreads_threading.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_static_lib.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_symbol_codec.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_threading.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_timer.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_traits.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_types.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_utils.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_vector.h" />
<ClInclude Include="..\thirdparty\lzham\include\lzham_win32_threading.h" />
<ClInclude Include="..\thirdparty\lzham\lzhamcomp\lzham_comp.h" />
<ClInclude Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.h" />
<ClInclude Include="..\thirdparty\lzham\lzhamdecomp\lzham_decomp.h" />
<ClInclude Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.h" />
<ClInclude Include="..\thirdparty\nlohmann\adl_serializer.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\byte_container_with_subtype.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\conversions\from_json.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\conversions\to_chars.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\conversions\to_json.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\exceptions.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\hash.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\input\binary_reader.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\input\input_adapters.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\input\json_sax.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\input\lexer.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\input\parser.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\input\position_t.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\iterators\internal_iterator.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\iterators\iteration_proxy.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\iterators\iterator_traits.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\iterators\iter_impl.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\iterators\json_reverse_iterator.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\iterators\primitive_iterator.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\json_pointer.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\json_ref.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\macro_scope.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\macro_unscope.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\call_std\begin.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\call_std\end.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\cpp_future.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\detected.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\identity_tag.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\is_sax.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\type_traits.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\meta\void_t.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\output\binary_writer.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\output\output_adapters.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\output\serializer.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\string_concat.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\string_escape.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\detail\value_t.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\json.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\json_fwd.hpp" />
<ClInclude Include="..\thirdparty\nlohmann\ordered_map.hpp" />
<ClInclude Include="..\thirdparty\spdlog\include\async.h" />
<ClInclude Include="..\thirdparty\spdlog\include\async_logger-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\async_logger.h" />
<ClInclude Include="..\thirdparty\spdlog\include\cfg\argv.h" />
<ClInclude Include="..\thirdparty\spdlog\include\cfg\env.h" />
<ClInclude Include="..\thirdparty\spdlog\include\cfg\helpers-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\cfg\helpers.h" />
<ClInclude Include="..\thirdparty\spdlog\include\common-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\common.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\backtracer-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\backtracer.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\circular_q.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\console_globals.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\file_helper-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\file_helper.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\fmt_helper.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg_buffer-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg_buffer.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\mpmc_blocking_q.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\null_mutex.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\os-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\os.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\periodic_worker-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\periodic_worker.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\registry-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\registry.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\synchronous_factory.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\tcp_client-windows.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\tcp_client.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\thread_pool-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\thread_pool.h" />
<ClInclude Include="..\thirdparty\spdlog\include\details\windows_include.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bin_to_hex.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\args.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\chrono.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\color.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\compile.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\core.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\format-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\format.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\locale.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\os.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\ostream.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\printf.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\ranges.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\xchar.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\chrono.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\fmt.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\ostr.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fmt\xchar.h" />
<ClInclude Include="..\thirdparty\spdlog\include\formatter.h" />
<ClInclude Include="..\thirdparty\spdlog\include\fwd.h" />
<ClInclude Include="..\thirdparty\spdlog\include\logger-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\logger.h" />
<ClInclude Include="..\thirdparty\spdlog\include\pattern_formatter-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\pattern_formatter.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\android_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ansicolor_sink-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ansicolor_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\base_sink-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\base_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\basic_file_sink-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\basic_file_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\daily_file_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\dist_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\dup_filter_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\hourly_file_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\mongo_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\msvc_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\null_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ostream_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\qt_sinks.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ringbuffer_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\rotating_file_sink-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\rotating_file_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\sink-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_color_sinks-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_color_sinks.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_sinks-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_sinks.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\syslog_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\systemd_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\tcp_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\wincolor_sink-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\wincolor_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\sinks\win_eventlog_sink.h" />
<ClInclude Include="..\thirdparty\spdlog\include\spdlog-inl.h" />
<ClInclude Include="..\thirdparty\spdlog\include\spdlog.h" />
<ClInclude Include="..\thirdparty\spdlog\include\stopwatch.h" />
<ClInclude Include="..\thirdparty\spdlog\include\tweakme.h" />
<ClInclude Include="..\thirdparty\spdlog\include\version.h" />
<ClInclude Include="..\tier0\basetypes.h" />
<ClInclude Include="..\tier0\commandline.h" />
<ClInclude Include="..\tier0\cpu.h" />
<ClInclude Include="..\tier0\cputopology.h" />
<ClInclude Include="..\tier0\fasttimer.h" />
<ClInclude Include="..\tier0\interface.h" />
<ClInclude Include="..\tier0\jobthread.h" />
<ClInclude Include="..\tier0\platform.h" />
<ClInclude Include="..\tier0\threadtools.h" />
<ClInclude Include="..\tier0\tslist.h" />
<ClInclude Include="..\tier1\bitbuf.h" />
<ClInclude Include="..\tier1\cmd.h" />
<ClInclude Include="..\tier1\cvar.h" />
<ClInclude Include="..\tier1\IConVar.h" />
<ClInclude Include="..\tier1\NetAdr2.h" />
<ClInclude Include="..\tier1\utldict.h" />
<ClInclude Include="..\tier1\utlmemory.h" />
<ClInclude Include="..\tier1\utlvector.h" />
<ClInclude Include="..\tier2\socketcreator.h" />
<ClInclude Include="..\vpc\IAppSystem.h" />
<ClInclude Include="..\vpc\interfaces.h" />
<ClInclude Include="..\vpc\keyvalues.h" />
<ClInclude Include="..\vphysics\QHull.h" />
<ClInclude Include="..\vpklib\packedstore.h" />
<ClInclude Include="..\vstdlib\callback.h" />
<ClInclude Include="..\vstdlib\completion.h" />
<ClInclude Include="..\vstdlib\keyvaluessystem.h" />
<ClInclude Include="..\windows\console.h" />
<ClInclude Include="..\windows\system.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\bsplib\bsplib.cpp" />
<ClCompile Include="..\client\vengineclient_impl.cpp" />
<ClCompile Include="..\common\opcodes.cpp" />
<ClCompile Include="..\core\dllmain.cpp" />
<ClCompile Include="..\core\init.cpp" />
<ClCompile Include="..\core\logdef.cpp" />
<ClCompile Include="..\core\stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\core\termutil.cpp" />
<ClCompile Include="..\datacache\mdlcache.cpp" />
<ClCompile Include="..\ebisusdk\EbisuSDK.cpp" />
<ClCompile Include="..\engine\baseclient.cpp" />
<ClCompile Include="..\engine\baseserver.cpp" />
<ClCompile Include="..\engine\cmodel_bsp.cpp" />
<ClCompile Include="..\engine\common.cpp" />
<ClCompile Include="..\engine\host_cmd.cpp" />
<ClCompile Include="..\engine\host_state.cpp" />
<ClCompile Include="..\engine\modelloader.cpp" />
<ClCompile Include="..\engine\net.cpp" />
<ClCompile Include="..\engine\net_chan.cpp" />
<ClCompile Include="..\engine\sv_main.cpp" />
<ClCompile Include="..\engine\sv_rcon.cpp" />
<ClCompile Include="..\engine\sys_dll.cpp" />
<ClCompile Include="..\engine\sys_dll2.cpp" />
<ClCompile Include="..\engine\sys_engine.cpp" />
<ClCompile Include="..\engine\sys_utils.cpp" />
<ClCompile Include="..\filesystem\basefilesystem.cpp" />
<ClCompile Include="..\filesystem\filesystem.cpp" />
<ClCompile Include="..\game\server\ai_network.cpp" />
<ClCompile Include="..\game\server\ai_networkmanager.cpp" />
<ClCompile Include="..\game\server\ai_utility.cpp" />
<ClCompile Include="..\game\server\gameinterface.cpp" />
<ClCompile Include="..\game\shared\animation.cpp" />
<ClCompile Include="..\launcher\IApplication.cpp" />
<ClCompile Include="..\launcher\launcher.cpp" />
<ClCompile Include="..\launcher\prx.cpp" />
<ClCompile Include="..\mathlib\adler32.cpp" />
<ClCompile Include="..\mathlib\bits.cpp" />
<ClCompile Include="..\mathlib\crc32.cpp" />
<ClCompile Include="..\mathlib\IceKey.cpp" />
<ClCompile Include="..\mathlib\sha256.cpp" />
<ClCompile Include="..\networksystem\pylon.cpp" />
<ClCompile Include="..\networksystem\r5net.cpp" />
<ClCompile Include="..\protoc\cl_rcon.pb.cc">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\protoc\sv_rcon.pb.cc">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\public\bansystem.cpp" />
<ClCompile Include="..\public\binstream.cpp" />
<ClCompile Include="..\public\memaddr.cpp" />
<ClCompile Include="..\public\module.cpp" />
<ClCompile Include="..\public\utility.cpp" />
<ClCompile Include="..\rtech\rtech_utils.cpp" />
<ClCompile Include="..\rtech\rtech_game.cpp" />
<ClCompile Include="..\rtech\stryder\stryder.cpp" />
<ClCompile Include="..\server\vengineserver_impl.cpp" />
<ClCompile Include="..\server\server.cpp" />
<ClCompile Include="..\squirrel\sqapi.cpp" />
<ClCompile Include="..\squirrel\sqinit.cpp" />
<ClCompile Include="..\squirrel\sqstdaux.cpp" />
<ClCompile Include="..\squirrel\sqvm.cpp" />
<ClCompile Include="..\tier0\commandline.cpp" />
<ClCompile Include="..\tier0\cpu.cpp" />
<ClCompile Include="..\tier0\cputopology.cpp" />
<ClCompile Include="..\tier0\fasttimer.cpp" />
<ClCompile Include="..\tier0\jobthread.cpp" />
<ClCompile Include="..\tier1\bitbuf.cpp" />
<ClCompile Include="..\tier1\cmd.cpp" />
<ClCompile Include="..\tier1\cvar.cpp" />
<ClCompile Include="..\tier1\IConVar.cpp" />
<ClCompile Include="..\tier1\NetAdr2.cpp" />
<ClCompile Include="..\tier2\socketcreator.cpp" />
<ClCompile Include="..\vpc\IAppSystem.cpp" />
<ClCompile Include="..\vpc\interfaces.cpp" />
<ClCompile Include="..\vpc\keyvalues.cpp" />
<ClCompile Include="..\vphysics\QHull.cpp" />
<ClCompile Include="..\vpklib\packedstore.cpp" />
<ClCompile Include="..\vstdlib\callback.cpp" />
<ClCompile Include="..\vstdlib\completion.cpp" />
<ClCompile Include="..\vstdlib\keyvaluessystem.cpp" />
<ClCompile Include="..\windows\console.cpp" />
<ClCompile Include="..\windows\system.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\Dedicated.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>