aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-07-11 20:17:11 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-07-11 20:17:11 +0100
commit51d3d4a40c8579e29571bc80d35bbb62fa50661b (patch)
tree08d690a887e98c8110e9b76b2d4927a4bdc7afdc /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parent4c4d605d10109e02708984755405bbe0947ef5c4 (diff)
downloadNorthstarLauncher-51d3d4a40c8579e29571bc80d35bbb62fa50661b.tar.gz
NorthstarLauncher-51d3d4a40c8579e29571bc80d35bbb62fa50661b.zip
add temp console support
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
index 8af2d3e0..078b2548 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -170,6 +170,7 @@
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClInclude Include="concommand.h" />
<ClInclude Include="context.h" />
<ClInclude Include="dedicated.h" />
<ClInclude Include="hooks.h" />
@@ -199,7 +200,6 @@
</ClCompile>
<ClCompile Include="sigscanning.cpp" />
<ClCompile Include="sourceconsole.cpp" />
- <ClCompile Include="sourceinterface.cpp" />
<ClCompile Include="squirrel.cpp" />
<ClCompile Include="tier0.cpp" />
</ItemGroup>