diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 03:59:56 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 03:59:56 +0100 |
commit | 77a1195d77034c00959dfd030e2eb7a57d58a88d (patch) | |
tree | 660a0ce48a7c161abb091872db5260d01671a5a1 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 037113d4b8032cd3715d879c2f4b08f66fa2be43 (diff) | |
download | NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.tar.gz NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.zip |
get rid of context file
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 58afcd9f..1125b87e 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -132,7 +132,6 @@ <ClInclude Include="color.h" /> <ClInclude Include="concommand.h" /> <ClInclude Include="configurables.h" /> - <ClInclude Include="context.h" /> <ClInclude Include="convar.h" /> <ClInclude Include="cvar.h" /> <ClInclude Include="dedicated.h" /> @@ -585,7 +584,6 @@ <ClCompile Include="clientvideooverrides.cpp" /> <ClCompile Include="concommand.cpp" /> <ClCompile Include="configurables.cpp" /> - <ClCompile Include="context.cpp" /> <ClCompile Include="convar.cpp" /> <ClCompile Include="cvar.cpp" /> <ClCompile Include="debugoverlay.cpp" /> |