diff --git a/Src/ILGPU/Resources/RuntimeErrorMessages.Designer.cs b/Src/ILGPU/Resources/RuntimeErrorMessages.Designer.cs index 1d5610f81f..066d3aee78 100644 --- a/Src/ILGPU/Resources/RuntimeErrorMessages.Designer.cs +++ b/Src/ILGPU/Resources/RuntimeErrorMessages.Designer.cs @@ -1,7 +1,6 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -14,12 +13,10 @@ namespace ILGPU.Resources { /// /// A strongly-typed resource class, for looking up localized strings, etc. + /// This class was generated by MSBuild using the GenerateResource task. + /// To add or remove a member, edit your .resx file then rerun MSBuild. /// - // 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", "17.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Build.Tasks.StronglyTypedResourceBuilder", "15.1.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class RuntimeErrorMessages { @@ -428,5 +425,23 @@ internal static string UnknownParentAccelerator { return ResourceManager.GetString("UnknownParentAccelerator", resourceCulture); } } + + /// + /// Looks up a localized string similar to The Velocity accelerator supports little-endian machines only. + /// + internal static string VelocityLittleEndian { + get { + return ResourceManager.GetString("VelocityLittleEndian", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Velocity accelerator requires 64-bit application ({0} not supported). Ensure Prefer32Bit is set to 'false'. + /// + internal static string VelocityPlatform64 { + get { + return ResourceManager.GetString("VelocityPlatform64", resourceCulture); + } + } } } diff --git a/Src/ILGPU/Resources/RuntimeErrorMessages.resx b/Src/ILGPU/Resources/RuntimeErrorMessages.resx index eb4c0cfbdd..6674fc3d5d 100644 --- a/Src/ILGPU/Resources/RuntimeErrorMessages.resx +++ b/Src/ILGPU/Resources/RuntimeErrorMessages.resx @@ -1,17 +1,17 @@  - @@ -240,4 +240,10 @@ Unknown parent accelerator + + Velocity accelerator requires 64-bit application ({0} not supported). Ensure Prefer32Bit is set to 'false' + + + The Velocity accelerator supports little-endian machines only + \ No newline at end of file