From 7e5f05b1fd05dfbd20e453e0b69b962b0b6283bd Mon Sep 17 00:00:00 2001 From: vletroye Date: Sat, 16 Jan 2021 18:10:53 +0100 Subject: [PATCH] Upgrade to .Net 4.6.1 --- Json Editor/App.config | 2 +- Json Editor/Json Editor.csproj | 27 ++++++++++++++++++--- Json Editor/Properties/Settings.Designer.cs | 10 ++++---- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/Json Editor/App.config b/Json Editor/App.config index 713d642..e7c5933 100644 --- a/Json Editor/App.config +++ b/Json Editor/App.config @@ -1,6 +1,6 @@ - + diff --git a/Json Editor/Json Editor.csproj b/Json Editor/Json Editor.csproj index 37fa61a..e8620c4 100644 --- a/Json Editor/Json Editor.csproj +++ b/Json Editor/Json Editor.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties ZTn.Json.Editor ZTn.Json.Editor - v4.5 + v4.6.1 512 SAK @@ -45,6 +45,25 @@ + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + + + bin\x64\Release\ + TRACE + bin\doc.ZTn.Json.Editor.xml + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + @@ -178,7 +197,9 @@ - + + Designer + diff --git a/Json Editor/Properties/Settings.Designer.cs b/Json Editor/Properties/Settings.Designer.cs index 79920d7..5dba286 100644 --- a/Json Editor/Properties/Settings.Designer.cs +++ b/Json Editor/Properties/Settings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Ce code a été généré par un outil. -// Version du runtime :4.0.30319.34003 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si -// le code est régénéré. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -12,7 +12,7 @@ namespace ZTn.Json.Editor.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));