Nsspi targets now .NetStandard2.0 Other projects now targets .net4 .6.1 Nuspec file removed and nuget file will now be created on each build (new capaibility of VS17 used for that) Assemblyinfo resieds now within csproj of nsspi project ReSharpher folder added to gitignore
9 lines
435 B
C#
9 lines
435 B
C#
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 )]
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
[assembly: Guid( "9abf710c-c646-42aa-8183-76bfa141a07b" )] |