aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
diff options
context:
space:
mode:
authorHappyDOGE <28511119+HappyDOGE@users.noreply.github.com>2021-12-27 14:53:25 +0300
committerHappyDOGE <28511119+HappyDOGE@users.noreply.github.com>2021-12-27 14:53:25 +0300
commit07d508ed4ebcd247250b8a983e5c85dffee4d5ef (patch)
tree5903cd26dcfac89acfc01ff81a637fcbf816da9f /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
parent81ae893c31fe462650b9793076df2467fd897181 (diff)
downloadNorthstarLauncher-07d508ed4ebcd247250b8a983e5c85dffee4d5ef.tar.gz
NorthstarLauncher-07d508ed4ebcd247250b8a983e5c85dffee4d5ef.zip
initial work on maxplayers
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
index 7c856ea1..a3c17054 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -1386,6 +1386,9 @@
<ClInclude Include="include\internal\unicode.h">
<Filter>Header Files\include\openssl\internal</Filter>
</ClInclude>
+ <ClInclude Include="maxplayers.h">
+ <Filter>Header Files\Shared</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -1493,6 +1496,9 @@
<ClCompile Include="miscclientfixes.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
+ <ClCompile Include="maxplayers.cpp">
+ <Filter>Source Files\Shared</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="include\spdlog\fmt\bundled\LICENSE.rst">