aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorAmos <48657826+Mauler125@users.noreply.github.com>2022-03-04 00:25:32 +0100
committerAmos <48657826+Mauler125@users.noreply.github.com>2022-03-04 00:25:32 +0100
commitf108edc345d9709dbdc977578bf851b4b3aa0939 (patch)
treef362081c8d8cf58a30f49772600e8fc06f795540 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parent5e3b22e336217dd2b0aec771ce80b69caa07d571 (diff)
parent13dcc7d9307b160131ed80832efda99001aa6c6d (diff)
downloadNorthstarLauncher-f108edc345d9709dbdc977578bf851b4b3aa0939.tar.gz
NorthstarLauncher-f108edc345d9709dbdc977578bf851b4b3aa0939.zip
Merge branch 'NetCon' of https://github.com/Mauler125/NorthstarLauncher into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
index 6da5f2b7..f12a9eee 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -115,6 +115,8 @@
<ClInclude Include="chatcommand.h" />
<ClInclude Include="clientchathooks.h" />
<ClInclude Include="localchatwriter.h" />
+ <ClInclude Include="plugins.h" />
+ <ClInclude Include="plugin_abi.h" />
<ClInclude Include="serverchathooks.h" />
<ClInclude Include="clientauthhooks.h" />
<ClInclude Include="color.h" />
@@ -555,6 +557,7 @@
<ClInclude Include="sourceconsole.h" />
<ClInclude Include="sourceinterface.h" />
<ClInclude Include="squirrel.h" />
+ <ClInclude Include="state.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="audio.cpp" />
@@ -595,6 +598,7 @@
</ClCompile>
<ClCompile Include="pdef.cpp" />
<ClCompile Include="playlist.cpp" />
+ <ClCompile Include="plugins.cpp" />
<ClCompile Include="rpakfilesystem.cpp" />
<ClCompile Include="scriptbrowserhooks.cpp" />
<ClCompile Include="scriptmainmenupromos.cpp" />