diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-09 14:46:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 14:46:19 +0100 |
commit | 56ccce6c37464657119a3986f81ec22f900a20a5 (patch) | |
tree | c27efa6d4ca0b2a348138be664cc4b57279f2b5e /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | a5514e298b6183a11cebfe8ef70daabc091f8940 (diff) | |
parent | 9837c1f79a01fa200f0991ebf3c05e5954199d3e (diff) | |
download | NorthstarLauncher-56ccce6c37464657119a3986f81ec22f900a20a5.tar.gz NorthstarLauncher-56ccce6c37464657119a3986f81ec22f900a20a5.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 554825f1..083ae51f 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -561,6 +561,7 @@ <ClInclude Include="scriptsrson.h" /> <ClInclude Include="serverauthentication.h" /> <ClInclude Include="sha256.h" /> + <ClInclude Include="scriptservertoclientstringcommand.h" /> <ClInclude Include="sigscanning.h" /> <ClInclude Include="socketcreator.h" /> <ClInclude Include="sourceconsole.h" /> @@ -630,6 +631,7 @@ <ClCompile Include="miscserverscript.cpp" /> <ClCompile Include="serverchathooks.cpp" /> <ClCompile Include="sha256.cpp" /> + <ClCompile Include="scriptservertoclientstringcommand.cpp" /> <ClCompile Include="sigscanning.cpp" /> <ClCompile Include="socketcreator.cpp" /> <ClCompile Include="sourceconsole.cpp" /> |