From 8c8a8da39ac0bc5b71b51773a26595d5e2cb80cf Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Thu, 31 Dec 2020 12:58:19 +0100 Subject: [PATCH] Further fixes for build. --- PkmnLibSharp.sln | 7 +++++-- PkmnLibSharp/PkmnLibSharp.csproj | 6 +++++- PkmnLibSharpTests/PkmnLibSharpTests.csproj | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/PkmnLibSharp.sln b/PkmnLibSharp.sln index c3e7642..b3c7ea1 100644 --- a/PkmnLibSharp.sln +++ b/PkmnLibSharp.sln @@ -6,14 +6,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PkmnLibSharpTests", "PkmnLi EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Release|Any CPU = Release|Any CPU Debug|x64 = Debug|x64 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0D15FD33-1AEA-44F4-8211-AA8AF97EA534}.Release|Any CPU.ActiveCfg = Debug|Any CPU {0D15FD33-1AEA-44F4-8211-AA8AF97EA534}.Debug|x64.ActiveCfg = Debug|x64 {0D15FD33-1AEA-44F4-8211-AA8AF97EA534}.Debug|x64.Build.0 = Debug|x64 + {0D15FD33-1AEA-44F4-8211-AA8AF97EA534}.Release|x64.ActiveCfg = Release|x64 + {0D15FD33-1AEA-44F4-8211-AA8AF97EA534}.Release|x64.Build.0 = Release|x64 {4CB6DA3C-017B-4AE0-B889-3DFE6B969CD0}.Debug|x64.ActiveCfg = Debug|x64 {4CB6DA3C-017B-4AE0-B889-3DFE6B969CD0}.Debug|x64.Build.0 = Debug|x64 + {4CB6DA3C-017B-4AE0-B889-3DFE6B969CD0}.Release|x64.ActiveCfg = Release|x64 + {4CB6DA3C-017B-4AE0-B889-3DFE6B969CD0}.Release|x64.Build.0 = Release|x64 EndGlobalSection EndGlobal diff --git a/PkmnLibSharp/PkmnLibSharp.csproj b/PkmnLibSharp/PkmnLibSharp.csproj index 48e0137..0d4dc3c 100644 --- a/PkmnLibSharp/PkmnLibSharp.csproj +++ b/PkmnLibSharp/PkmnLibSharp.csproj @@ -1,7 +1,7 @@ - Debug + Debug;Release x64 enable CS8600;CS8601;CS8602;CS8603;CS8604;CS8618 @@ -12,6 +12,10 @@ true + + + true + Always diff --git a/PkmnLibSharpTests/PkmnLibSharpTests.csproj b/PkmnLibSharpTests/PkmnLibSharpTests.csproj index 3c40d2e..a2765a7 100644 --- a/PkmnLibSharpTests/PkmnLibSharpTests.csproj +++ b/PkmnLibSharpTests/PkmnLibSharpTests.csproj @@ -5,7 +5,7 @@ false - Debug + Debug;Release x64