diff options
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 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" /> |