aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-18 17:00:31 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-18 17:00:31 +0000
commit682a00eaac30139929b1bb179ae7f4aa1a038572 (patch)
tree7297415c1af1d125758efc9fbe1cd792192ffe8b /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
parentb0232efab1845cd47c639ad3cbc4e6d6db42c81e (diff)
downloadNorthstarLauncher-682a00eaac30139929b1bb179ae7f4aa1a038572.tar.gz
NorthstarLauncher-682a00eaac30139929b1bb179ae7f4aa1a038572.zip
attempting to fix a client crash
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 f1856a7c..76a7f754 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -591,6 +591,9 @@
<ClInclude Include="scriptmainmenupromos.h">
<Filter>Header Files\Client</Filter>
</ClInclude>
+ <ClInclude Include="miscclientfixes.h">
+ <Filter>Header Files\Client</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -695,6 +698,9 @@
<ClCompile Include="scriptmainmenupromos.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
+ <ClCompile Include="miscclientfixes.cpp">
+ <Filter>Source Files\Client</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="include\spdlog\fmt\bundled\LICENSE.rst">