From cf03b2db0d65ad4ed11f14cdeebc415ce96b1381 Mon Sep 17 00:00:00 2001 From: FormalDeterminism Date: Mon, 1 May 2017 18:17:48 -0500 Subject: [PATCH 1/2] Fixed a few pixels of the Windows 10 taskbar displaying below BabySmash window. Not tested with ClickOnce. --- Controller.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller.cs b/Controller.cs index e22c82c..b506a1e 100644 --- a/Controller.cs +++ b/Controller.cs @@ -127,6 +127,7 @@ public void Launch() Width = s.WorkingArea.Width, Height = s.WorkingArea.Height, WindowStyle = WindowStyle.None, + ResizeMode = ResizeMode.NoResize, Topmost = true, AllowsTransparency = Settings.Default.TransparentBackground, Background = (Settings.Default.TransparentBackground ? new SolidColorBrush(Color.FromArgb(1, 0, 0, 0)) : Brushes.WhiteSmoke), From a89149adecaf0642bc7bbe5e0d221e69a2759a28 Mon Sep 17 00:00:00 2001 From: freaksterrao Date: Sun, 3 Jul 2022 18:47:38 +0530 Subject: [PATCH 2/2] Updated the solution to target net 4.8 since its available on Windows 10 and 11 by default. Also updated to latest version of Newtonsoft.Json --- .gitignore | 2 ++ BabySmash.csproj | 15 ++++++++------- Properties/Resources.Designer.cs | 2 +- Properties/Settings.Designer.cs | 2 +- app.config | 2 +- packages.config | 4 ---- 6 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 packages.config diff --git a/.gitignore b/.gitignore index fd5204b..3e4af05 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,5 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ + +.vs \ No newline at end of file diff --git a/BabySmash.csproj b/BabySmash.csproj index 9473dd2..c4b1771 100644 --- a/BabySmash.csproj +++ b/BabySmash.csproj @@ -10,7 +10,7 @@ Properties BabySmash BabySmash - v3.5 + v4.8 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 @@ -54,7 +54,7 @@ DEBUG;TRACE prompt 4 - x86 + AnyCPU AllRules.ruleset false @@ -72,10 +72,6 @@ - - packages\Newtonsoft.Json.9.0.1\lib\net35\Newtonsoft.Json.dll - True - 3.0 @@ -87,6 +83,7 @@ + 3.5 @@ -253,7 +250,6 @@ - SettingsSingleFileGenerator @@ -335,6 +331,11 @@ PreserveNewest + + + 13.0.1 + +