diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-27 04:27:26 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-27 04:27:26 +0100 |
commit | 64b8db08ed9bd9de5aae85aedbf07caf51cb819c (patch) | |
tree | ab9de693f02d318d942b595aebe206a550f1db2c /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 80428e6f62899162c036f2752edfbfd7d1adb80b (diff) | |
download | NorthstarLauncher-64b8db08ed9bd9de5aae85aedbf07caf51cb819c.tar.gz NorthstarLauncher-64b8db08ed9bd9de5aae85aedbf07caf51cb819c.zip |
add pdata support, improve filesystem hooks
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 ef652d9d..87ea35a2 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -308,6 +308,7 @@ <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> <ClInclude Include="scriptsrson.h" /> + <ClInclude Include="serverauthentication.h" /> <ClInclude Include="sigscanning.h" /> <ClInclude Include="sourceconsole.h" /> <ClInclude Include="sourceinterface.h" /> @@ -332,6 +333,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> </ClCompile> <ClCompile Include="scriptsrson.cpp" /> + <ClCompile Include="serverauthentication.cpp" /> <ClCompile Include="sigscanning.cpp" /> <ClCompile Include="sourceconsole.cpp" /> <ClCompile Include="sourceinterface.cpp" /> |