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 51 by william, Wed May 9 14:18:27 2012 UTC vs.
Revision 53 by william, Wed May 9 14:52:52 2012 UTC

# Line 1 | Line 1
1 < using System.Reflection;
2 < using System.Runtime.CompilerServices;
3 < using System.Runtime.InteropServices;
4 <
5 <
6 <
7 < [assembly: AssemblyVersion("1.0.$WCREV$.0")]
1 > // This file contains common AssemblyVersion data to be shared across all projects in this solution.
2 > using System.Reflection;
3 > using System.Runtime.InteropServices;    
4 > [assembly: AssemblyCompany("Network Solutions")]
5 > [assembly: AssemblyCopyright("Copyright © NeoH4x0r 2012")]
6 > [assembly: AssemblyTrademark("")]
7 > [assembly: AssemblyCulture("")]
8 > // Setting ComVisible to false makes the types in this assembly not visible
9 > // to COM components.  If you need to access a type in this assembly from
10 > // COM, set the ComVisible attribute to true on that type.
11 > [assembly: ComVisible(false)]
12 > // Version information for an assembly consists of the following four values:
13 > //
14 > //      Major Version
15 > //      Minor Version
16 > //      Revision
17 > //      Build
18 > [assembly: AssemblyVersion("1.0.0.$WCREV$")]
19   #if DEBUG
9 [assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")]
20   [assembly: AssemblyConfiguration("Debug")]
21 < [assembly: AssemblyDescription("Flavor=Debug")] // a.k.a. "Comments"
21 > [assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")]
22   #else
23 < [assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")]
24 < [assembly: AssemblyConfiguration("Retail")]
15 < [assembly: AssemblyDescription("Flavor=Retail")] // a.k.a. "Comments"
23 > [assembly: AssemblyConfiguration("Release")]
24 > [assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")]
25   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines