diff options
author | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2021-12-27 14:56:08 +0300 |
---|---|---|
committer | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2021-12-27 14:56:08 +0300 |
commit | 2dac0c0c284f2464b919c1f20c741dda8ff17163 (patch) | |
tree | da8d99601df49dbdec8f1a7d10f4d2f1579cab01 | |
parent | 00eab3547822e31d9e5eff7cd63b8b4854de709b (diff) | |
download | NorthstarLauncher-2dac0c0c284f2464b919c1f20c741dda8ff17163.tar.gz NorthstarLauncher-2dac0c0c284f2464b919c1f20c741dda8ff17163.zip |
add maxplayers to filters
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters index 5b287ad1..37be2f7e 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters @@ -1389,6 +1389,9 @@ <ClInclude Include="miscserverfixes.h"> <Filter>Header Files\Server</Filter> </ClInclude> + <ClInclude Include="maxplayers.h"> + <Filter>Header Files\Shared</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="dllmain.cpp"> |