Add attributes to fix the build

This commit is contained in:
Ryan Nowak 2015-10-05 11:22:30 -07:00
parent 8fc8307ad2
commit f545f99dab
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// 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: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-us")]