aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 01:35:06 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 01:35:06 +0000
commit365191707407566841c1e37935619d260a4f67a7 (patch)
tree760ada58fcc051d892d886ddee9849ce3628d829 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parenta7fd103124d6e6a506d8f837b9a29a97f0ea7e63 (diff)
downloadNorthstarLauncher-365191707407566841c1e37935619d260a4f67a7.tar.gz
NorthstarLauncher-365191707407566841c1e37935619d260a4f67a7.zip
more modmanager improvements
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
index 4997b322..fc3d0fbe 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -315,6 +315,7 @@
<ClInclude Include="modlocalisation.h" />
<ClInclude Include="modmanager.h" />
<ClInclude Include="pch.h" />
+ <ClInclude Include="pdef.h" />
<ClInclude Include="playlist.h" />
<ClInclude Include="miscserverscript.h" />
<ClInclude Include="securitypatches.h" />
@@ -352,6 +353,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="pdef.cpp" />
<ClCompile Include="playlist.cpp" />
<ClCompile Include="securitypatches.cpp" />
<ClCompile Include="scriptmodmenu.cpp" />