From 595866fe7a77e02678971f25c4de015ed399d13b Mon Sep 17 00:00:00 2001 From: Nick Blakely Date: Mon, 5 Sep 2022 16:58:24 -0700 Subject: [PATCH] Clean up out of date .csproj items and move GiantsDefault.config to launcher project. --- Giants.Launcher/Giants.Launcher.csproj | 74 +++---------------- Giants.Launcher/GiantsDefault.config | 5 ++ .../Giants.WebApi.Clients.csproj | 1 + 3 files changed, 16 insertions(+), 64 deletions(-) create mode 100644 Giants.Launcher/GiantsDefault.config diff --git a/Giants.Launcher/Giants.Launcher.csproj b/Giants.Launcher/Giants.Launcher.csproj index 7843712..247c5d9 100644 --- a/Giants.Launcher/Giants.Launcher.csproj +++ b/Giants.Launcher/Giants.Launcher.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 9.0.30729 - 2.0 {612FD606-F072-4A04-9054-65BC592E9D3E} WinExe Properties @@ -13,27 +11,8 @@ v4.7.2 512 Resources\giants.ico - false - - - - - 3.5 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - + true + true true @@ -83,16 +62,11 @@ ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - - 3.5 - + - - 3.5 - - - 3.5 - + + + @@ -158,6 +132,9 @@ + + PreserveNewest + @@ -194,38 +171,6 @@ - - - False - .NET Framework Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - {d4c21170-82d4-4d1f-81ec-036835ac1238} @@ -236,6 +181,7 @@ + \ No newline at end of file diff --git a/Giants.Launcher/GiantsDefault.config b/Giants.Launcher/GiantsDefault.config new file mode 100644 index 0000000..b6a2ed7 --- /dev/null +++ b/Giants.Launcher/GiantsDefault.config @@ -0,0 +1,5 @@ +{ + "network": { + "masterServerHostName": "https://giants.azurewebsites.net/" + } +} \ No newline at end of file diff --git a/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj b/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj index 3942b1a..b326223 100644 --- a/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj +++ b/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj @@ -38,6 +38,7 @@ +