From 9271f5c7e07da5ffbfb4aac92c752a7b6f177260 Mon Sep 17 00:00:00 2001 From: Nick Blakely Date: Sun, 11 Sep 2022 18:10:13 -0700 Subject: [PATCH] Copy Giants.exe.config to image directory. --- Giants.Launcher/Giants.Launcher.csproj | 1 + GiantsTools.sln | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/Giants.Launcher/Giants.Launcher.csproj b/Giants.Launcher/Giants.Launcher.csproj index f621024..7822a99 100644 --- a/Giants.Launcher/Giants.Launcher.csproj +++ b/Giants.Launcher/Giants.Launcher.csproj @@ -187,6 +187,7 @@ + \ No newline at end of file diff --git a/GiantsTools.sln b/GiantsTools.sln index b1c2972..3cfe19e 100644 --- a/GiantsTools.sln +++ b/GiantsTools.sln @@ -29,6 +29,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerConsole", "ServerCons EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NavMeshGenerator", "NavMeshGenerator\NavMeshGenerator.vcxproj", "{CA9C0938-3ADA-4C73-A89A-E9447ABCE101}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Giants.WebApi.Tests", "Giants.WebApi.Tests\Giants.WebApi.Tests.csproj", "{E9D17ABA-9160-45F7-AE94-52487A879E35}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -133,6 +135,14 @@ Global {CA9C0938-3ADA-4C73-A89A-E9447ABCE101}.Release|Any CPU.Build.0 = Release|Win32 {CA9C0938-3ADA-4C73-A89A-E9447ABCE101}.Release|x86.ActiveCfg = Release|Win32 {CA9C0938-3ADA-4C73-A89A-E9447ABCE101}.Release|x86.Build.0 = Release|Win32 + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|x86.ActiveCfg = Debug|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|x86.Build.0 = Debug|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|Any CPU.Build.0 = Release|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|x86.ActiveCfg = Release|Any CPU + {E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE