From 5f0c710fc9df266eb50c8aa78351189237f6396c Mon Sep 17 00:00:00 2001 From: Andrew Kazyrevich Date: Tue, 7 Feb 2012 08:03:47 +0100 Subject: [PATCH] Fix Silverlight build --- .../Properties/Resources1.Designer.cs | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/Numerics/Properties/Resources1.Designer.cs b/src/Numerics/Properties/Resources1.Designer.cs index afac0b4e..37163f68 100644 --- a/src/Numerics/Properties/Resources1.Designer.cs +++ b/src/Numerics/Properties/Resources1.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.239 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -159,6 +159,33 @@ namespace MathNet.Numerics.Properties { } } + /// + /// Looks up a localized string similar to Matrix dimensions must agree: {0}.. + /// + internal static string ArgumentMatrixDimensions1 { + get { + return ResourceManager.GetString("ArgumentMatrixDimensions1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}.. + /// + internal static string ArgumentMatrixDimensions2 { + get { + return ResourceManager.GetString("ArgumentMatrixDimensions2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}, op3 is {2}.. + /// + internal static string ArgumentMatrixDimensions3 { + get { + return ResourceManager.GetString("ArgumentMatrixDimensions3", resourceCulture); + } + } + /// /// Looks up a localized string similar to The requested matrix does not exist.. ///