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

--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/09 14:18:27	51
+++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/09 14:22:58	52
@@ -1,16 +1,11 @@
 using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
-
-
-
 [assembly: AssemblyVersion("1.0.$WCREV$.0")]
 #if DEBUG
 [assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")]
 [assembly: AssemblyConfiguration("Debug")]
-[assembly: AssemblyDescription("Flavor=Debug")] // a.k.a. "Comments"
 #else
 [assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")]
-[assembly: AssemblyConfiguration("Retail")]
-[assembly: AssemblyDescription("Flavor=Retail")] // a.k.a. "Comments"
+[assembly: AssemblyConfiguration("Release")]
 #endif