11 lines
429 B
C#
11 lines
429 B
C#
using global::System;
|
|
using global::System.Reflection;
|
|
using global::System.Runtime.CompilerServices;
|
|
using global::System.Runtime.InteropServices;
|
|
[assembly: ComVisible(false)]
|
|
|
|
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
|
[assembly: Guid("3c112a6a-bafa-4a84-be28-e9b69ca8f6e0")]
|
|
[assembly: InternalsVisibleTo("SM64 ROM Manager.Updating.Administration.GUI")]
|
|
|