From d252909c58cacd7449ee6507a09c69fc680e376f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melvyn=20La=C3=AFly?= Date: Sat, 10 Apr 2021 11:23:16 +0200 Subject: [PATCH] Target .NET 4.5 --- CHANGELOG.txt | 8 ++++++-- NegativeScreen/NegativeScreen.csproj | 10 ++++++++-- NegativeScreen/Properties/Resources.Designer.cs | 2 +- NegativeScreen/app.config | 3 +++ README.md | 2 ++ 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 NegativeScreen/app.config diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d30365..1e5c5b6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +Version 2.6.1, 2021-04-10 +------------------------ +- [changed] target .NET 4.5 (see https://zerowidthjoiner.net/negativescreen#comment-534224) + Version 2.6, 2018-12-05 ------------------------ - [added] new matrices (color blindness simulation, and binary) added to the default configuration file @@ -73,7 +77,7 @@ Version 1.10, 2012-05-15 Version 1.9, 2012-04-16 ------------------------ - [fixed] stupid bug if the Windows taskbar is vertical - + Version 1.8, 2012-03-22 ------------------------ - [fixed] execution is no longer prevented if aero is disabled (previous bug corrected) @@ -82,7 +86,7 @@ Version 1.8, 2012-03-22 Version 1.7, 2012-03-21 ------------------------ - [fixed] works as expected when using custom DPI settings - + Version 1.6, 2012-02-27 ------------------------ - [fixed] crash on X86 on launch diff --git a/NegativeScreen/NegativeScreen.csproj b/NegativeScreen/NegativeScreen.csproj index ba52064..f109abc 100644 --- a/NegativeScreen/NegativeScreen.csproj +++ b/NegativeScreen/NegativeScreen.csproj @@ -10,8 +10,9 @@ Properties NegativeScreen NegativeScreen - v4.0 - Client + v4.5 + + 512 false publish\ @@ -38,6 +39,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -48,6 +50,7 @@ prompt 4 true + false @@ -59,6 +62,7 @@ full x64 prompt + false bin\x64\Release\ @@ -68,6 +72,7 @@ x64 prompt true + false Icon.ico @@ -108,6 +113,7 @@ + diff --git a/NegativeScreen/Properties/Resources.Designer.cs b/NegativeScreen/Properties/Resources.Designer.cs index 335e622..0cb4810 100644 --- a/NegativeScreen/Properties/Resources.Designer.cs +++ b/NegativeScreen/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace NegativeScreen.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/NegativeScreen/app.config b/NegativeScreen/app.config new file mode 100644 index 0000000..801c873 --- /dev/null +++ b/NegativeScreen/app.config @@ -0,0 +1,3 @@ + + + diff --git a/README.md b/README.md index 61aa7b5..5dec3d5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Both run on Windows 8 or superior. Graphic acceleration (Aero) must be enabled. +.NET 4.5 is required. (Should be available out of the box on up-to-date Windows installations) + ## Default controls