diff --git a/.nuget/SourceGrid.nuspec b/.nuget/SourceGrid.nuspec index 2157fd2..76d5d81 100644 --- a/.nuget/SourceGrid.nuspec +++ b/.nuget/SourceGrid.nuspec @@ -2,7 +2,7 @@ siemens.sourcegrid - 2.0.1 + 2.0.2 SourceGrid Siemens AG SourceGrid contributors @@ -21,6 +21,11 @@ Open source grid control tool SOURCEGRID GRID + + + + + diff --git a/Src/DevAge.Windows.Forms/Properties/Resources.Designer.cs b/Src/DevAge.Windows.Forms/Properties/Resources.Designer.cs index 3abd08a..d2d08e8 100644 --- a/Src/DevAge.Windows.Forms/Properties/Resources.Designer.cs +++ b/Src/DevAge.Windows.Forms/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3053 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace DevAge.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", "2.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -39,7 +39,7 @@ internal Resources() { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DevAge.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SourceGrid.DevAge.Windows.Forms.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; @@ -60,6 +60,9 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// internal static byte[] CURSOR_Left { get { object obj = ResourceManager.GetObject("CURSOR_Left", resourceCulture); @@ -67,6 +70,9 @@ internal static byte[] CURSOR_Left { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// internal static byte[] CURSOR_Right { get { object obj = ResourceManager.GetObject("CURSOR_Right", resourceCulture); @@ -74,6 +80,9 @@ internal static byte[] CURSOR_Right { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon ICO_DropDown { get { object obj = ResourceManager.GetObject("ICO_DropDown", resourceCulture); @@ -81,6 +90,9 @@ internal static System.Drawing.Icon ICO_DropDown { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon ICO_SortDown { get { object obj = ResourceManager.GetObject("ICO_SortDown", resourceCulture); @@ -88,6 +100,9 @@ internal static System.Drawing.Icon ICO_SortDown { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon ICO_SortUp { get { object obj = ResourceManager.GetObject("ICO_SortUp", resourceCulture); diff --git a/Src/DevAge.Windows.Forms/Properties/Resources.resources b/Src/DevAge.Windows.Forms/Properties/Resources.resources deleted file mode 100644 index b86725d..0000000 Binary files a/Src/DevAge.Windows.Forms/Properties/Resources.resources and /dev/null differ diff --git a/Src/SourceGrid.csproj b/Src/SourceGrid.csproj index dbde4ab..3022ea0 100644 --- a/Src/SourceGrid.csproj +++ b/Src/SourceGrid.csproj @@ -64,4 +64,20 @@ + + + True + True + Resources.resx + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + DevAge.Properties + + +