summaryrefslogtreecommitdiff
path: root/Source/version.cs
diff options
context:
space:
mode:
authorGravatar mikebarnett <unknown>2010-07-30 04:12:05 +0000
committerGravatar mikebarnett <unknown>2010-07-30 04:12:05 +0000
commitb16618051e08f0b286e9f2171bdf6ed5efa552b1 (patch)
treec02778a49d4405bba59c12630d793e98060f49b3 /Source/version.cs
parent4a9e9a62ff2d9a530e56c8ed9c3f6bae2b9bf8d4 (diff)
Made consistent the way all of the C# projects sign themselves and include the version information.
Diffstat (limited to 'Source/version.cs')
-rw-r--r--Source/version.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/version.cs b/Source/version.cs
new file mode 100644
index 00000000..2804c330
--- /dev/null
+++ b/Source/version.cs
@@ -0,0 +1,8 @@
+//-----------------------------------------------------------------------------
+//
+// Copyright (C) Microsoft Corporation. All Rights Reserved.
+//
+//-----------------------------------------------------------------------------
+using System.Reflection;
+[assembly: AssemblyVersion("2.0.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.0")]