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 52 by william, Wed May 9 14:22:58 2012 UTC

# Line 1 | Line 1
1   using System.Reflection;
2   using System.Runtime.CompilerServices;
3   using System.Runtime.InteropServices;
4
5
6
4   [assembly: AssemblyVersion("1.0.$WCREV$.0")]
5   #if DEBUG
6   [assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")]
7   [assembly: AssemblyConfiguration("Debug")]
11 [assembly: AssemblyDescription("Flavor=Debug")] // a.k.a. "Comments"
8   #else
9   [assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")]
10 < [assembly: AssemblyConfiguration("Retail")]
15 < [assembly: AssemblyDescription("Flavor=Retail")] // a.k.a. "Comments"
10 > [assembly: AssemblyConfiguration("Release")]
11   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines