Add serviceable attribute to projects.

aspnet/DNX#1600
This commit is contained in:
N. Taylor Mullen 2015-04-07 14:51:14 -07:00
parent b7186c4bf7
commit db9ee60647
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Reflection;
[assembly: AssemblyMetadata("Serviceable", "True")]