diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-15 18:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 18:56:48 +0100 |
commit | da9e9cf086a62ad48c1afc61ebb0f5cdf48b0b20 (patch) | |
tree | 8df74b208368eff46fc8a6d67471f5e967264cd9 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | d6bf4b105aaac9bd061990a8eb455cbfcac25de4 (diff) | |
parent | 50e69bde548c5a1af3385f0eff6aa14c088c21c5 (diff) | |
download | NorthstarLauncher-da9e9cf086a62ad48c1afc61ebb0f5cdf48b0b20.tar.gz NorthstarLauncher-da9e9cf086a62ad48c1afc61ebb0f5cdf48b0b20.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 083ae51f..6074e41f 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -118,6 +118,7 @@ <ClInclude Include="cl_rcon.pb.h" /> <ClInclude Include="host_state.h" /> <ClInclude Include="igameserverdata.h" /> + <ClInclude Include="clientvideooverrides.h" /> <ClInclude Include="localchatwriter.h" /> <ClInclude Include="plugins.h" /> <ClInclude Include="plugin_abi.h" /> @@ -584,6 +585,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> </ClCompile> + <ClCompile Include="clientvideooverrides.cpp" /> <ClCompile Include="concommand.cpp" /> <ClCompile Include="configurables.cpp" /> <ClCompile Include="context.cpp" /> |