From 3d2c013a4834e85512a1205571c6ff1b55be4e18 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 10 Sep 2015 18:20:42 -0700 Subject: [PATCH] Adding NeutralResourcesLanguageAttribute --- .../Properties/AssemblyInfo.cs | 8 ++++++++ .../Properties/AssemblyInfo.cs | 8 ++++++++ .../Properties/AssemblyInfo.cs | 8 ++++++++ .../Properties/AssemblyInfo.cs | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 src/Microsoft.AspNet.Localization/Properties/AssemblyInfo.cs create mode 100644 src/Microsoft.Framework.Globalization.CultureInfoCache/Properties/AssemblyInfo.cs create mode 100644 src/Microsoft.Framework.Localization.Abstractions/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Localization/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Localization/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..aab4e278a4 --- /dev/null +++ b/src/Microsoft.AspNet.Localization/Properties/AssemblyInfo.cs @@ -0,0 +1,8 @@ +// Copyright (c) .NET Foundation. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System.Reflection; +using System.Resources; + +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] diff --git a/src/Microsoft.Framework.Globalization.CultureInfoCache/Properties/AssemblyInfo.cs b/src/Microsoft.Framework.Globalization.CultureInfoCache/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..aab4e278a4 --- /dev/null +++ b/src/Microsoft.Framework.Globalization.CultureInfoCache/Properties/AssemblyInfo.cs @@ -0,0 +1,8 @@ +// Copyright (c) .NET Foundation. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System.Reflection; +using System.Resources; + +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] diff --git a/src/Microsoft.Framework.Localization.Abstractions/Properties/AssemblyInfo.cs b/src/Microsoft.Framework.Localization.Abstractions/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..aab4e278a4 --- /dev/null +++ b/src/Microsoft.Framework.Localization.Abstractions/Properties/AssemblyInfo.cs @@ -0,0 +1,8 @@ +// Copyright (c) .NET Foundation. All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +using System.Reflection; +using System.Resources; + +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")] diff --git a/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs b/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs index e3c2061307..0174621c9b 100644 --- a/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs @@ -1,6 +1,10 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +using System.Reflection; +using System.Resources; using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Test")] +[assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")]