Adding AssemblyInfo for WindowsServices

This commit is contained in:
John Luo 2015-12-22 19:58:51 -08:00
parent 4ec36de602
commit d07a072287
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")]