aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorp0358 <p0358@users.noreply.github.com>2022-01-01 22:41:45 +0100
committerp0358 <p0358@users.noreply.github.com>2022-01-01 22:41:45 +0100
commit65c2e58a6a788a504c352d4ed34d43be17d0abdd (patch)
tree0c96fb745385ce80ee29c68f5f0d9717eda493e4 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parent8327cd3e13f80cde3c0b0f6482e400793e67007f (diff)
downloadNorthstarLauncher-65c2e58a6a788a504c352d4ed34d43be17d0abdd.tar.gz
NorthstarLauncher-65c2e58a6a788a504c352d4ed34d43be17d0abdd.zip
Language selection/detection fixes, no more "files corrupted" error, will throw the proper Origin error now :D
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 1a79bee8..cabaf573 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -515,6 +515,7 @@
<ClInclude Include="include\spdlog\tweakme.h" />
<ClInclude Include="include\spdlog\version.h" />
<ClInclude Include="keyvalues.h" />
+ <ClInclude Include="languagehooks.h" />
<ClInclude Include="logging.h" />
<ClInclude Include="main.h" />
<ClInclude Include="masterserver.h" />
@@ -554,6 +555,7 @@
<ClCompile Include="hooks.cpp" />
<ClCompile Include="hookutils.cpp" />
<ClCompile Include="keyvalues.cpp" />
+ <ClCompile Include="languagehooks.cpp" />
<ClCompile Include="memalloc.cpp" />
<ClCompile Include="miscclientfixes.cpp" />
<ClCompile Include="misccommands.cpp" />