ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl
(Generate patch)

Comparing trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl (file contents):
Revision 52 by william, Wed May 9 14:22:58 2012 UTC vs.
Revision 53 by william, Wed May 9 14:52:52 2012 UTC

--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/09 14:22:58	52
+++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/09 14:52:52	53
@@ -1,11 +1,25 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-[assembly: AssemblyVersion("1.0.$WCREV$.0")]
+// This file contains common AssemblyVersion data to be shared across all projects in this solution.
+using System.Reflection;
+using System.Runtime.InteropServices;    
+[assembly: AssemblyCompany("Network Solutions")]
+[assembly: AssemblyCopyright("Copyright © NeoH4x0r 2012")]
+[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)]
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version
+//      Revision
+//      Build
+[assembly: AssemblyVersion("1.0.0.$WCREV$")] 
 #if DEBUG
-[assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")]
 [assembly: AssemblyConfiguration("Debug")]
+[assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")]
 #else
-[assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")]
 [assembly: AssemblyConfiguration("Release")]
+[assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")]
 #endif