ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl
Revision: 52
Committed: Wed May 9 14:22:58 2012 UTC (11 years, 6 months ago) by william
File size: 384 byte(s)
Log Message:

File Contents

# Content
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
4 [assembly: AssemblyVersion("1.0.$WCREV$.0")]
5 #if DEBUG
6 [assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")]
7 [assembly: AssemblyConfiguration("Debug")]
8 #else
9 [assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")]
10 [assembly: AssemblyConfiguration("Release")]
11 #endif