Add assembly info for new project

This commit is contained in:
Hao Kung 2015-10-21 15:23:39 -07:00
parent 8f0e08dbce
commit 7dfac2fd78
1 changed files with 8 additions and 0 deletions

View File

@ -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")]