diff options
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 9fa7e9df..5235dfc9 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -112,6 +112,9 @@ <ClInclude Include="bitbuf.h" /> <ClInclude Include="buildainfile.h" /> <ClInclude Include="chatcommand.h" /> + <ClInclude Include="clientchathooks.h" /> + <ClInclude Include="localchatwriter.h" /> + <ClInclude Include="serverchathooks.h" /> <ClInclude Include="clientauthhooks.h" /> <ClInclude Include="concommand.h" /> <ClInclude Include="configurables.h" /> @@ -556,6 +559,7 @@ <ClCompile Include="buildainfile.cpp" /> <ClCompile Include="chatcommand.cpp" /> <ClCompile Include="clientauthhooks.cpp" /> + <ClCompile Include="clientchathooks.cpp" /> <ClCompile Include="concommand.cpp" /> <ClCompile Include="configurables.cpp" /> <ClCompile Include="context.cpp" /> @@ -569,6 +573,7 @@ <ClCompile Include="hookutils.cpp" /> <ClCompile Include="keyvalues.cpp" /> <ClCompile Include="latencyflex.cpp" /> + <ClCompile Include="localchatwriter.cpp" /> <ClCompile Include="maxplayers.cpp" /> <ClCompile Include="languagehooks.cpp" /> <ClCompile Include="memalloc.cpp" /> @@ -594,6 +599,7 @@ <ClCompile Include="scriptsrson.cpp" /> <ClCompile Include="serverauthentication.cpp" /> <ClCompile Include="miscserverscript.cpp" /> + <ClCompile Include="serverchathooks.cpp" /> <ClCompile Include="sigscanning.cpp" /> <ClCompile Include="sourceconsole.cpp" /> <ClCompile Include="sourceinterface.cpp" /> |