From e2f358c205e46b59b6c689671cd6176f042d0e4d Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Fri, 21 Jun 2024 02:01:57 -0700 Subject: [PATCH] Unified casing to lower, just for consistency. Pointless. Lower because at least most of the docs use lower. Not all, but I went with what looked most common. More casing --- Terminal.Gui/Terminal.Gui.csproj | 22 +++++++++++----------- UnitTests/UnitTests.csproj | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index a6dcbc687..1959d51d3 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -1,4 +1,4 @@ - + @@ -23,19 +23,19 @@ 12 $(AssemblyName) true - True + true portable $(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL;CODE_ANALYSIS enable - True + true true - True + true $(DefineConstants);DEBUG_IDISPOSABLE - True + true @@ -50,12 +50,12 @@ - + - + @@ -86,11 +86,11 @@ - True + true \ - True + true \ @@ -99,8 +99,8 @@ - True - True + true + true Strings.resx diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 56c459df1..dbe3dc7b4 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -14,11 +14,11 @@ false true - True + true portable $(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL enable - True + true true