aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 22:06:19 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 22:06:19 +0000
commitae09e612ea33cb105a47996c4ae3bf8651119042 (patch)
tree91c46140555d3a85c0e6bceb1da3d1c031ae40be /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parent916f4f53ad839d6f8e565e50bb310429a3e115f3 (diff)
downloadNorthstarLauncher-ae09e612ea33cb105a47996c4ae3bf8651119042.tar.gz
NorthstarLauncher-ae09e612ea33cb105a47996c4ae3bf8651119042.zip
beginning work on new auth
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 fc3d0fbe..fa617e4d 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -171,6 +171,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="chatcommand.h" />
+ <ClInclude Include="clientauthhooks.h" />
<ClInclude Include="concommand.h" />
<ClInclude Include="context.h" />
<ClInclude Include="convar.h" />
@@ -331,6 +332,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="chatcommand.cpp" />
+ <ClCompile Include="clientauthhooks.cpp" />
<ClCompile Include="concommand.cpp" />
<ClCompile Include="context.cpp" />
<ClCompile Include="convar.cpp" />