diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-29 01:06:10 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-29 01:06:10 +0000 |
commit | ac0c658516d8eaef2c788624f94e974ef47acbb8 (patch) | |
tree | 366e3b600788c35841610bfb469369800768d4f5 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 9855e3c4efeb58fe298147fe52460b358739d7dc (diff) | |
download | NorthstarLauncher-ac0c658516d8eaef2c788624f94e974ef47acbb8.tar.gz NorthstarLauncher-ac0c658516d8eaef2c788624f94e974ef47acbb8.zip |
web browser changes and dedi fixes
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 9c48644d..2fa7ff1c 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -319,6 +319,7 @@ <ClInclude Include="pdef.h" /> <ClInclude Include="playlist.h" /> <ClInclude Include="miscserverscript.h" /> + <ClInclude Include="scriptbrowserhooks.h" /> <ClInclude Include="securitypatches.h" /> <ClInclude Include="scriptmodmenu.h" /> <ClInclude Include="scriptserverbrowser.h" /> @@ -357,6 +358,7 @@ </ClCompile> <ClCompile Include="pdef.cpp" /> <ClCompile Include="playlist.cpp" /> + <ClCompile Include="scriptbrowserhooks.cpp" /> <ClCompile Include="securitypatches.cpp" /> <ClCompile Include="scriptmodmenu.cpp" /> <ClCompile Include="scriptserverbrowser.cpp" /> |