aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-03 16:56:35 +0000
committerGitHub <noreply@github.com>2022-01-03 16:56:35 +0000
commit7d954b995971389716ce6e25a1c202ccd4235eb3 (patch)
tree22ca5d2b7fbaef7b7f90b048f313da9edf92563e /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parent14159aef345e6ce96f77a603c5d89e92128c7f5a (diff)
parentf3ffed0742d62adf48c37dca0acfad621724c21b (diff)
downloadNorthstarLauncher-7d954b995971389716ce6e25a1c202ccd4235eb3.tar.gz
NorthstarLauncher-7d954b995971389716ce6e25a1c202ccd4235eb3.zip
Merge pull request #17 from HappyDOGE/main
Maxplayers increase + various QoL fixes and implementations
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
index 23b2cccf..299cf2ec 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -520,6 +520,7 @@
<ClInclude Include="logging.h" />
<ClInclude Include="main.h" />
<ClInclude Include="masterserver.h" />
+ <ClInclude Include="maxplayers.h" />
<ClInclude Include="memalloc.h" />
<ClInclude Include="miscclientfixes.h" />
<ClInclude Include="misccommands.h" />
@@ -558,6 +559,7 @@
<ClCompile Include="hooks.cpp" />
<ClCompile Include="hookutils.cpp" />
<ClCompile Include="keyvalues.cpp" />
+ <ClCompile Include="maxplayers.cpp" />
<ClCompile Include="languagehooks.cpp" />
<ClCompile Include="memalloc.cpp" />
<ClCompile Include="miscclientfixes.cpp" />