From e32e31f5e4723c89602b8dbd5fac0b827270e5c9 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Thu, 18 Feb 2016 14:10:35 +0100 Subject: [PATCH] Upgraded the WinForms sample to .NET 3.5 --- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 4 ++-- .../WinFormsSampleApp/WinFormsSampleApp.csproj | 15 ++++++++------- Samples/WinFormsSampleApp/app.config | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Samples/WinFormsSampleApp/Properties/Resources.Designer.cs b/Samples/WinFormsSampleApp/Properties/Resources.Designer.cs index 8d32abce..34d194a3 100644 --- a/Samples/WinFormsSampleApp/Properties/Resources.Designer.cs +++ b/Samples/WinFormsSampleApp/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/Samples/WinFormsSampleApp/Properties/Settings.Designer.cs b/Samples/WinFormsSampleApp/Properties/Settings.Designer.cs index 832aa39b..a9bbc495 100644 --- a/Samples/WinFormsSampleApp/Properties/Settings.Designer.cs +++ b/Samples/WinFormsSampleApp/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace WinFormsSampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/WinFormsSampleApp/WinFormsSampleApp.csproj b/Samples/WinFormsSampleApp/WinFormsSampleApp.csproj index b18f129b..1d3b09a5 100644 --- a/Samples/WinFormsSampleApp/WinFormsSampleApp.csproj +++ b/Samples/WinFormsSampleApp/WinFormsSampleApp.csproj @@ -10,7 +10,7 @@ Properties WinFormsSampleApp WinFormsSampleApp - v2.0 + v3.5 512 @@ -31,6 +31,7 @@ false false true + true @@ -97,12 +98,6 @@ True - - - {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE} - NAppUpdate.Framework - - PreserveNewest @@ -126,6 +121,12 @@ true + + + {5c07ebdf-d43f-4be9-b560-d7a443c0edce} + NAppUpdate.Framework + +