aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-09-09 16:01:01 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-09-09 16:01:01 +0100
commitfc0e6630fb6dccbeeca6ea65c061824cd7a848e1 (patch)
tree04965579e99b5920f9bbd2c5b6e8b5d12d79b7bb /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parentfb82ecfec5893b00f68b72f912c6b3975b5fdb4f (diff)
downloadNorthstarLauncher-fc0e6630fb6dccbeeca6ea65c061824cd7a848e1.tar.gz
NorthstarLauncher-fc0e6630fb6dccbeeca6ea65c061824cd7a848e1.zip
add IsValveMod patches
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 0857c2db..10f6cef4 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -175,6 +175,7 @@
<ClInclude Include="context.h" />
<ClInclude Include="convar.h" />
<ClInclude Include="dedicated.h" />
+ <ClInclude Include="dedicatedmaterialsystem.h" />
<ClInclude Include="filesystem.h" />
<ClInclude Include="gameutils.h" />
<ClInclude Include="hooks.h" />
@@ -314,6 +315,7 @@
<ClInclude Include="modmanager.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="playlist.h" />
+ <ClInclude Include="securitypatches.h" />
<ClInclude Include="scriptmodmenu.h" />
<ClInclude Include="scriptserverbrowser.h" />
<ClInclude Include="scriptsrson.h" />
@@ -330,6 +332,7 @@
<ClCompile Include="context.cpp" />
<ClCompile Include="convar.cpp" />
<ClCompile Include="dedicated.cpp" />
+ <ClCompile Include="dedicatedmaterialsystem.cpp" />
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="filesystem.cpp" />
<ClCompile Include="gameutils.cpp" />
@@ -347,6 +350,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="playlist.cpp" />
+ <ClCompile Include="securitypatches.cpp" />
<ClCompile Include="scriptmodmenu.cpp" />
<ClCompile Include="scriptserverbrowser.cpp" />
<ClCompile Include="scriptsrson.cpp" />