2022-02-22 12:25:09 +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|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2022-07-08 00:55:01 +02:00
|
|
|
<ClCompile Include="..\bonesetup\bone_utils.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\bsplib\bsplib.cpp" />
|
|
|
|
<ClCompile Include="..\client\cdll_engine_int.cpp" />
|
2022-04-02 12:27:35 +02:00
|
|
|
<ClCompile Include="..\client\vengineclient_impl.cpp" />
|
2022-11-27 17:27:35 +01:00
|
|
|
<ClCompile Include="..\codecs\bink\bink_impl.cpp" />
|
|
|
|
<ClCompile Include="..\codecs\Miles\miles_impl.cpp" />
|
2022-04-27 16:29:14 +02:00
|
|
|
<ClCompile Include="..\common\netmessages.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<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)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="..\core\termutil.cpp" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClCompile Include="..\datacache\mdlcache.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\ebisusdk\EbisuSDK.cpp" />
|
2022-05-20 11:52:19 +02:00
|
|
|
<ClCompile Include="..\engine\client\client.cpp" />
|
|
|
|
<ClCompile Include="..\engine\client\clientstate.cpp" />
|
2022-09-21 02:38:58 +02:00
|
|
|
<ClCompile Include="..\engine\client\cl_ents_parse.cpp" />
|
2022-05-20 11:52:19 +02:00
|
|
|
<ClCompile Include="..\engine\client\cl_rcon.cpp" />
|
2022-05-15 00:29:25 +02:00
|
|
|
<ClCompile Include="..\engine\clockdriftmgr.cpp" />
|
2022-03-01 02:39:46 +01:00
|
|
|
<ClCompile Include="..\engine\cmodel_bsp.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\common.cpp" />
|
2022-06-15 01:24:29 +02:00
|
|
|
<ClCompile Include="..\engine\debugoverlay.cpp" />
|
2022-10-13 16:48:56 +02:00
|
|
|
<ClCompile Include="..\engine\enginetrace.cpp" />
|
2022-10-23 01:20:49 +02:00
|
|
|
<ClCompile Include="..\engine\gl_rmain.cpp" />
|
2022-04-29 20:12:54 +02:00
|
|
|
<ClCompile Include="..\engine\gl_rsurf.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\gl_screen.cpp" />
|
2022-08-19 21:33:31 +02:00
|
|
|
<ClCompile Include="..\engine\host.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\host_cmd.cpp" />
|
|
|
|
<ClCompile Include="..\engine\host_state.cpp" />
|
2022-12-06 00:48:11 +01:00
|
|
|
<ClCompile Include="..\engine\matsys_interface.cpp" />
|
2023-01-22 16:48:16 +01:00
|
|
|
<ClCompile Include="..\engine\modelinfo.cpp" />
|
2022-03-01 02:39:46 +01:00
|
|
|
<ClCompile Include="..\engine\modelloader.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\net.cpp" />
|
2022-05-20 20:14:39 +02:00
|
|
|
<ClCompile Include="..\engine\networkstringtable.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\net_chan.cpp" />
|
2022-08-29 01:14:53 +02:00
|
|
|
<ClCompile Include="..\engine\sdk_dll.cpp" />
|
2022-05-20 11:52:19 +02:00
|
|
|
<ClCompile Include="..\engine\server\server.cpp" />
|
|
|
|
<ClCompile Include="..\engine\server\sv_main.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\sys_dll.cpp" />
|
|
|
|
<ClCompile Include="..\engine\sys_dll2.cpp" />
|
|
|
|
<ClCompile Include="..\engine\sys_engine.cpp" />
|
2022-02-28 01:01:40 +01:00
|
|
|
<ClCompile Include="..\engine\sys_getmodes.cpp" />
|
2022-09-25 13:36:55 +02:00
|
|
|
<ClCompile Include="..\engine\sys_mainwind.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\engine\sys_utils.cpp" />
|
2022-04-09 00:59:42 +02:00
|
|
|
<ClCompile Include="..\filesystem\basefilesystem.cpp" />
|
|
|
|
<ClCompile Include="..\filesystem\filesystem.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\gameui\IConsole.cpp" />
|
|
|
|
<ClCompile Include="..\gameui\IBrowser.cpp" />
|
2022-07-24 12:59:40 +02:00
|
|
|
<ClCompile Include="..\game\client\c_baseentity.cpp" />
|
2023-01-19 19:39:15 +01:00
|
|
|
<ClCompile Include="..\game\client\movehelper_client.cpp" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClCompile Include="..\game\client\spritemodel.cpp" />
|
2022-11-10 00:53:12 +01:00
|
|
|
<ClCompile Include="..\game\client\viewrender.cpp" />
|
2022-04-03 03:10:48 +02:00
|
|
|
<ClCompile Include="..\game\server\ai_network.cpp" />
|
2022-02-27 03:15:00 +01:00
|
|
|
<ClCompile Include="..\game\server\ai_networkmanager.cpp" />
|
2022-03-18 03:14:07 +01:00
|
|
|
<ClCompile Include="..\game\server\ai_utility.cpp" />
|
2023-01-22 16:48:16 +01:00
|
|
|
<ClCompile Include="..\game\server\baseanimating.cpp" />
|
2022-02-24 01:51:11 +01:00
|
|
|
<ClCompile Include="..\game\server\gameinterface.cpp" />
|
2023-01-19 18:52:46 +01:00
|
|
|
<ClCompile Include="..\game\server\movehelper_server.cpp" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClCompile Include="..\game\server\networkproperty.cpp" />
|
2023-01-19 22:53:45 +01:00
|
|
|
<ClCompile Include="..\game\server\physics_main.cpp" />
|
2023-01-19 15:25:45 +01:00
|
|
|
<ClCompile Include="..\game\server\player.cpp" />
|
2022-07-25 16:39:07 +02:00
|
|
|
<ClCompile Include="..\game\shared\ai_utility_shared.cpp" />
|
2022-04-30 18:59:55 +02:00
|
|
|
<ClCompile Include="..\game\shared\animation.cpp" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClCompile Include="..\game\shared\collisionproperty.cpp" />
|
2023-01-19 15:25:45 +01:00
|
|
|
<ClCompile Include="..\game\shared\entitylist_base.cpp" />
|
2023-01-20 00:28:49 +01:00
|
|
|
<ClCompile Include="..\game\shared\util_shared.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\inputsystem\inputsystem.cpp" />
|
|
|
|
<ClCompile Include="..\launcher\IApplication.cpp" />
|
2022-04-16 00:30:46 +02:00
|
|
|
<ClCompile Include="..\launcher\launcher.cpp" />
|
2022-03-18 13:47:22 +01:00
|
|
|
<ClCompile Include="..\materialsystem\cmaterialglue.cpp" />
|
2022-03-26 01:04:20 +01:00
|
|
|
<ClCompile Include="..\materialsystem\cmaterialsystem.cpp" />
|
2022-07-01 22:50:22 +02:00
|
|
|
<ClCompile Include="..\materialsystem\cshaderglue.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\mathlib\adler32.cpp" />
|
2022-08-09 18:07:32 +02:00
|
|
|
<ClCompile Include="..\mathlib\fbits.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\mathlib\color_conversion.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\mathlib\crc32.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\mathlib\halton.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\mathlib\IceKey.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\mathlib\mathlib_base.cpp" />
|
|
|
|
<ClCompile Include="..\mathlib\powsse.cpp" />
|
|
|
|
<ClCompile Include="..\mathlib\randsse.cpp" />
|
2022-06-04 13:55:24 +02:00
|
|
|
<ClCompile Include="..\mathlib\sha1.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\mathlib\sha256.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\mathlib\sseconst.cpp" />
|
2022-07-08 00:55:01 +02:00
|
|
|
<ClCompile Include="..\mathlib\ssenoise.cpp" />
|
|
|
|
<ClCompile Include="..\mathlib\transform.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\mathlib\vmatrix.cpp" />
|
2022-08-09 17:34:10 +02:00
|
|
|
<ClCompile Include="..\networksystem\bansystem.cpp" />
|
2022-08-14 15:43:49 +02:00
|
|
|
<ClCompile Include="..\networksystem\listmanager.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\networksystem\pylon.cpp" />
|
2022-08-20 01:59:36 +02:00
|
|
|
<ClCompile Include="..\pluginsystem\pluginsystem.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\protoc\cl_rcon.pb.cc">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
2022-12-01 22:47:39 +01:00
|
|
|
<ClCompile Include="..\protoc\sig_map.pb.cc">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\protoc\sv_rcon.pb.cc">
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
2023-01-19 15:25:45 +01:00
|
|
|
<ClCompile Include="..\public\baseentity.cpp" />
|
2022-11-19 03:16:49 +01:00
|
|
|
<ClCompile Include="..\public\datamap.cpp" />
|
2022-12-03 02:57:11 +01:00
|
|
|
<ClCompile Include="..\public\dt_recv.cpp" />
|
|
|
|
<ClCompile Include="..\public\networkvar.cpp" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClCompile Include="..\public\utility\binstream.cpp" />
|
2022-12-23 02:56:40 +01:00
|
|
|
<ClCompile Include="..\public\utility\crashhandler.cpp" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClCompile Include="..\public\utility\memaddr.cpp" />
|
|
|
|
<ClCompile Include="..\public\utility\module.cpp" />
|
2022-12-01 22:47:39 +01:00
|
|
|
<ClCompile Include="..\public\utility\sigcache.cpp" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClCompile Include="..\public\utility\utility.cpp" />
|
2022-12-09 01:15:42 +01:00
|
|
|
<ClCompile Include="..\public\utility\vtable.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\rtech\rtech_utils.cpp" />
|
|
|
|
<ClCompile Include="..\rtech\rtech_game.cpp" />
|
2022-03-23 23:28:12 +01:00
|
|
|
<ClCompile Include="..\rtech\rui\rui.cpp" />
|
|
|
|
<ClCompile Include="..\rtech\stryder\stryder.cpp" />
|
2022-07-08 23:42:28 +02:00
|
|
|
<ClCompile Include="..\server\persistence.cpp" />
|
2022-04-02 12:27:35 +02:00
|
|
|
<ClCompile Include="..\server\vengineserver_impl.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\squirrel\sqapi.cpp" />
|
|
|
|
<ClCompile Include="..\squirrel\sqinit.cpp" />
|
2022-05-28 22:02:00 +02:00
|
|
|
<ClCompile Include="..\squirrel\sqscript.cpp" />
|
2022-05-09 21:21:05 +02:00
|
|
|
<ClCompile Include="..\squirrel\sqstdaux.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\squirrel\sqvm.cpp" />
|
2022-02-22 21:29:42 +01:00
|
|
|
<ClCompile Include="..\thirdparty\imgui\src\imgui_utility.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\tier0\commandline.cpp" />
|
2022-03-21 23:13:03 +01:00
|
|
|
<ClCompile Include="..\tier0\cpu.cpp" />
|
|
|
|
<ClCompile Include="..\tier0\cputopology.cpp" />
|
2022-05-25 14:18:29 +02:00
|
|
|
<ClCompile Include="..\tier0\dbg.cpp" />
|
2022-03-21 23:13:03 +01:00
|
|
|
<ClCompile Include="..\tier0\fasttimer.cpp" />
|
2022-08-19 21:33:31 +02:00
|
|
|
<ClCompile Include="..\tier0\frametask.cpp" />
|
2022-04-18 03:35:08 +02:00
|
|
|
<ClCompile Include="..\tier0\jobthread.cpp" />
|
2022-06-20 14:58:53 +02:00
|
|
|
<ClCompile Include="..\tier0\platform.cpp" />
|
2022-07-08 00:55:01 +02:00
|
|
|
<ClCompile Include="..\tier0\threadtools.cpp" />
|
2022-04-02 02:48:54 +02:00
|
|
|
<ClCompile Include="..\tier1\bitbuf.cpp" />
|
2022-07-29 17:30:05 +02:00
|
|
|
<ClCompile Include="..\tier1\characterset.cpp" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClCompile Include="..\tier1\cmd.cpp" />
|
|
|
|
<ClCompile Include="..\tier1\cvar.cpp" />
|
2022-08-13 19:41:45 +02:00
|
|
|
<ClCompile Include="..\tier1\generichash.cpp" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClCompile Include="..\tier1\IConVar.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\tier1\NetAdr2.cpp" />
|
2022-08-04 01:28:07 +02:00
|
|
|
<ClCompile Include="..\tier1\splitstring.cpp" />
|
2022-05-28 16:12:37 +02:00
|
|
|
<ClCompile Include="..\tier1\strtools.cpp" />
|
2022-11-23 10:32:23 +01:00
|
|
|
<ClCompile Include="..\tier1\utlbuffer.cpp" />
|
2022-07-07 21:31:00 +02:00
|
|
|
<ClCompile Include="..\tier2\meshutils.cpp" />
|
|
|
|
<ClCompile Include="..\tier2\renderutils.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\tier2\socketcreator.cpp" />
|
|
|
|
<ClCompile Include="..\vguimatsurface\MatSystemSurface.cpp" />
|
|
|
|
<ClCompile Include="..\vgui\vgui_baseui_interface.cpp" />
|
|
|
|
<ClCompile Include="..\vgui\vgui_debugpanel.cpp" />
|
|
|
|
<ClCompile Include="..\vgui\vgui_fpspanel.cpp" />
|
|
|
|
<ClCompile Include="..\vpc\IAppSystem.cpp" />
|
|
|
|
<ClCompile Include="..\vpc\interfaces.cpp" />
|
|
|
|
<ClCompile Include="..\vpc\keyvalues.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\vphysics\physics_collide.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\vphysics\QHull.cpp" />
|
|
|
|
<ClCompile Include="..\vpklib\packedstore.cpp" />
|
2022-04-14 19:18:59 +02:00
|
|
|
<ClCompile Include="..\vstdlib\callback.cpp" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClCompile Include="..\vstdlib\completion.cpp" />
|
|
|
|
<ClCompile Include="..\vstdlib\keyvaluessystem.cpp" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClCompile Include="..\vstdlib\random.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\windows\console.cpp" />
|
|
|
|
<ClCompile Include="..\windows\id3dx.cpp" />
|
|
|
|
<ClCompile Include="..\windows\input.cpp" />
|
2022-04-26 20:24:51 +02:00
|
|
|
<ClCompile Include="..\windows\resource.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\windows\system.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<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" />
|
2022-04-02 12:27:35 +02:00
|
|
|
<ClInclude Include="..\client\vengineclient_impl.h" />
|
2022-11-27 17:27:35 +01:00
|
|
|
<ClInclude Include="..\codecs\bink\bink_impl.h" />
|
|
|
|
<ClInclude Include="..\codecs\Miles\miles_impl.h" />
|
2022-11-27 20:44:17 +00:00
|
|
|
<ClInclude Include="..\codecs\Miles\miles_types.h" />
|
2022-11-27 17:27:35 +01:00
|
|
|
<ClInclude Include="..\codecs\Miles\radshal_wasapi.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<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" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClInclude Include="..\common\qlimits.h" />
|
2022-04-10 19:59:34 +02:00
|
|
|
<ClInclude Include="..\common\sdkdefs.h" />
|
|
|
|
<ClInclude Include="..\common\x86defs.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<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" />
|
2022-05-06 01:04:33 +02:00
|
|
|
<ClInclude Include="..\datacache\idatacache.h" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClInclude Include="..\datacache\imdlcache.h" />
|
|
|
|
<ClInclude Include="..\datacache\mdlcache.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\ebisusdk\EbisuSDK.h" />
|
2022-05-20 11:52:19 +02:00
|
|
|
<ClInclude Include="..\engine\client\client.h" />
|
|
|
|
<ClInclude Include="..\engine\client\clientstate.h" />
|
2022-09-21 02:38:58 +02:00
|
|
|
<ClInclude Include="..\engine\client\cl_ents_parse.h" />
|
2022-05-20 11:52:19 +02:00
|
|
|
<ClInclude Include="..\engine\client\cl_main.h" />
|
|
|
|
<ClInclude Include="..\engine\client\cl_rcon.h" />
|
2022-05-15 00:29:25 +02:00
|
|
|
<ClInclude Include="..\engine\clockdriftmgr.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\cmodel_bsp.h" />
|
|
|
|
<ClInclude Include="..\engine\common.h" />
|
2022-05-15 00:29:25 +02:00
|
|
|
<ClInclude Include="..\engine\datablock.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\debugoverlay.h" />
|
2022-10-13 16:48:56 +02:00
|
|
|
<ClInclude Include="..\engine\enginetrace.h" />
|
2022-05-15 00:29:25 +02:00
|
|
|
<ClInclude Include="..\engine\framesnapshot.h" />
|
2022-03-02 01:16:35 +01:00
|
|
|
<ClInclude Include="..\engine\gl_matsysiface.h" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClInclude Include="..\engine\gl_model_private.h" />
|
2022-10-23 01:20:49 +02:00
|
|
|
<ClInclude Include="..\engine\gl_rmain.h" />
|
2022-04-29 20:12:54 +02:00
|
|
|
<ClInclude Include="..\engine\gl_rsurf.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\gl_screen.h" />
|
2022-04-12 02:48:46 +02:00
|
|
|
<ClInclude Include="..\engine\host.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\host_cmd.h" />
|
|
|
|
<ClInclude Include="..\engine\host_state.h" />
|
2022-12-06 00:48:11 +01:00
|
|
|
<ClInclude Include="..\engine\matsys_interface.h" />
|
2023-01-22 16:48:16 +01:00
|
|
|
<ClInclude Include="..\engine\modelinfo.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\modelloader.h" />
|
|
|
|
<ClInclude Include="..\engine\net.h" />
|
2022-05-20 20:14:39 +02:00
|
|
|
<ClInclude Include="..\engine\networkstringtable.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\net_chan.h" />
|
2022-05-15 00:29:25 +02:00
|
|
|
<ClInclude Include="..\engine\packed_entity.h" />
|
2022-08-29 01:14:53 +02:00
|
|
|
<ClInclude Include="..\engine\sdk_dll.h" />
|
2022-05-20 11:52:19 +02:00
|
|
|
<ClInclude Include="..\engine\server\server.h" />
|
|
|
|
<ClInclude Include="..\engine\server\sv_main.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\sys_dll.h" />
|
|
|
|
<ClInclude Include="..\engine\sys_dll2.h" />
|
|
|
|
<ClInclude Include="..\engine\sys_engine.h" />
|
|
|
|
<ClInclude Include="..\engine\sys_getmodes.h" />
|
2022-09-25 13:36:55 +02:00
|
|
|
<ClInclude Include="..\engine\sys_mainwind.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\engine\sys_utils.h" />
|
2022-11-07 22:25:20 +01:00
|
|
|
<ClInclude Include="..\engine\traceinit.h" />
|
2022-04-09 00:59:42 +02:00
|
|
|
<ClInclude Include="..\filesystem\basefilesystem.h" />
|
|
|
|
<ClInclude Include="..\filesystem\filesystem.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\gameui\IConsole.h" />
|
|
|
|
<ClInclude Include="..\gameui\IBrowser.h" />
|
2023-01-20 00:28:49 +01:00
|
|
|
<ClInclude Include="..\game\client\cliententitylist.h" />
|
2022-04-05 01:13:27 +02:00
|
|
|
<ClInclude Include="..\game\client\c_baseentity.h" />
|
2022-07-24 12:59:40 +02:00
|
|
|
<ClInclude Include="..\game\client\c_baseplayer.h" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClInclude Include="..\game\client\enginesprite.h" />
|
|
|
|
<ClInclude Include="..\game\client\hud.h" />
|
2023-01-19 19:39:15 +01:00
|
|
|
<ClInclude Include="..\game\client\movehelper_client.h" />
|
2022-11-10 00:53:12 +01:00
|
|
|
<ClInclude Include="..\game\client\viewrender.h" />
|
2022-02-27 03:15:00 +01:00
|
|
|
<ClInclude Include="..\game\server\ai_network.h" />
|
|
|
|
<ClInclude Include="..\game\server\ai_networkmanager.h" />
|
|
|
|
<ClInclude Include="..\game\server\ai_node.h" />
|
2022-03-18 03:14:07 +01:00
|
|
|
<ClInclude Include="..\game\server\ai_utility.h" />
|
2023-01-18 12:39:18 +01:00
|
|
|
<ClInclude Include="..\game\server\baseanimatingoverlay.h" />
|
|
|
|
<ClInclude Include="..\game\server\baseanimating.h" />
|
|
|
|
<ClInclude Include="..\game\server\basecombatcharacter.h" />
|
2022-03-18 03:14:07 +01:00
|
|
|
<ClInclude Include="..\game\server\detour_impl.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\game\server\fairfight_impl.h" />
|
2022-02-24 01:51:11 +01:00
|
|
|
<ClInclude Include="..\game\server\gameinterface.h" />
|
2023-01-19 18:52:46 +01:00
|
|
|
<ClInclude Include="..\game\server\movehelper_server.h" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClInclude Include="..\game\server\networkproperty.h" />
|
2023-01-19 22:53:45 +01:00
|
|
|
<ClInclude Include="..\game\server\physics_main.h" />
|
2023-01-18 01:34:40 +01:00
|
|
|
<ClInclude Include="..\game\server\player.h" />
|
|
|
|
<ClInclude Include="..\game\server\playerlocaldata.h" />
|
2022-07-25 16:39:07 +02:00
|
|
|
<ClInclude Include="..\game\shared\ai_utility_shared.h" />
|
2022-04-30 18:59:55 +02:00
|
|
|
<ClInclude Include="..\game\shared\animation.h" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClInclude Include="..\game\shared\collisionproperty.h" />
|
2023-01-19 02:03:36 +01:00
|
|
|
<ClInclude Include="..\game\shared\ehandle.h" />
|
2023-01-19 15:25:45 +01:00
|
|
|
<ClInclude Include="..\game\shared\entitylist_base.h" />
|
2023-01-19 18:52:46 +01:00
|
|
|
<ClInclude Include="..\game\shared\imovehelper.h" />
|
2023-01-18 01:34:40 +01:00
|
|
|
<ClInclude Include="..\game\shared\playernet_vars.h" />
|
2023-01-19 02:03:36 +01:00
|
|
|
<ClInclude Include="..\game\shared\predictioncopy.h" />
|
2023-01-19 15:25:45 +01:00
|
|
|
<ClInclude Include="..\game\shared\shareddefs.h" />
|
2023-01-18 01:34:40 +01:00
|
|
|
<ClInclude Include="..\game\shared\shared_classnames.h" />
|
|
|
|
<ClInclude Include="..\game\shared\takedamageinfo.h" />
|
2023-01-19 16:11:48 +01:00
|
|
|
<ClInclude Include="..\game\shared\usercmd.h" />
|
2023-01-20 00:28:49 +01:00
|
|
|
<ClInclude Include="..\game\shared\util_shared.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\inputsystem\ButtonCode.h" />
|
|
|
|
<ClInclude Include="..\inputsystem\inputsystem.h" />
|
|
|
|
<ClInclude Include="..\launcher\IApplication.h" />
|
2022-04-16 00:30:46 +02:00
|
|
|
<ClInclude Include="..\launcher\launcher.h" />
|
2022-03-18 13:47:22 +01:00
|
|
|
<ClInclude Include="..\materialsystem\cmaterialglue.h" />
|
2022-03-26 01:04:20 +01:00
|
|
|
<ClInclude Include="..\materialsystem\cmaterialsystem.h" />
|
2022-07-01 22:50:22 +02:00
|
|
|
<ClInclude Include="..\materialsystem\cshaderglue.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\adler32.h" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClInclude Include="..\mathlib\almostequal.cpp" />
|
2022-12-25 19:42:26 -05:00
|
|
|
<ClInclude Include="..\mathlib\compressed_vector.h" />
|
2022-08-09 18:07:32 +02:00
|
|
|
<ClInclude Include="..\mathlib\fbits.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\color.h" />
|
|
|
|
<ClInclude Include="..\mathlib\crc32.h" />
|
2022-07-08 00:55:01 +02:00
|
|
|
<ClInclude Include="..\mathlib\fltx4.h" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClInclude Include="..\mathlib\halton.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\IceKey.H" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClInclude Include="..\mathlib\mathlib.h" />
|
|
|
|
<ClInclude Include="..\mathlib\math_pfns.h" />
|
|
|
|
<ClInclude Include="..\mathlib\noisedata.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\parallel_for.h" />
|
2022-06-04 13:55:24 +02:00
|
|
|
<ClInclude Include="..\mathlib\sha1.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\sha256.h" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClInclude Include="..\mathlib\ssemath.h" />
|
|
|
|
<ClInclude Include="..\mathlib\ssequaternion.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\swap.h" />
|
2022-07-08 00:55:01 +02:00
|
|
|
<ClInclude Include="..\mathlib\transform.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\mathlib\vector.h" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClInclude Include="..\mathlib\vector2d.h" />
|
|
|
|
<ClInclude Include="..\mathlib\vector4d.h" />
|
|
|
|
<ClInclude Include="..\mathlib\vmatrix.h" />
|
|
|
|
<ClInclude Include="..\mathlib\vplane.h" />
|
2022-08-09 17:34:10 +02:00
|
|
|
<ClInclude Include="..\networksystem\bansystem.h" />
|
2022-08-14 15:43:49 +02:00
|
|
|
<ClInclude Include="..\networksystem\listmanager.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\networksystem\pylon.h" />
|
|
|
|
<ClInclude Include="..\networksystem\serverlisting.h" />
|
|
|
|
<ClInclude Include="..\networksystem\sm_protocol.h" />
|
2022-08-20 12:42:19 +02:00
|
|
|
<ClInclude Include="..\pluginsystem\ipluginsystem.h" />
|
2022-08-20 01:59:36 +02:00
|
|
|
<ClInclude Include="..\pluginsystem\pluginsystem.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\protoc\cl_rcon.pb.h" />
|
2022-12-01 22:47:39 +01:00
|
|
|
<ClInclude Include="..\protoc\sig_map.pb.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\protoc\sv_rcon.pb.h" />
|
2022-04-29 05:30:06 +02:00
|
|
|
<ClInclude Include="..\public\avi\iavi.h" />
|
|
|
|
<ClInclude Include="..\public\avi\ibik.h" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClInclude Include="..\public\baseentity.h" />
|
|
|
|
<ClInclude Include="..\public\basehandle.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\bitmap\stb_image.h" />
|
2023-01-21 16:38:55 +01:00
|
|
|
<ClInclude Include="..\public\bspflags.h" />
|
2023-01-20 17:20:50 +01:00
|
|
|
<ClInclude Include="..\public\cmodel.h" />
|
2022-11-19 03:16:49 +01:00
|
|
|
<ClInclude Include="..\public\datamap.h" />
|
2022-11-17 17:51:37 +01:00
|
|
|
<ClInclude Include="..\public\dt_common.h" />
|
2022-12-03 02:57:11 +01:00
|
|
|
<ClInclude Include="..\public\dt_recv.h" />
|
|
|
|
<ClInclude Include="..\public\dt_send.h" />
|
2023-01-16 21:09:21 +01:00
|
|
|
<ClInclude Include="..\public\eiface.h" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClInclude Include="..\public\engine\ICollideable.h" />
|
2023-01-20 17:20:50 +01:00
|
|
|
<ClInclude Include="..\public\engine\IEngineTrace.h" />
|
2023-01-22 16:48:16 +01:00
|
|
|
<ClInclude Include="..\public\engine\IVModelInfo.h" />
|
2023-01-20 17:20:50 +01:00
|
|
|
<ClInclude Include="..\public\gametrace.h" />
|
2022-08-09 11:53:33 +02:00
|
|
|
<ClInclude Include="..\public\iengine.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\client_class.h" />
|
|
|
|
<ClInclude Include="..\public\const.h" />
|
|
|
|
<ClInclude Include="..\public\edict.h" />
|
|
|
|
<ClInclude Include="..\public\globalvars_base.h" />
|
|
|
|
<ClInclude Include="..\public\icliententity.h" />
|
|
|
|
<ClInclude Include="..\public\icliententitylist.h" />
|
|
|
|
<ClInclude Include="..\public\iclientnetworkable.h" />
|
|
|
|
<ClInclude Include="..\public\iclientrenderable.h" />
|
|
|
|
<ClInclude Include="..\public\iclientthinkable.h" />
|
|
|
|
<ClInclude Include="..\public\iclientunknown.h" />
|
|
|
|
<ClInclude Include="..\public\icommandline.h" />
|
|
|
|
<ClInclude Include="..\public\iconcommand.h" />
|
|
|
|
<ClInclude Include="..\public\iconvar.h" />
|
|
|
|
<ClInclude Include="..\public\icvar.h" />
|
|
|
|
<ClInclude Include="..\public\idebugoverlay.h" />
|
2022-08-13 11:24:55 +02:00
|
|
|
<ClInclude Include="..\public\ifile.h" />
|
|
|
|
<ClInclude Include="..\public\ifilesystem.h" />
|
2022-08-19 21:33:31 +02:00
|
|
|
<ClInclude Include="..\public\iframetask.h" />
|
2022-09-25 13:36:55 +02:00
|
|
|
<ClInclude Include="..\public\igame.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\ihandleentity.h" />
|
2022-10-13 02:22:50 +02:00
|
|
|
<ClInclude Include="..\public\imaterial.h" />
|
|
|
|
<ClInclude Include="..\public\imaterialinternal.h" />
|
2022-12-06 00:48:11 +01:00
|
|
|
<ClInclude Include="..\public\imaterialsystem.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\inetchannel.h" />
|
2022-08-15 14:44:54 +02:00
|
|
|
<ClInclude Include="..\public\inetmessage.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\inetmsghandler.h" />
|
2022-11-23 12:11:53 +01:00
|
|
|
<ClInclude Include="..\public\ipackedstore.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\iserver.h" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClInclude Include="..\public\iserverentity.h" />
|
|
|
|
<ClInclude Include="..\public\iservernetworkable.h" />
|
|
|
|
<ClInclude Include="..\public\iserverunknown.h" />
|
2022-08-15 14:44:54 +02:00
|
|
|
<ClInclude Include="..\public\isnapshotmgr.h" />
|
2022-08-14 15:43:49 +02:00
|
|
|
<ClInclude Include="..\public\isurfacesystem.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\ivrenderview.h" />
|
|
|
|
<ClInclude Include="..\public\ivscript.h" />
|
2022-10-13 02:22:50 +02:00
|
|
|
<ClInclude Include="..\public\materialsystem\shader_vcs_version.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\model_types.h" />
|
2022-12-03 02:57:11 +01:00
|
|
|
<ClInclude Include="..\public\networkvar.h" />
|
2023-01-18 01:34:40 +01:00
|
|
|
<ClInclude Include="..\public\playerstate.h" />
|
2022-10-13 02:22:50 +02:00
|
|
|
<ClInclude Include="..\public\rendersystem\schema\texture.g.h" />
|
2022-11-03 00:06:11 +01:00
|
|
|
<ClInclude Include="..\public\server_class.h" />
|
2023-01-18 00:46:17 +01:00
|
|
|
<ClInclude Include="..\public\string_t.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\studio.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\core\resource.h" />
|
2023-01-20 17:20:50 +01:00
|
|
|
<ClInclude Include="..\public\trace.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\utility\binstream.h" />
|
2022-12-26 20:11:37 +01:00
|
|
|
<ClInclude Include="..\public\utility\crashhandler.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\utility\httplib.h" />
|
|
|
|
<ClInclude Include="..\public\utility\memaddr.h" />
|
|
|
|
<ClInclude Include="..\public\utility\module.h" />
|
2022-12-01 22:47:39 +01:00
|
|
|
<ClInclude Include="..\public\utility\sigcache.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\utility\utility.h" />
|
2022-12-09 01:15:42 +01:00
|
|
|
<ClInclude Include="..\public\utility\vtable.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\worldsize.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\rtech\rtech_utils.h" />
|
|
|
|
<ClInclude Include="..\rtech\rtech_game.h" />
|
2022-03-23 23:28:12 +01:00
|
|
|
<ClInclude Include="..\rtech\rui\rui.h" />
|
|
|
|
<ClInclude Include="..\rtech\stryder\stryder.h" />
|
2022-07-08 23:42:28 +02:00
|
|
|
<ClInclude Include="..\server\persistence.h" />
|
2022-04-02 12:27:35 +02:00
|
|
|
<ClInclude Include="..\server\vengineserver_impl.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\squirrel\sqapi.h" />
|
|
|
|
<ClInclude Include="..\squirrel\sqinit.h" />
|
2022-05-28 22:02:00 +02:00
|
|
|
<ClInclude Include="..\squirrel\sqscript.h" />
|
2022-05-19 02:19:43 +02:00
|
|
|
<ClInclude Include="..\squirrel\sqstate.h" />
|
2022-05-09 21:21:05 +02:00
|
|
|
<ClInclude Include="..\squirrel\sqstdaux.h" />
|
2022-03-29 22:27:56 +02:00
|
|
|
<ClInclude Include="..\squirrel\sqtype.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<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\imgui\include\imconfig.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imgui.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imgui_impl_dx11.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imgui_impl_win32.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imgui_internal.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imgui_stdlib.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imgui_utility.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imstb_rectpack.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imstb_textedit.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\imgui\include\imstb_truetype.h" />
|
2022-02-22 19:37:56 +01:00
|
|
|
<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" />
|
2022-05-06 01:04:33 +02:00
|
|
|
<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" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<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" />
|
2022-08-13 11:24:55 +02:00
|
|
|
<ClInclude Include="..\tier0\annotations.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\tier0\basetypes.h" />
|
|
|
|
<ClInclude Include="..\tier0\commandline.h" />
|
2022-05-28 16:12:37 +02:00
|
|
|
<ClInclude Include="..\tier0\commonmacros.h" />
|
2022-03-21 23:13:03 +01:00
|
|
|
<ClInclude Include="..\tier0\cpu.h" />
|
|
|
|
<ClInclude Include="..\tier0\cputopology.h" />
|
2022-05-25 14:18:29 +02:00
|
|
|
<ClInclude Include="..\tier0\dbg.h" />
|
|
|
|
<ClInclude Include="..\tier0\dbgflag.h" />
|
2022-03-21 23:13:03 +01:00
|
|
|
<ClInclude Include="..\tier0\fasttimer.h" />
|
2022-08-19 21:33:31 +02:00
|
|
|
<ClInclude Include="..\tier0\frametask.h" />
|
2022-04-18 03:35:08 +02:00
|
|
|
<ClInclude Include="..\tier0\jobthread.h" />
|
2022-08-04 01:28:07 +02:00
|
|
|
<ClInclude Include="..\tier0\memalloc.h" />
|
2022-07-22 16:34:10 +02:00
|
|
|
<ClInclude Include="..\tier0\memstd.h" />
|
2022-03-21 23:13:03 +01:00
|
|
|
<ClInclude Include="..\tier0\platform.h" />
|
2022-06-20 14:58:53 +02:00
|
|
|
<ClInclude Include="..\tier0\platform_internal.h" />
|
2022-04-30 03:30:16 +02:00
|
|
|
<ClInclude Include="..\tier0\threadtools.h" />
|
2022-04-15 04:02:33 +02:00
|
|
|
<ClInclude Include="..\tier0\tslist.h" />
|
2022-05-25 14:18:29 +02:00
|
|
|
<ClInclude Include="..\tier0\valve_off.h" />
|
|
|
|
<ClInclude Include="..\tier0\valve_on.h" />
|
|
|
|
<ClInclude Include="..\tier0\wchartypes.h" />
|
2022-04-02 02:48:54 +02:00
|
|
|
<ClInclude Include="..\tier1\bitbuf.h" />
|
2022-11-23 10:32:23 +01:00
|
|
|
<ClInclude Include="..\tier1\byteswap.h" />
|
2022-07-29 17:30:05 +02:00
|
|
|
<ClInclude Include="..\tier1\characterset.h" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClInclude Include="..\tier1\cmd.h" />
|
|
|
|
<ClInclude Include="..\tier1\cvar.h" />
|
2022-08-12 15:53:58 +02:00
|
|
|
<ClInclude Include="..\tier1\generichash.h" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClInclude Include="..\tier1\IConVar.h" />
|
2022-05-15 00:29:25 +02:00
|
|
|
<ClInclude Include="..\tier1\mempool.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\tier1\NetAdr2.h" />
|
2022-05-28 16:12:37 +02:00
|
|
|
<ClInclude Include="..\tier1\strtools.h" />
|
2022-08-04 01:28:07 +02:00
|
|
|
<ClInclude Include="..\tier1\utlblockmemory.h" />
|
2022-11-23 10:32:23 +01:00
|
|
|
<ClInclude Include="..\tier1\utlbuffer.h" />
|
2022-05-01 23:03:20 +02:00
|
|
|
<ClInclude Include="..\tier1\utldict.h" />
|
2022-08-12 15:53:58 +02:00
|
|
|
<ClInclude Include="..\tier1\utlfixedmemory.h" />
|
2022-08-13 19:41:45 +02:00
|
|
|
<ClInclude Include="..\tier1\utllinkedlist.h" />
|
2022-04-02 02:48:54 +02:00
|
|
|
<ClInclude Include="..\tier1\utlmemory.h" />
|
2022-08-12 15:53:58 +02:00
|
|
|
<ClInclude Include="..\tier1\utlrbtree.h" />
|
2022-04-02 02:48:54 +02:00
|
|
|
<ClInclude Include="..\tier1\utlvector.h" />
|
2022-07-07 21:31:00 +02:00
|
|
|
<ClInclude Include="..\tier2\meshutils.h" />
|
|
|
|
<ClInclude Include="..\tier2\renderutils.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\tier2\socketcreator.h" />
|
|
|
|
<ClInclude Include="..\vguimatsurface\MatSystemSurface.h" />
|
|
|
|
<ClInclude Include="..\vgui\vgui_baseui_interface.h" />
|
|
|
|
<ClInclude Include="..\vgui\vgui_debugpanel.h" />
|
|
|
|
<ClInclude Include="..\vgui\vgui.h" />
|
|
|
|
<ClInclude Include="..\vgui\vgui_fpspanel.h" />
|
|
|
|
<ClInclude Include="..\vpc\IAppSystem.h" />
|
|
|
|
<ClInclude Include="..\vpc\interfaces.h" />
|
|
|
|
<ClInclude Include="..\vpc\keyvalues.h" />
|
2022-05-28 16:28:26 +02:00
|
|
|
<ClInclude Include="..\vpc\kvleaktrace.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\vphysics\QHull.h" />
|
|
|
|
<ClInclude Include="..\vpklib\packedstore.h" />
|
2022-04-14 19:18:59 +02:00
|
|
|
<ClInclude Include="..\vstdlib\callback.h" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClInclude Include="..\vstdlib\completion.h" />
|
2022-08-13 19:41:45 +02:00
|
|
|
<ClInclude Include="..\vstdlib\concommandhash.h" />
|
2022-04-09 16:16:40 +02:00
|
|
|
<ClInclude Include="..\vstdlib\keyvaluessystem.h" />
|
2022-07-06 21:11:32 +02:00
|
|
|
<ClInclude Include="..\vstdlib\random.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\windows\console.h" />
|
|
|
|
<ClInclude Include="..\windows\id3dx.h" />
|
|
|
|
<ClInclude Include="..\windows\input.h" />
|
2022-04-26 20:24:51 +02:00
|
|
|
<ClInclude Include="..\windows\resource.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\windows\system.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ResourceCompile Include="..\resource\r5dev.rc" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Image Include="..\shared\resource\lockedserver.png" />
|
|
|
|
</ItemGroup>
|
2022-02-22 15:19:32 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\GameSDK.def" />
|
|
|
|
</ItemGroup>
|
2022-02-22 12:25:09 +01:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<ProjectGuid>{28cc6b4f-7a95-4933-ada9-65e38d48516d}</ProjectGuid>
|
|
|
|
<RootNamespace>r5dev</RootNamespace>
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
<ProjectName>gamesdk</ProjectName>
|
|
|
|
</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>
|
2022-03-04 12:22:17 +01:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2022-02-22 12:25:09 +01:00
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2022-03-04 12:22:17 +01:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2022-02-22 12:25:09 +01:00
|
|
|
<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" />
|
|
|
|
<Import Project="..\PropertySheet.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="..\r5dev.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2022-07-17 12:55:38 +02:00
|
|
|
<IncludePath>$(IncludePath);$(DXSDK_DIR)Include;$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\</IncludePath>
|
2022-02-22 19:37:56 +01:00
|
|
|
<LibraryPath>$(LibraryPath);$(DXSDK_DIR)Lib\x64</LibraryPath>
|
2022-04-16 00:30:46 +02:00
|
|
|
<TargetName>gamesdk</TargetName>
|
2022-11-14 00:58:26 +01:00
|
|
|
<OutDir>$(SolutionDir)game\</OutDir>
|
2022-02-22 12:25:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2022-07-17 12:55:38 +02:00
|
|
|
<IncludePath>$(IncludePath);$(DXSDK_DIR)Include;$(SolutionDir)r5dev\;$(SolutionDir)r5dev\thirdparty\recast\</IncludePath>
|
2022-02-22 19:37:56 +01:00
|
|
|
<LibraryPath>$(LibraryPath);$(DXSDK_DIR)Lib\x64</LibraryPath>
|
2022-04-16 00:30:46 +02:00
|
|
|
<TargetName>gamesdk</TargetName>
|
2022-02-22 12:25:09 +01:00
|
|
|
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
|
2022-09-09 20:56:47 +02:00
|
|
|
<OutDir>$(SolutionDir)game\</OutDir>
|
2022-02-22 12:25:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;R5DEV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
|
|
|
<DisableSpecificWarnings>
|
|
|
|
</DisableSpecificWarnings>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
2022-03-18 03:14:07 +01:00
|
|
|
<AdditionalOptions>/D GAMESDK /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
|
2022-02-22 12:25:09 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableUAC>false</EnableUAC>
|
2022-02-22 15:19:32 +01:00
|
|
|
<ModuleDefinitionFile>..\GameSDK.def</ModuleDefinitionFile>
|
2022-07-14 18:19:34 +01:00
|
|
|
<AdditionalDependencies>d3d11.lib;bcrypt.lib;libdetours_x64.lib;libimgui_x64.lib;liblzham_x64.lib;libprotobuf_x64.lib;librecast_x64.lib;libdtdetour_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2022-02-22 19:37:56 +01:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
|
2022-12-28 16:37:55 +01:00
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
2022-02-22 12:25:09 +01:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2022-04-16 00:30:46 +02:00
|
|
|
<Command>IF EXIST "$(SolutionDir)..\..\r5apex.exe" del "$(SolutionDir)..\..\gamesdk.dll" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
2022-02-22 12:25:09 +01:00
|
|
|
</PostBuildEvent>
|
|
|
|
<PreBuildEvent>
|
2022-02-22 15:19:32 +01:00
|
|
|
<Command>
|
|
|
|
</Command>
|
2022-02-22 12:25:09 +01:00
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;R5DEV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<DisableSpecificWarnings>
|
|
|
|
</DisableSpecificWarnings>
|
2022-05-17 23:00:30 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2022-02-22 12:25:09 +01:00
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<CreateHotpatchableImage>
|
|
|
|
</CreateHotpatchableImage>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2022-04-16 23:50:57 +02:00
|
|
|
<AdditionalOptions>/D GAMESDK /D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
|
2022-02-22 12:25:09 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableUAC>false</EnableUAC>
|
2022-02-22 15:19:32 +01:00
|
|
|
<ModuleDefinitionFile>..\GameSDK.def</ModuleDefinitionFile>
|
2022-07-14 18:19:34 +01:00
|
|
|
<AdditionalDependencies>d3d11.lib;bcrypt.lib;libdetours_x64.lib;libimgui_x64.lib;liblzham_x64.lib;libprotobuf_x64.lib;librecast_x64.lib;libdtdetour_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2022-02-22 19:37:56 +01:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
|
2022-05-13 17:37:23 +02:00
|
|
|
<SetChecksum>true</SetChecksum>
|
2022-12-28 16:37:55 +01:00
|
|
|
<StackReserveSize>8000000</StackReserveSize>
|
2022-02-22 12:25:09 +01:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2022-04-16 00:30:46 +02:00
|
|
|
<Command>IF EXIST "$(SolutionDir)..\..\r5apex.exe" del "$(SolutionDir)..\..\gamesdk.dll" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
2022-02-22 12:25:09 +01:00
|
|
|
</PostBuildEvent>
|
|
|
|
<PreBuildEvent>
|
2022-02-22 15:19:32 +01:00
|
|
|
<Command>
|
|
|
|
</Command>
|
2022-02-22 12:25:09 +01:00
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|