mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
8 lines
306 B
C#
8 lines
306 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("VMWareLib")]
|
|
[assembly: AssemblyDescription("VMWareTasks Automation Library")]
|
|
[assembly: Guid("e102c7ef-224a-4a61-ba79-454ad6d92e97")]
|
|
[assembly: ComVisible(false)]
|