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

--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/28 10:15:00	184
+++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl	2012/05/28 10:21:03	185
@@ -16,12 +16,13 @@ using System.Runtime.InteropServices;
 //      Revision
 //      Build
 [assembly: AssemblyVersion("1.0.0.$WCREV$")] 
-[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: AssemblyFileVersion("1.0.0.$WCREV$")]
+#if DEBUG && !RELEASE
+[assembly: AssemblyConfiguration("Debug")]
+[assembly: AssemblyFileVersion("1.0.0.182-debug")]
+#endif
+#if RELEASE
+[assembly: AssemblyConfiguration("Release")]
+[assembly: AssemblyFileVersion("1.0.0.182-release")]
+#endif
 //[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)]