From a16ea4621beef0974b07c9e2aa8485f451eff084 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 24 Nov 2018 13:23:02 -0500 Subject: [PATCH] Changed target dotnet version to 4.6.1 --- PepLib.Dxf/PepLib.Dxf.csproj | 4 +++- PepLib.UI/App.config | 2 +- PepLib.UI/PepLib.UI.csproj | 4 +++- PepLib.UI/Properties/Resources.Designer.cs | 2 +- PepLib.UI/Properties/Settings.Designer.cs | 2 +- PepLib/PepLib.csproj | 8 +++++--- PepLib/packages.config | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/PepLib.Dxf/PepLib.Dxf.csproj b/PepLib.Dxf/PepLib.Dxf.csproj index 1412bcb..11d81b5 100644 --- a/PepLib.Dxf/PepLib.Dxf.csproj +++ b/PepLib.Dxf/PepLib.Dxf.csproj @@ -9,7 +9,7 @@ Properties PepLib.Dxf PepLib.Dxf - v4.0 + v4.6.1 512 @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,6 +30,7 @@ TRACE prompt 4 + false diff --git a/PepLib.UI/App.config b/PepLib.UI/App.config index 74ade9d..bae5d6d 100644 --- a/PepLib.UI/App.config +++ b/PepLib.UI/App.config @@ -1,6 +1,6 @@ - + diff --git a/PepLib.UI/PepLib.UI.csproj b/PepLib.UI/PepLib.UI.csproj index 50d2e0c..dbc119f 100644 --- a/PepLib.UI/PepLib.UI.csproj +++ b/PepLib.UI/PepLib.UI.csproj @@ -9,7 +9,7 @@ Properties PepLib.UI PepLib.UI - v4.0 + v4.6.1 512 true @@ -23,6 +23,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -32,6 +33,7 @@ TRACE prompt 4 + false diff --git a/PepLib.UI/Properties/Resources.Designer.cs b/PepLib.UI/Properties/Resources.Designer.cs index 5de725f..847d3a9 100644 --- a/PepLib.UI/Properties/Resources.Designer.cs +++ b/PepLib.UI/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace PepLib.UI.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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/PepLib.UI/Properties/Settings.Designer.cs b/PepLib.UI/Properties/Settings.Designer.cs index 61c12e1..cda7cb0 100644 --- a/PepLib.UI/Properties/Settings.Designer.cs +++ b/PepLib.UI/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace PepLib.UI.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.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/PepLib/PepLib.csproj b/PepLib/PepLib.csproj index 342f759..e093a63 100644 --- a/PepLib/PepLib.csproj +++ b/PepLib/PepLib.csproj @@ -9,7 +9,7 @@ Properties PepLib PepLib - v4.0 + v4.6.1 512 @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,10 +30,11 @@ TRACE prompt 4 + false - - ..\..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll + + ..\packages\DotNetZip.1.12.0\lib\net20\DotNetZip.dll diff --git a/PepLib/packages.config b/PepLib/packages.config index 78c599f..fa0019f 100644 --- a/PepLib/packages.config +++ b/PepLib/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file