diff --git a/SharpMath.CanvasTest/App.config b/SharpMath.CanvasTest/App.config index 88fa402..74ade9d 100644 --- a/SharpMath.CanvasTest/App.config +++ b/SharpMath.CanvasTest/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/SharpMath.CanvasTest/Properties/Resources.Designer.cs b/SharpMath.CanvasTest/Properties/Resources.Designer.cs index 53871b1..3c13750 100644 --- a/SharpMath.CanvasTest/Properties/Resources.Designer.cs +++ b/SharpMath.CanvasTest/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ namespace SharpMath.Canvas2DTest.Properties { /// - /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// A strongly-typed resource class, for looking up localized strings, etc. /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + // This class was auto-generated by the StronglyTypedResourceBuilder + // 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.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ internal class Resources { } /// - /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// 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 { @@ -47,8 +47,8 @@ internal class Resources { } /// - /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// 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 { diff --git a/SharpMath.CanvasTest/Properties/Settings.Designer.cs b/SharpMath.CanvasTest/Properties/Settings.Designer.cs index 8d7ccf0..82581d2 100644 --- a/SharpMath.CanvasTest/Properties/Settings.Designer.cs +++ b/SharpMath.CanvasTest/Properties/Settings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ diff --git a/SharpMath.CanvasTest/SharpMath.Canvas2DTest.csproj b/SharpMath.CanvasTest/SharpMath.Canvas2DTest.csproj index 79d6d46..bd8f91c 100644 --- a/SharpMath.CanvasTest/SharpMath.Canvas2DTest.csproj +++ b/SharpMath.CanvasTest/SharpMath.Canvas2DTest.csproj @@ -9,7 +9,7 @@ Properties SharpMath.Canvas2DTest SharpMath.CanvasTest - v4.5.2 + v4.0 512 true publish\ @@ -27,6 +27,7 @@ false false true + AnyCPU diff --git a/SharpMath.PolygonTest/App.config b/SharpMath.PolygonTest/App.config index 88fa402..74ade9d 100644 --- a/SharpMath.PolygonTest/App.config +++ b/SharpMath.PolygonTest/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/SharpMath.PolygonTest/Properties/Resources.Designer.cs b/SharpMath.PolygonTest/Properties/Resources.Designer.cs index 79e4ffd..125e299 100644 --- a/SharpMath.PolygonTest/Properties/Resources.Designer.cs +++ b/SharpMath.PolygonTest/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace SharpMath.PolygonTest.Properties -{ - - +namespace SharpMath.PolygonTest.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -22,48 +22,40 @@ namespace SharpMath.PolygonTest.Properties [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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("SharpMath.PolygonTest.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/SharpMath.PolygonTest/Properties/Settings.Designer.cs b/SharpMath.PolygonTest/Properties/Settings.Designer.cs index fe27764..c5980a2 100644 --- a/SharpMath.PolygonTest/Properties/Settings.Designer.cs +++ b/SharpMath.PolygonTest/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace SharpMath.PolygonTest.Properties -{ - - +namespace SharpMath.PolygonTest.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", "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()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/SharpMath.PolygonTest/SharpMath.PolygonTest.csproj b/SharpMath.PolygonTest/SharpMath.PolygonTest.csproj index dd026a5..4291ccb 100644 --- a/SharpMath.PolygonTest/SharpMath.PolygonTest.csproj +++ b/SharpMath.PolygonTest/SharpMath.PolygonTest.csproj @@ -9,9 +9,10 @@ Properties SharpMath.PolygonTest SharpMath.PolygonTest - v4.5.2 + v4.0 512 true + AnyCPU @@ -65,6 +66,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/SharpMath.Tests/SharpMath.Tests.csproj b/SharpMath.Tests/SharpMath.Tests.csproj index 6df2a2c..17acca0 100644 --- a/SharpMath.Tests/SharpMath.Tests.csproj +++ b/SharpMath.Tests/SharpMath.Tests.csproj @@ -8,7 +8,7 @@ Properties SharpMath.Tests SharpMath.Tests - v4.5.2 + v4.0 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -16,6 +16,7 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + true