11 namespace SiliconStudio.Assets.Diagnostics {
22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute(
"System.Resources.Tools.StronglyTypedResourceBuilder",
"4.0.0.0")]
23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 internal class AssetMessageStrings {
27 private static global::System.Resources.ResourceManager resourceMan;
29 private static global::System.Globalization.CultureInfo resourceCulture;
31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(
"Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode")]
32 internal AssetMessageStrings() {
38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39 internal static global::System.Resources.ResourceManager ResourceManager {
41 if (
object.ReferenceEquals(resourceMan, null)) {
42 global::System.Resources.ResourceManager temp =
new global::System.Resources.ResourceManager(
"SiliconStudio.Assets.Diagnostics.AssetMessageStrings", typeof(AssetMessageStrings).Assembly);
53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54 internal static global::System.Globalization.CultureInfo Culture {
56 return resourceCulture;
59 resourceCulture = value;
68 return ResourceManager.GetString(
"AssetCannotDelete", resourceCulture);
77 return ResourceManager.GetString(
"AssetCannotSave", resourceCulture);
86 return ResourceManager.GetString(
"AssetLoadingFailed", resourceCulture);
95 return ResourceManager.GetString(
"AssetNotFound", resourceCulture);
104 return ResourceManager.GetString(
"AssetReferenceChanged", resourceCulture);
113 return ResourceManager.GetString(
"AssetUpToDate", resourceCulture);
122 return ResourceManager.GetString(
"BaseChanged", resourceCulture);
131 return ResourceManager.GetString(
"BaseInvalidType", resourceCulture);
140 return ResourceManager.GetString(
"BaseNotFound", resourceCulture);
149 return ResourceManager.GetString(
"BuildProfileCannotBeNull", resourceCulture);
158 return ResourceManager.GetString(
"BuildProfileFileExtensionCannotBeNull", resourceCulture);
167 return ResourceManager.GetString(
"CompilationCancelled", resourceCulture);
176 return ResourceManager.GetString(
"CompilationError", resourceCulture);
185 return ResourceManager.GetString(
"CompilationFailed", resourceCulture);
194 return ResourceManager.GetString(
"CompilationFatal", resourceCulture);
203 return ResourceManager.GetString(
"CompilationSucceeded", resourceCulture);
212 return ResourceManager.GetString(
"CompilationWarning", resourceCulture);
221 return ResourceManager.GetString(
"InternalCompilerError", resourceCulture);
230 return ResourceManager.GetString(
"InvalidCircularReferences", resourceCulture);
239 return ResourceManager.GetString(
"PackageCannotSave", resourceCulture);
248 return ResourceManager.GetString(
"PackageDependencyModified", resourceCulture);
257 return ResourceManager.GetString(
"PackageFilePathNotSet", resourceCulture);
266 return ResourceManager.GetString(
"PackageLocationChanged", resourceCulture);
275 return ResourceManager.GetString(
"PackageNotFound", resourceCulture);
284 return ResourceManager.GetString(
"PrerequisiteFailed", resourceCulture);
293 return ResourceManager.GetString(
"RawAssetNotFound", resourceCulture);
The asset compilation has been cancelled.
A warning that occured in the asset compilation.
A fatal error that caused the asset compilation to fail.
The package build profile cannot be null
Asset contains invalid circular references
The package filepath is not set for saving
The asset has been successfully compiled.
An unexpected internal error occured.
The package cannot be saved
The base is not the same type as the current asset.
The asset cannot be deleted
An error that caused the asset compilation to fail.
The package build profile should not have a File extension null
The package dependency is modified
The asset cannot be saved
The asset reference has been changed for a particular location
The asset compilation failed.
A raw asset was not found
The asset has not been compiled because its prerequisites failed to compile.
The asset has not been compiled because it is already up-to-date.