Widow – Rev 19

Subversion Repositories:
Rev:
using System.Reflection;
using System.Runtime.InteropServices;

namespace Widow
{
    public static class Constants
    {
        #region Static Fields and Constants

        public static readonly string AssemblyName = Assembly.GetEntryAssembly().GetName().Name;

        public static readonly string AssemblyVersion = Assembly.GetEntryAssembly().GetName().Version.ToString();

        public static readonly string AssemblyGuid =
            ((GuidAttribute) Assembly.GetEntryAssembly().GetCustomAttributes(typeof(GuidAttribute), true)[0]).Value;

        #endregion
    }
}

Generated by GNU Enscript 1.6.5.90.