From 2f3e46495c92b9f4b13c3624decf6ab69641e696 Mon Sep 17 00:00:00 2001 From: Antonello Provenzano Date: Mon, 18 Apr 2016 23:47:27 +0200 Subject: [PATCH] Adding the Neutral Language Attribute for Resources --- src/Deveel.Math/Deveel.Math.csproj | 1 + src/Deveel.Math/Properties/AssemblyInfo.cs | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Deveel.Math/Deveel.Math.csproj b/src/Deveel.Math/Deveel.Math.csproj index 0675fe0..881355e 100644 --- a/src/Deveel.Math/Deveel.Math.csproj +++ b/src/Deveel.Math/Deveel.Math.csproj @@ -42,6 +42,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\Deveel.Math.XML pdbonly diff --git a/src/Deveel.Math/Properties/AssemblyInfo.cs b/src/Deveel.Math/Properties/AssemblyInfo.cs index 702bb0f..6a70d6f 100644 --- a/src/Deveel.Math/Properties/AssemblyInfo.cs +++ b/src/Deveel.Math/Properties/AssemblyInfo.cs @@ -13,6 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. using System.Reflection; +using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -24,10 +25,12 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Deveel")] [assembly: AssemblyProduct("Deveel.Math")] -[assembly: AssemblyCopyright("(c) 2010-2014 Deveel")] +[assembly: AssemblyCopyright("(c) 2010-2016 Deveel")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] +[assembly: NeutralResourcesLanguage("en")] + #if !PORTABLE // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from