ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono-xml-linq/EmuXPortal.Versioning/Properties/AssemblyInfo.cs
Revision: 329
Committed: Tue Dec 19 00:57:24 2017 UTC (5 years, 9 months ago) by william
File size: 1011 byte(s)
Log Message:
+ creating a branch to load xml data using linq

File Contents

# Content
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 // Information about this assembly is defined by the following attributes.
5 // Change them to the values specific to your project.
6
7 [assembly: AssemblyTitle ("EmuXPortalVersioning")]
8 [assembly: AssemblyDescription ("")]
9 [assembly: AssemblyConfiguration ("")]
10 [assembly: AssemblyCompany ("")]
11 [assembly: AssemblyProduct ("")]
12 [assembly: AssemblyCopyright ("william")]
13 [assembly: AssemblyTrademark ("")]
14 [assembly: AssemblyCulture ("")]
15
16 // Version information for an assembly consists of the following four values:
17 //
18 // Major Version
19 // Minor Version
20 // Build Number
21 // Revision
22 //
23 // You can specify all the values or you can default the Build and Revision Numbers
24 // by using the '*' as shown below:
25 // [assembly: AssemblyVersion("1.0.*")]
26 [assembly: AssemblyVersion(EmuXPortal.Versioning.VersionInformation.AssemblyVersion)]
27 [assembly: AssemblyFileVersion(EmuXPortal.Versioning.VersionInformation.AssemblyFileVersion)]