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 181 by william, Mon May 28 09:15:17 2012 UTC vs.
Revision 182 by william, Mon May 28 10:08:44 2012 UTC

--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/28 10:03:08	181
+++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/28 10:08:44	182
@@ -16,11 +16,12 @@ using System.Runtime.InteropServices;
 //      Revision
 //      Build
 [assembly: AssemblyVersion("1.0.0.$WCREV$")] 
-#if DEBUG
-[assembly: AssemblyConfiguration("Debug")]
-[assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")]
-#else
-[assembly: AssemblyConfiguration("Release")]
-[assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")]
+[assembly: AssemblyFileVersion("1.0.0.$WCREV$")]
+//#if DEBUG
+//[assembly: AssemblyConfiguration("Debug")]
+//[assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")]
+//#else
+//[assembly: AssemblyConfiguration("Release")]
+//[assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")]
 #endif
 //[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)]