diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-11 23:35:40 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-11 23:35:40 +0100 |
commit | c5cf48bba33159fc268904688f29ed20c14b11b3 (patch) | |
tree | 88aa6d01bf204f93ece63e50d3f1b9b4ca263094 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | cb386ef4857f5a0f13998d1813cfa7d57a00af7d (diff) | |
download | NorthstarLauncher-c5cf48bba33159fc268904688f29ed20c14b11b3.tar.gz NorthstarLauncher-c5cf48bba33159fc268904688f29ed20c14b11b3.zip |
add server script early persistence writes
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 43eda97a..f0d10de3 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -316,6 +316,7 @@ <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> <ClInclude Include="playlist.h" /> + <ClInclude Include="serverscriptpersistence.h" /> <ClInclude Include="securitypatches.h" /> <ClInclude Include="scriptmodmenu.h" /> <ClInclude Include="scriptserverbrowser.h" /> @@ -357,6 +358,7 @@ <ClCompile Include="scriptserverbrowser.cpp" /> <ClCompile Include="scriptsrson.cpp" /> <ClCompile Include="serverauthentication.cpp" /> + <ClCompile Include="serverscriptpersistence.cpp" /> <ClCompile Include="sigscanning.cpp" /> <ClCompile Include="sourceconsole.cpp" /> <ClCompile Include="sourceinterface.cpp" /> |