diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-05 03:17:54 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-05 03:17:54 +0100 |
commit | 02e422166baa12bbdc8af8806376cb2340fef896 (patch) | |
tree | 0ec856650684f0ee6644446d8e865ad1f6ec8859 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | bf176fe728400b93295118e8d256c346c8c52d41 (diff) | |
download | NorthstarLauncher-02e422166baa12bbdc8af8806376cb2340fef896.tar.gz NorthstarLauncher-02e422166baa12bbdc8af8806376cb2340fef896.zip |
add support for requesting server list from masterserver
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 4e3a5bc0..889cae30 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -177,6 +177,7 @@ <ClInclude Include="filesystem.h" /> <ClInclude Include="hooks.h" /> <ClInclude Include="hookutils.h" /> + <ClInclude Include="include\httplib.h" /> <ClInclude Include="include\MinHook.h" /> <ClInclude Include="include\rapidjson\allocators.h" /> <ClInclude Include="include\rapidjson\document.h" /> @@ -306,6 +307,7 @@ <ClInclude Include="keyvalues.h" /> <ClInclude Include="logging.h" /> <ClInclude Include="main.h" /> + <ClInclude Include="masterserver.h" /> <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> <ClInclude Include="scriptmodmenu.h" /> @@ -329,6 +331,7 @@ <ClCompile Include="hookutils.cpp" /> <ClCompile Include="keyvalues.cpp" /> <ClCompile Include="logging.cpp" /> + <ClCompile Include="masterserver.cpp" /> <ClCompile Include="modmanager.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |