diff options
author | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 01:45:31 +0100 |
---|---|---|
committer | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 01:45:31 +0100 |
commit | fbb581beddb2f96ff5bdb2a89522777e90fed312 (patch) | |
tree | cd2c2cce0e31781b8624cbbe8cc1e4acfd3455e9 /R2Northstar.sln | |
parent | c07baa7dc137daa006685bfa4757aaf429f81e1b (diff) | |
download | NorthstarLauncher-fbb581beddb2f96ff5bdb2a89522777e90fed312.tar.gz NorthstarLauncher-fbb581beddb2f96ff5bdb2a89522777e90fed312.zip |
Add non-game netconsole client for RCON
Allows users to connect to their dedicated servers without having the game installed. Its also a base for example for anyone that wants to create their own RCON client.
Diffstat (limited to 'R2Northstar.sln')
-rw-r--r-- | R2Northstar.sln | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/R2Northstar.sln b/R2Northstar.sln index a5df67ac..55b73adf 100644 --- a/R2Northstar.sln +++ b/R2Northstar.sln @@ -16,6 +16,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loader_wsock32_proxy", "loa EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libprotobuf", "NorthstarDedicatedTest\include\protobuf\libprotobuf.vcxproj", "{B273A875-6618-49FE-8CA4-0B693BA264D5}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetConsole", "NetConsole\NetConsole.vcxproj", "{ABB29780-5FEA-4108-8793-FA50FB9CDAFA}" + ProjectSection(ProjectDependencies) = postProject + {B273A875-6618-49FE-8CA4-0B693BA264D5} = {B273A875-6618-49FE-8CA4-0B693BA264D5} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -64,6 +69,14 @@ Global {B273A875-6618-49FE-8CA4-0B693BA264D5}.Release|x64.Build.0 = Release|x64 {B273A875-6618-49FE-8CA4-0B693BA264D5}.Release|x86.ActiveCfg = Release|Win32 {B273A875-6618-49FE-8CA4-0B693BA264D5}.Release|x86.Build.0 = Release|Win32 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Debug|x64.ActiveCfg = Debug|x64 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Debug|x64.Build.0 = Debug|x64 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Debug|x86.ActiveCfg = Debug|Win32 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Debug|x86.Build.0 = Debug|Win32 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Release|x64.ActiveCfg = Release|x64 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Release|x64.Build.0 = Release|x64 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Release|x86.ActiveCfg = Release|Win32 + {ABB29780-5FEA-4108-8793-FA50FB9CDAFA}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |