Adding AssemblyInfo.cs

This commit is contained in:
Pranav K 2015-10-03 11:07:52 -07:00
parent 079e4909f7
commit 886849d890
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")]