Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 19
/trunk/Widow/Constants.cs
@@ -1,4 +1,5 @@
using System.Reflection;
using System.Runtime.InteropServices;
 
namespace Widow
{
@@ -10,6 +11,9 @@
 
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
}
}