Fix Assembly Info
This commit is contained in:
parent
a9c2656404
commit
fad730441a
|
|
@ -1,19 +1,11 @@
|
||||||
using System.Reflection;
|
// Copyright (c) .NET Foundation. All rights reserved.
|
||||||
using System.Runtime.CompilerServices;
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
using System.Reflection;
|
||||||
// set of attributes. Change these attribute values to modify the information
|
using System.Resources;
|
||||||
// associated with an assembly.
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("")]
|
|
||||||
[assembly: AssemblyProduct("Microsoft.AspNetCore.Rewrite")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
[assembly: AssemblyMetadata("Serviceable", "True")]
|
||||||
// to COM components. If you need to access a type in this assembly from
|
[assembly: NeutralResourcesLanguage("en-us")]
|
||||||
// COM, set the ComVisible attribute to true on that type.
|
[assembly: AssemblyCompany("Microsoft Corporation.")]
|
||||||
[assembly: ComVisible(false)]
|
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
|
||||||
|
[assembly: AssemblyProduct("Microsoft ASP.NET Core")]
|
||||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
||||||
[assembly: Guid("0e7ca1a7-1dc3-4ce6-b9c7-1688fe1410f1")]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue