Make ContentCompilerGui compatible to recent changes in pipeline and did some usability changes. Make the Visual Studio Extension work even if the ANX Framework is not installed additionally.. Improve that the path for assembly refernces in a content project doesn't get automatically updated, only if the reference is actually saved, this is so you can specify a relative path yourself. Fix missing icon for ContentProject when it was opened with Visual Studio. Made create_shaders.bat directly executable under windows by fixing the directory separators.
154 lines
7.0 KiB
C#
154 lines
7.0 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.34011
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ANX.ContentCompiler.GUI {
|
|
using System;
|
|
|
|
|
|
/// <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.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class ShowStrings {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal ShowStrings() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
/// </summary>
|
|
[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("ANX.ContentCompiler.GUI.ShowStrings", typeof(ShowStrings).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
|
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die This is the Action Panel. In this central place you can find depending on your situation the most common actions. ähnelt.
|
|
/// </summary>
|
|
internal static string ActionPanel {
|
|
get {
|
|
return ResourceManager.GetString("ActionPanel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die Cave Johnson - we're done here! If you have further questions, click the Help button in the top area! ähnelt.
|
|
/// </summary>
|
|
internal static string End {
|
|
get {
|
|
return ResourceManager.GetString("End", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die When building your project, you can see the Log output here. This box enables you to detect build errors quickly. You can expand the log by clicking on the down-pointing arrow on the right. ähnelt.
|
|
/// </summary>
|
|
internal static string LogBox {
|
|
get {
|
|
return ResourceManager.GetString("LogBox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die More detailed actions can be found in the File Menu which you can open by clicking on this button. ähnelt.
|
|
/// </summary>
|
|
internal static string Menu {
|
|
get {
|
|
return ResourceManager.GetString("Menu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die Error trying to find files for importers. ähnelt.
|
|
/// </summary>
|
|
internal static string NoFilesForImporters {
|
|
get {
|
|
return ResourceManager.GetString("NoFilesForImporters", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die In the Property Grid you can change the options or parameters of the object you selected in the Project Explorer. ähnelt.
|
|
/// </summary>
|
|
internal static string PropertyGrid {
|
|
get {
|
|
return ResourceManager.GetString("PropertyGrid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die These buttons provide you quick access to some general and common actions. ähnelt.
|
|
/// </summary>
|
|
internal static string RibbonButtons {
|
|
get {
|
|
return ResourceManager.GetString("RibbonButtons", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die Hi and welcome to the ANX Content Compiler! The Content Compiler enables you to convert your media files to XNB files that can be read by the ANX Content Pipeline. ähnelt.
|
|
/// </summary>
|
|
internal static string Start {
|
|
get {
|
|
return ResourceManager.GetString("Start", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die This quick tour will guide you through the main components of the User Interface. ähnelt.
|
|
/// </summary>
|
|
internal static string Start2 {
|
|
get {
|
|
return ResourceManager.GetString("Start2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Sucht eine lokalisierte Zeichenfolge, die This is the Project Explorer. Here you can see and select all files & folders that your project contains. By clicking on them, you can manipulate them in the Property Grid. ähnelt.
|
|
/// </summary>
|
|
internal static string TreeView {
|
|
get {
|
|
return ResourceManager.GetString("TreeView", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|