diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-11 20:17:11 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-11 20:17:11 +0100 |
commit | 51d3d4a40c8579e29571bc80d35bbb62fa50661b (patch) | |
tree | 08d690a887e98c8110e9b76b2d4927a4bdc7afdc /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 4c4d605d10109e02708984755405bbe0947ef5c4 (diff) | |
download | NorthstarLauncher-51d3d4a40c8579e29571bc80d35bbb62fa50661b.tar.gz NorthstarLauncher-51d3d4a40c8579e29571bc80d35bbb62fa50661b.zip |
add temp console support
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
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> |