aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-26 05:22:33 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-26 05:22:33 +0000
commitce6127ae96022ce6e803a876a2e39eed7bd754ea (patch)
tree606a902a6fc976c35da64d3a292ebac7e11fe62d /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
parent3296aeae3cc035cfc20b9c7da40f7c5690e92daa (diff)
downloadNorthstarLauncher-ce6127ae96022ce6e803a876a2e39eed7bd754ea.tar.gz
NorthstarLauncher-ce6127ae96022ce6e803a876a2e39eed7bd754ea.zip
fix potentially unsafe concommand
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..306ac763 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="miscserverfixes.h">
+ <Filter>Header Files\Server</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -1493,6 +1496,9 @@
<ClCompile Include="miscclientfixes.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
+ <ClCompile Include="miscserverfixes.cpp">
+ <Filter>Source Files\Server</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="include\spdlog\fmt\bundled\LICENSE.rst">