diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-02 01:20:02 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-02 01:20:02 +0000 |
commit | f2e55278780b2c22067f69672ec5d9d23e40ca9d (patch) | |
tree | 7c727ece76fea93c5299d0d298afbc95d8049fd9 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | f341986b591cee533994597de418df1752ad5e97 (diff) | |
download | NorthstarLauncher-f2e55278780b2c22067f69672ec5d9d23e40ca9d.tar.gz NorthstarLauncher-f2e55278780b2c22067f69672ec5d9d23e40ca9d.zip |
setup for rpak filesystem hooks
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 03481a2c..67e9126f 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -598,6 +598,7 @@ <ClInclude Include="pdef.h" /> <ClInclude Include="playlist.h" /> <ClInclude Include="miscserverscript.h" /> + <ClInclude Include="rpakfilesystem.h" /> <ClInclude Include="scriptbrowserhooks.h" /> <ClInclude Include="scriptmainmenupromos.h" /> <ClInclude Include="securitypatches.h" /> @@ -640,6 +641,7 @@ </ClCompile> <ClCompile Include="pdef.cpp" /> <ClCompile Include="playlist.cpp" /> + <ClCompile Include="rpakfilesystem.cpp" /> <ClCompile Include="scriptbrowserhooks.cpp" /> <ClCompile Include="scriptmainmenupromos.cpp" /> <ClCompile Include="securitypatches.cpp" /> |