diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-17 22:33:00 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-17 22:33:00 +0100 |
commit | ca5db71e8215a6c5660fe03088a6d7349f55f817 (patch) | |
tree | 534b79d2599475b1da3edb4f232223d9e32d3174 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 51d3d4a40c8579e29571bc80d35bbb62fa50661b (diff) | |
download | NorthstarLauncher-ca5db71e8215a6c5660fe03088a6d7349f55f817.tar.gz NorthstarLauncher-ca5db71e8215a6c5660fe03088a6d7349f55f817.zip |
add support for custom convars and concommands
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 078b2548..57487a5e 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -172,10 +172,101 @@ <ItemGroup> <ClInclude Include="concommand.h" /> <ClInclude Include="context.h" /> + <ClInclude Include="convar.h" /> <ClInclude Include="dedicated.h" /> <ClInclude Include="hooks.h" /> <ClInclude Include="hookutils.h" /> <ClInclude Include="include\MinHook.h" /> + <ClInclude Include="include\spdlog\async.h" /> + <ClInclude Include="include\spdlog\async_logger-inl.h" /> + <ClInclude Include="include\spdlog\async_logger.h" /> + <ClInclude Include="include\spdlog\cfg\argv.h" /> + <ClInclude Include="include\spdlog\cfg\env.h" /> + <ClInclude Include="include\spdlog\cfg\helpers-inl.h" /> + <ClInclude Include="include\spdlog\cfg\helpers.h" /> + <ClInclude Include="include\spdlog\common-inl.h" /> + <ClInclude Include="include\spdlog\common.h" /> + <ClInclude Include="include\spdlog\details\backtracer-inl.h" /> + <ClInclude Include="include\spdlog\details\backtracer.h" /> + <ClInclude Include="include\spdlog\details\circular_q.h" /> + <ClInclude Include="include\spdlog\details\console_globals.h" /> + <ClInclude Include="include\spdlog\details\file_helper-inl.h" /> + <ClInclude Include="include\spdlog\details\file_helper.h" /> + <ClInclude Include="include\spdlog\details\fmt_helper.h" /> + <ClInclude Include="include\spdlog\details\log_msg-inl.h" /> + <ClInclude Include="include\spdlog\details\log_msg.h" /> + <ClInclude Include="include\spdlog\details\log_msg_buffer-inl.h" /> + <ClInclude Include="include\spdlog\details\log_msg_buffer.h" /> + <ClInclude Include="include\spdlog\details\mpmc_blocking_q.h" /> + <ClInclude Include="include\spdlog\details\null_mutex.h" /> + <ClInclude Include="include\spdlog\details\os-inl.h" /> + <ClInclude Include="include\spdlog\details\os.h" /> + <ClInclude Include="include\spdlog\details\periodic_worker-inl.h" /> + <ClInclude Include="include\spdlog\details\periodic_worker.h" /> + <ClInclude Include="include\spdlog\details\registry-inl.h" /> + <ClInclude Include="include\spdlog\details\registry.h" /> + <ClInclude Include="include\spdlog\details\synchronous_factory.h" /> + <ClInclude Include="include\spdlog\details\tcp_client-windows.h" /> + <ClInclude Include="include\spdlog\details\tcp_client.h" /> + <ClInclude Include="include\spdlog\details\thread_pool-inl.h" /> + <ClInclude Include="include\spdlog\details\thread_pool.h" /> + <ClInclude Include="include\spdlog\details\windows_include.h" /> + <ClInclude Include="include\spdlog\fmt\bin_to_hex.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\chrono.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\color.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\compile.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\core.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\format-inl.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\format.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\locale.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\os.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\ostream.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\posix.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\printf.h" /> + <ClInclude Include="include\spdlog\fmt\bundled\ranges.h" /> + <ClInclude Include="include\spdlog\fmt\chrono.h" /> + <ClInclude Include="include\spdlog\fmt\fmt.h" /> + <ClInclude Include="include\spdlog\fmt\ostr.h" /> + <ClInclude Include="include\spdlog\formatter.h" /> + <ClInclude Include="include\spdlog\fwd.h" /> + <ClInclude Include="include\spdlog\logger-inl.h" /> + <ClInclude Include="include\spdlog\logger.h" /> + <ClInclude Include="include\spdlog\pattern_formatter-inl.h" /> + <ClInclude Include="include\spdlog\pattern_formatter.h" /> + <ClInclude Include="include\spdlog\sinks\android_sink.h" /> + <ClInclude Include="include\spdlog\sinks\ansicolor_sink-inl.h" /> + <ClInclude Include="include\spdlog\sinks\ansicolor_sink.h" /> + <ClInclude Include="include\spdlog\sinks\base_sink-inl.h" /> + <ClInclude Include="include\spdlog\sinks\base_sink.h" /> + <ClInclude Include="include\spdlog\sinks\basic_file_sink-inl.h" /> + <ClInclude Include="include\spdlog\sinks\basic_file_sink.h" /> + <ClInclude Include="include\spdlog\sinks\daily_file_sink.h" /> + <ClInclude Include="include\spdlog\sinks\dist_sink.h" /> + <ClInclude Include="include\spdlog\sinks\dup_filter_sink.h" /> + <ClInclude Include="include\spdlog\sinks\hourly_file_sink.h" /> + <ClInclude Include="include\spdlog\sinks\msvc_sink.h" /> + <ClInclude Include="include\spdlog\sinks\null_sink.h" /> + <ClInclude Include="include\spdlog\sinks\ostream_sink.h" /> + <ClInclude Include="include\spdlog\sinks\ringbuffer_sink.h" /> + <ClInclude Include="include\spdlog\sinks\rotating_file_sink-inl.h" /> + <ClInclude Include="include\spdlog\sinks\rotating_file_sink.h" /> + <ClInclude Include="include\spdlog\sinks\sink-inl.h" /> + <ClInclude Include="include\spdlog\sinks\sink.h" /> + <ClInclude Include="include\spdlog\sinks\stdout_color_sinks-inl.h" /> + <ClInclude Include="include\spdlog\sinks\stdout_color_sinks.h" /> + <ClInclude Include="include\spdlog\sinks\stdout_sinks-inl.h" /> + <ClInclude Include="include\spdlog\sinks\stdout_sinks.h" /> + <ClInclude Include="include\spdlog\sinks\syslog_sink.h" /> + <ClInclude Include="include\spdlog\sinks\systemd_sink.h" /> + <ClInclude Include="include\spdlog\sinks\tcp_sink.h" /> + <ClInclude Include="include\spdlog\sinks\wincolor_sink-inl.h" /> + <ClInclude Include="include\spdlog\sinks\wincolor_sink.h" /> + <ClInclude Include="include\spdlog\sinks\win_eventlog_sink.h" /> + <ClInclude Include="include\spdlog\spdlog-inl.h" /> + <ClInclude Include="include\spdlog\spdlog.h" /> + <ClInclude Include="include\spdlog\stopwatch.h" /> + <ClInclude Include="include\spdlog\tweakme.h" /> + <ClInclude Include="include\spdlog\version.h" /> <ClInclude Include="logging.h" /> <ClInclude Include="main.h" /> <ClInclude Include="pch.h" /> @@ -186,7 +277,9 @@ <ClInclude Include="tier0.h" /> </ItemGroup> <ItemGroup> + <ClCompile Include="concommand.cpp" /> <ClCompile Include="context.cpp" /> + <ClCompile Include="convar.cpp" /> <ClCompile Include="dedicated.cpp" /> <ClCompile Include="dllmain.cpp" /> <ClCompile Include="hooks.cpp" /> @@ -200,9 +293,13 @@ </ClCompile> <ClCompile Include="sigscanning.cpp" /> <ClCompile Include="sourceconsole.cpp" /> + <ClCompile Include="sourceinterface.cpp" /> <ClCompile Include="squirrel.cpp" /> <ClCompile Include="tier0.cpp" /> </ItemGroup> + <ItemGroup> + <None Include="include\spdlog\fmt\bundled\LICENSE.rst" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |