Skip to content

Commit

Permalink
Actually fix the AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Jan 8, 2016
1 parent 139070d commit 990e412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
25 changes: 7 additions & 18 deletions src/Microsoft.Owin.Security.Interop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 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.

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Owin.Security.Interop")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Owin.Security.Interop")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-us")]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a7922dd8-09f1-43e4-938b-cc523ea08898")]

This file was deleted.

0 comments on commit 990e412

Please sign in to comment.