ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl
Revision: 195
Committed: Mon May 28 10:37:53 2012 UTC (10 years, 10 months ago) by william
File size: 1139 byte(s)
Log Message:
[assembly: AssemblyVersion("1.0.1.$WCREV$")] (increase build to 1)
1.0.1.* features:
+ Memory dump to file
+ Process selector can not be docked in window
+ other enhancments

File Contents

# User Rev Content
1 william 53 // This file contains common AssemblyVersion data to be shared across all projects in this solution.
2     using System.Reflection;
3 william 117 using System.Runtime.InteropServices;
4 william 53 [assembly: AssemblyCompany("Network Solutions")]
5     [assembly: AssemblyCopyright("Copyright © NeoH4x0r 2012")]
6     [assembly: AssemblyTrademark("")]
7     [assembly: AssemblyCulture("")]
8     // Setting ComVisible to false makes the types in this assembly not visible
9     // to COM components. If you need to access a type in this assembly from
10     // COM, set the ComVisible attribute to true on that type.
11     [assembly: ComVisible(false)]
12     // Version information for an assembly consists of the following four values:
13     //
14     // Major Version
15     // Minor Version
16     // Revision
17     // Build
18 william 195 [assembly: AssemblyVersion("1.0.1.$WCREV$")]
19 william 185 #if DEBUG && !RELEASE
20     [assembly: AssemblyConfiguration("Debug")]
21 william 195 [assembly: AssemblyFileVersion("1.0.1.$WCREV$-debug")]
22 william 185 #endif
23     #if RELEASE
24     [assembly: AssemblyConfiguration("Release")]
25 william 195 [assembly: AssemblyFileVersion("1.0.1.$WCREV$-release")]
26 william 185 #endif
27 william 172 //[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)]