From 569ba975d7679638b7967f7168b3d12644fd29ed Mon Sep 17 00:00:00 2001 From: StephenCWills Date: Wed, 20 Jun 2018 12:26:00 -0400 Subject: [PATCH] Migrated template projects to .NET 4.6.1. --- .../AlgorithmTemplateLibrary.csproj | 3 +- .../AlgorithmTemplateService.csproj | 2 +- .../AlgorithmTemplateService/App.config | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 2 +- .../AlgorithmTemplateServiceConsole.csproj | 2 +- .../App.config | 32 ++++---- .../AlgorithmTemplateTestHarness.csproj | 4 +- .../AlgorithmTemplateTestHarness/App.config | 6 +- .../Properties/Resources.Designer.cs | 44 +++++------ .../Properties/Settings.Designer.cs | 22 +++--- .../AlgorithmTemplateLibrary.fsproj | 2 +- .../AlgorithmTemplateLibrary/App.config | 2 +- .../AlgorithmTemplateService.csproj | 2 +- .../AlgorithmTemplateService/App.config | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 2 +- .../AlgorithmTemplateServiceConsole.csproj | 2 +- .../App.config | 32 ++++---- .../AlgorithmTemplateTestHarness.csproj | 4 +- .../AlgorithmTemplateTestHarness/App.config | 6 +- .../Properties/Resources.Designer.cs | 44 +++++------ .../Properties/Settings.Designer.cs | 22 +++--- .../AlgorithmTemplate.pyproj | 11 +-- .../AlgorithmTemplateService.csproj | 2 +- .../AlgorithmTemplateService/App.config | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 2 +- .../AlgorithmTemplateServiceConsole.csproj | 2 +- .../App.config | 32 ++++---- .../AlgorithmTemplateTestHarness.csproj | 4 +- .../AlgorithmTemplateTestHarness/App.config | 6 +- .../Properties/Resources.Designer.cs | 44 +++++------ .../Properties/Settings.Designer.cs | 22 +++--- .../AlgorithmTemplateLibrary.vbproj | 9 ++- .../My Project/Settings.Designer.cs | 26 +++++++ .../My Project/Settings.Designer.vb | 73 ------------------- .../AlgorithmTemplateService.csproj | 2 +- .../AlgorithmTemplateService/App.config | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 2 +- .../AlgorithmTemplateServiceConsole.csproj | 2 +- .../App.config | 32 ++++---- .../AlgorithmTemplateTestHarness.csproj | 4 +- .../AlgorithmTemplateTestHarness/App.config | 6 +- .../Properties/Resources.Designer.cs | 44 +++++------ .../Properties/Settings.Designer.cs | 22 +++--- 47 files changed, 255 insertions(+), 343 deletions(-) create mode 100644 Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.cs delete mode 100644 Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.vb diff --git a/Source/Templates/CSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.csproj b/Source/Templates/CSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.csproj index cd4488bbce..36d73b9c74 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.csproj +++ b/Source/Templates/CSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.csproj @@ -9,8 +9,9 @@ Properties AlgorithmTemplate AlgorithmTemplateLibrary - v4.6 + v4.6.1 512 + true diff --git a/Source/Templates/CSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj b/Source/Templates/CSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj index 9caf616ec4..146272c51a 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj +++ b/Source/Templates/CSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateService - v4.6 + v4.6.1 512 diff --git a/Source/Templates/CSharp/AlgorithmTemplateService/App.config b/Source/Templates/CSharp/AlgorithmTemplateService/App.config index 2d2a12d81b..bae5d6d814 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateService/App.config +++ b/Source/Templates/CSharp/AlgorithmTemplateService/App.config @@ -1,6 +1,6 @@ - + diff --git a/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs b/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs index d73da070b0..40430fb3da 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs +++ b/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AlgorithmTemplateService.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/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs b/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs index 037a71499c..e4a95e750d 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs +++ b/Source/Templates/CSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AlgorithmTemplateService.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.7.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/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj b/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj index f1cf2a3973..30c70a3cc3 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj +++ b/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateServiceConsole - v4.6 + v4.6.1 512 diff --git a/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/App.config b/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/App.config index a77d61a5ca..a9a7c713cb 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/App.config +++ b/Source/Templates/CSharp/AlgorithmTemplateServiceConsole/App.config @@ -1,30 +1,30 @@ -
+
- + - - - - + + + + - - - - - - - - + + + + + + + + - + - \ No newline at end of file + diff --git a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj index 41a610eaec..59f74fe045 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj +++ b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj @@ -9,9 +9,10 @@ Properties AlgorithmTemplate AlgorithmTemplateTestHarness - v4.6 + v4.6.1 512 true + AnyCPU @@ -63,6 +64,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/App.config b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/App.config index 8324aa6ff1..bae5d6d814 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/App.config +++ b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs index c1f9e585ed..2a551e19f9 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs +++ b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace AlgorithmTemplate.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 - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AlgorithmTemplate.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs index babae0131b..3e2076634d 100644 --- a/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs +++ b/Source/Templates/CSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/Source/Templates/FSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.fsproj b/Source/Templates/FSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.fsproj index 813fc8a928..6cf7d499d2 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.fsproj +++ b/Source/Templates/FSharp/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.fsproj @@ -9,7 +9,7 @@ Library AlgorithmTemplate AlgorithmTemplateLibrary - v4.6 + v4.6.1 true 4.4.0.0 AlgorithmTemplateLibrary diff --git a/Source/Templates/FSharp/AlgorithmTemplateLibrary/App.config b/Source/Templates/FSharp/AlgorithmTemplateLibrary/App.config index cd505a46bd..9868bb45f3 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateLibrary/App.config +++ b/Source/Templates/FSharp/AlgorithmTemplateLibrary/App.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Source/Templates/FSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj b/Source/Templates/FSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj index 8749f7d25a..d397d4d193 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj +++ b/Source/Templates/FSharp/AlgorithmTemplateService/AlgorithmTemplateService.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateService - v4.6 + v4.6.1 512 diff --git a/Source/Templates/FSharp/AlgorithmTemplateService/App.config b/Source/Templates/FSharp/AlgorithmTemplateService/App.config index 2d2a12d81b..bae5d6d814 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateService/App.config +++ b/Source/Templates/FSharp/AlgorithmTemplateService/App.config @@ -1,6 +1,6 @@ - + diff --git a/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs b/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs index d73da070b0..40430fb3da 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs +++ b/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AlgorithmTemplateService.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/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs b/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs index 037a71499c..e4a95e750d 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs +++ b/Source/Templates/FSharp/AlgorithmTemplateService/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AlgorithmTemplateService.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.7.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/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj b/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj index f1cf2a3973..30c70a3cc3 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj +++ b/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateServiceConsole - v4.6 + v4.6.1 512 diff --git a/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/App.config b/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/App.config index a77d61a5ca..a9a7c713cb 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/App.config +++ b/Source/Templates/FSharp/AlgorithmTemplateServiceConsole/App.config @@ -1,30 +1,30 @@ -
+
- + - - - - + + + + - - - - - - - - + + + + + + + + - + - \ No newline at end of file + diff --git a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj index bfc03eeb5d..9c9a408d8e 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj +++ b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj @@ -9,9 +9,10 @@ Properties AlgorithmTemplate AlgorithmTemplateTestHarness - v4.6 + v4.6.1 512 true + AnyCPU @@ -63,6 +64,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/App.config b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/App.config index 8324aa6ff1..bae5d6d814 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/App.config +++ b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs index c1f9e585ed..2a551e19f9 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs +++ b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace AlgorithmTemplate.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 - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AlgorithmTemplate.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs index babae0131b..3e2076634d 100644 --- a/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs +++ b/Source/Templates/FSharp/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/Source/Templates/IronPython/AlgorithmTemplate/AlgorithmTemplate.pyproj b/Source/Templates/IronPython/AlgorithmTemplate/AlgorithmTemplate.pyproj index 8f58846120..ee03b7f676 100644 --- a/Source/Templates/IronPython/AlgorithmTemplate/AlgorithmTemplate.pyproj +++ b/Source/Templates/IronPython/AlgorithmTemplate/AlgorithmTemplate.pyproj @@ -8,9 +8,8 @@ Program.py ..\Dependencies\GSF\;..\Dependencies\openECA\ . - {fcc291aa-427c-498c-a4d7-4502d6449b8c} + IronPython|2.7-64 IronPython (.NET) launcher - 2.7 . AlgorithmTemplate AlgorithmTemplate @@ -25,20 +24,17 @@ false - + - + 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets - - @@ -47,4 +43,5 @@ + \ No newline at end of file diff --git a/Source/Templates/Matlab/AlgorithmTemplateService/AlgorithmTemplateService.csproj b/Source/Templates/Matlab/AlgorithmTemplateService/AlgorithmTemplateService.csproj index 580a7ed438..96d688ba1b 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateService/AlgorithmTemplateService.csproj +++ b/Source/Templates/Matlab/AlgorithmTemplateService/AlgorithmTemplateService.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateService - v4.6 + v4.6.1 512 diff --git a/Source/Templates/Matlab/AlgorithmTemplateService/App.config b/Source/Templates/Matlab/AlgorithmTemplateService/App.config index 2d2a12d81b..bae5d6d814 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateService/App.config +++ b/Source/Templates/Matlab/AlgorithmTemplateService/App.config @@ -1,6 +1,6 @@ - + diff --git a/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Resources.Designer.cs b/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Resources.Designer.cs index d73da070b0..40430fb3da 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Resources.Designer.cs +++ b/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AlgorithmTemplateService.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/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Settings.Designer.cs b/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Settings.Designer.cs index 037a71499c..e4a95e750d 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Settings.Designer.cs +++ b/Source/Templates/Matlab/AlgorithmTemplateService/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AlgorithmTemplateService.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.7.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/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj b/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj index f1cf2a3973..30c70a3cc3 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj +++ b/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateServiceConsole - v4.6 + v4.6.1 512 diff --git a/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/App.config b/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/App.config index a77d61a5ca..a9a7c713cb 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/App.config +++ b/Source/Templates/Matlab/AlgorithmTemplateServiceConsole/App.config @@ -1,30 +1,30 @@ -
+
- + - - - - + + + + - - - - - - - - + + + + + + + + - + - \ No newline at end of file + diff --git a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj index c94389af9a..3c47ec5516 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj +++ b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj @@ -9,9 +9,10 @@ Properties AlgorithmTemplate AlgorithmTemplateTestHarness - v4.6 + v4.6.1 512 true + AnyCPU @@ -63,6 +64,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/App.config b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/App.config index 8324aa6ff1..bae5d6d814 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/App.config +++ b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs index c1f9e585ed..2a551e19f9 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs +++ b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace AlgorithmTemplate.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 - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AlgorithmTemplate.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs index babae0131b..3e2076634d 100644 --- a/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs +++ b/Source/Templates/Matlab/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.vbproj b/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.vbproj index d23624b991..f00c3e0f56 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.vbproj +++ b/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/AlgorithmTemplateLibrary.vbproj @@ -12,8 +12,9 @@ AlgorithmTemplateLibrary 512 Windows - v4.6 + v4.6.1 true + AnyCPU @@ -85,10 +86,10 @@ True Resources.resx - + True - Settings.settings True + Settings.settings @@ -107,7 +108,7 @@ SettingsSingleFileGenerator My - Settings.Designer.vb + Settings.Designer.cs diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.cs b/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.cs new file mode 100644 index 0000000000..0db4e79a35 --- /dev/null +++ b/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace My { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.vb b/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.vb deleted file mode 100644 index 71a0969cba..0000000000 --- a/Source/Templates/VisualBasic/AlgorithmTemplateLibrary/My Project/Settings.Designer.vb +++ /dev/null @@ -1,73 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - - -Namespace My - - _ - Partial Friend NotInheritable Class MySettings - Inherits Global.System.Configuration.ApplicationSettingsBase - - Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) - -#Region "My.Settings Auto-Save Functionality" -#If _MyType = "WindowsForms" Then - Private Shared addedHandler As Boolean - - Private Shared addedHandlerLockObject As New Object - - _ - Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) - If My.Application.SaveMySettingsOnExit Then - My.Settings.Save() - End If - End Sub -#End If -#End Region - - Public Shared ReadOnly Property [Default]() As MySettings - Get - -#If _MyType = "WindowsForms" Then - If Not addedHandler Then - SyncLock addedHandlerLockObject - If Not addedHandler Then - AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings - addedHandler = True - End If - End SyncLock - End If -#End If - Return defaultInstance - End Get - End Property - End Class -End Namespace - -Namespace My - - _ - Friend Module MySettingsProperty - - _ - Friend ReadOnly Property Settings() As Global.AlgorithmTemplate.My.MySettings - Get - Return Global.AlgorithmTemplate.My.MySettings.Default - End Get - End Property - End Module -End Namespace diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateService/AlgorithmTemplateService.csproj b/Source/Templates/VisualBasic/AlgorithmTemplateService/AlgorithmTemplateService.csproj index 311174af8c..38d4f0b3b7 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateService/AlgorithmTemplateService.csproj +++ b/Source/Templates/VisualBasic/AlgorithmTemplateService/AlgorithmTemplateService.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateService - v4.6 + v4.6.1 512 diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateService/App.config b/Source/Templates/VisualBasic/AlgorithmTemplateService/App.config index 2d2a12d81b..bae5d6d814 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateService/App.config +++ b/Source/Templates/VisualBasic/AlgorithmTemplateService/App.config @@ -1,6 +1,6 @@ - + diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Resources.Designer.cs b/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Resources.Designer.cs index d73da070b0..40430fb3da 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Resources.Designer.cs +++ b/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AlgorithmTemplateService.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/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Settings.Designer.cs b/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Settings.Designer.cs index 037a71499c..e4a95e750d 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Settings.Designer.cs +++ b/Source/Templates/VisualBasic/AlgorithmTemplateService/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AlgorithmTemplateService.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.7.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/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj b/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj index f1cf2a3973..30c70a3cc3 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj +++ b/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/AlgorithmTemplateServiceConsole.csproj @@ -9,7 +9,7 @@ Properties AlgorithmTemplateService AlgorithmTemplateServiceConsole - v4.6 + v4.6.1 512 diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/App.config b/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/App.config index a77d61a5ca..a9a7c713cb 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/App.config +++ b/Source/Templates/VisualBasic/AlgorithmTemplateServiceConsole/App.config @@ -1,30 +1,30 @@ -
+
- + - - - - + + + + - - - - - - - - + + + + + + + + - + - \ No newline at end of file + diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj index 9569be2c96..56b431bb82 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj +++ b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/AlgorithmTemplateTestHarness.csproj @@ -9,9 +9,10 @@ Properties AlgorithmTemplate AlgorithmTemplateTestHarness - v4.6 + v4.6.1 512 true + AnyCPU @@ -63,6 +64,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/App.config b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/App.config index 8324aa6ff1..bae5d6d814 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/App.config +++ b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs index c1f9e585ed..2a551e19f9 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs +++ b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace AlgorithmTemplate.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 - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AlgorithmTemplate.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs index babae0131b..3e2076634d 100644 --- a/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs +++ b/Source/Templates/VisualBasic/AlgorithmTemplateTestHarness/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace AlgorithmTemplate.Properties -{ - - +namespace AlgorithmTemplate.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } }