fix resource namespaces
This commit is contained in:
4
Pilz.Updating.Client.GUI/MyIcons.Designer.cs
generated
4
Pilz.Updating.Client.GUI/MyIcons.Designer.cs
generated
@@ -19,7 +19,7 @@ namespace Pilz.Updating.Client.GUI {
|
||||
// -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.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class MyIcons {
|
||||
@@ -39,7 +39,7 @@ namespace Pilz.Updating.Client.GUI {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Client.GUI.MyIcons", typeof(MyIcons).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.MyIcons", typeof(MyIcons).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
||||
@@ -124,6 +124,7 @@
|
||||
<EmbeddedResource Update="MyIcons.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>MyIcons.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="SimpleActionDialog.de.resx">
|
||||
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
|
||||
@@ -146,10 +147,10 @@
|
||||
<EmbeddedResource Update="UpdatingClientGuiLangRes.de.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>UpdatingClientGuiLangRes.de.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>SM64_ROM_Manager.Updating.Client.GUI.My.Resources</CustomToolNamespace>
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="UpdatingClientGuiLangRes.resx">
|
||||
<CustomToolNamespace>SM64_ROM_Manager.Updating.Client.GUI.My.Resources</CustomToolNamespace>
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>UpdatingClientGuiLangRes.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// ------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
@@ -6,47 +6,42 @@
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System.Diagnostics;
|
||||
namespace Pilz.Updating.Client.GUI {
|
||||
using System;
|
||||
|
||||
namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
/// </summary>
|
||||
// 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.
|
||||
/// <summary>
|
||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
/// </summary>
|
||||
[System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[DebuggerNonUserCode()]
|
||||
[System.Runtime.CompilerServices.CompilerGenerated()]
|
||||
internal class UpdatingClientGuiLangRes
|
||||
{
|
||||
private static System.Resources.ResourceManager resourceMan;
|
||||
private static System.Globalization.CultureInfo resourceCulture;
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class UpdatingClientGuiLangRes {
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal UpdatingClientGuiLangRes() : base()
|
||||
{
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal UpdatingClientGuiLangRes() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
/// </summary>
|
||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static System.Resources.ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (ReferenceEquals(resourceMan, null))
|
||||
{
|
||||
var temp = new System.Resources.ResourceManager("Pilz.Updating.Client.GUI.UpdatingClientGuiLangRes", typeof(UpdatingClientGuiLangRes).Assembly);
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.UpdatingClientGuiLangRes", typeof(UpdatingClientGuiLangRes).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
@@ -55,16 +50,12 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
/// </summary>
|
||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static System.Globalization.CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
@@ -72,10 +63,8 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die No updates found! You are using the latest version. ähnelt.
|
||||
/// </summary>
|
||||
internal static string MsgBox_NoUpdatesFound
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string MsgBox_NoUpdatesFound {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgBox_NoUpdatesFound", resourceCulture);
|
||||
}
|
||||
}
|
||||
@@ -83,10 +72,8 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die No Updates found ähnelt.
|
||||
/// </summary>
|
||||
internal static string MsgBox_NoUpdatesFound_Titel
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string MsgBox_NoUpdatesFound_Titel {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgBox_NoUpdatesFound_Titel", resourceCulture);
|
||||
}
|
||||
}
|
||||
@@ -94,10 +81,8 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Downloading Update Installer ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_DownloadingInstaller
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string SimpleActions_DownloadingInstaller {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_DownloadingInstaller", resourceCulture);
|
||||
}
|
||||
}
|
||||
@@ -105,10 +90,8 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Downloading Update Package ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_DownloadingPackage
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string SimpleActions_DownloadingPackage {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_DownloadingPackage", resourceCulture);
|
||||
}
|
||||
}
|
||||
@@ -116,10 +99,8 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Searching for Updates ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_Searching
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string SimpleActions_Searching {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_Searching", resourceCulture);
|
||||
}
|
||||
}
|
||||
@@ -127,10 +108,8 @@ namespace Pilz.Updating.Client.GUI.My.Resources
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Waiting ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_Waiting
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string SimpleActions_Waiting {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_Waiting", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user