mirror of https://github.com/icedream/npsharp.git
Update AssemblyInfo.cs.
parent
293e45fd49
commit
86c75a5d61
|
@ -2,12 +2,9 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
// die mit einer Assembly verknüpft sind.
|
||||
|
||||
[assembly: AssemblyTitle("NPSharp client library")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
// General assembly info
|
||||
[assembly: AssemblyTitle("NPSharp Client Library")]
|
||||
[assembly: AssemblyDescription(".NET library for communication with the RefInt NP server.")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Carl Kittelberger")]
|
||||
[assembly: AssemblyProduct("NPSharp")]
|
||||
|
@ -15,18 +12,11 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
|
||||
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
|
||||
// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest.
|
||||
|
||||
// COM
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
|
||||
[assembly: Guid("eb49c20b-b649-42fa-bff4-f62aba36e0b0")]
|
||||
|
||||
// Version information is generated by GitVersionTask in another file
|
||||
|
||||
// Make internals visible to the server counterpart of this library
|
||||
|
||||
[assembly: InternalsVisibleTo("npsharp_server")]
|
Loading…
Reference in New Issue