websitepanel/WebsitePanel.HyperV.Utils/Sources/WebsitePanel.HyperV.Utils/Properties/AssemblyInfo.cs
2011-07-13 16:07:32 -07:00

21 lines
No EOL
971 B
C#

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 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("Hyper-V Utilities")]
[assembly: AssemblyDescription("Utility to work with Hyper-V virtual resources.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("VmUtils")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 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("c72a836b-0d6e-482f-afba-8c03964d9933")]