diff SilverlightValidation/SilverlightValidation.Tests/Properties/AssemblyInfo.cs @ 96:188f8b366e87

Unit test project correctly setup as normal class library DLL.
author stevenhollidge <stevenhollidge@hotmail.com>
date Sat, 05 May 2012 13:29:56 +0100
parents be4d751f6bff
children 572886951353
line wrap: on
line diff
--- a/SilverlightValidation/SilverlightValidation.Tests/Properties/AssemblyInfo.cs	Sat May 05 11:07:41 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/Properties/AssemblyInfo.cs	Sat May 05 13:29:56 2012 +0100
@@ -1,6 +1,4 @@
-// Copyright ©  2012
-
-using System.Reflection;
+using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
@@ -22,7 +20,7 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("1196b633-7f87-485e-bd47-f3d2943a59e4")]
+[assembly: Guid("843ea0ec-635f-4592-b3e6-5893be73bc5e")]
 
 // Version information for an assembly consists of the following four values:
 //
@@ -31,7 +29,8 @@
 //      Build Number
 //      Revision
 //
-// You can specify all the values or you can default the Revision and Build Numbers 
+// You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
 [assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("1.0.0.0")]