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 184 by william, Mon May 28 10:14:03 2012 UTC vs.
Revision 185 by william, Mon May 28 10:21:03 2012 UTC

# Line 16 | Line 16 | using System.Runtime.InteropServices;
16   //      Revision
17   //      Build
18   [assembly: AssemblyVersion("1.0.0.$WCREV$")]
19 < [assembly: AssemblyFileVersion("1.0.0.$WCREV$")]
20 < //#if DEBUG
21 < //[assembly: AssemblyConfiguration("Debug")]
22 < //[assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")]
23 < //#else
24 < //[assembly: AssemblyConfiguration("Release")]
25 < //[assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")]
26 < //#endif
19 > //[assembly: AssemblyFileVersion("1.0.0.$WCREV$")]
20 > #if DEBUG && !RELEASE
21 > [assembly: AssemblyConfiguration("Debug")]
22 > [assembly: AssemblyFileVersion("1.0.0.182-debug")]
23 > #endif
24 > #if RELEASE
25 > [assembly: AssemblyConfiguration("Release")]
26 > [assembly: AssemblyFileVersion("1.0.0.182-release")]
27 > #endif
28   //[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines