From 886849d890c544616d7e447d17edc68d858ec9e1 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sat, 3 Oct 2015 11:07:52 -0700 Subject: [PATCH] Adding AssemblyInfo.cs --- .../Properties/AssemblyInfo.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Microsoft.Framework.BufferedHtmlContent.Sources/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.Framework.BufferedHtmlContent.Sources/Properties/AssemblyInfo.cs b/src/Microsoft.Framework.BufferedHtmlContent.Sources/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..b2437d9ad6 --- /dev/null +++ b/src/Microsoft.Framework.BufferedHtmlContent.Sources/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")] \ No newline at end of file