Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2498 - 1
using System.Reflection;
2
using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4
 
5
// General Information about an assembly is controlled through the following 
6
// set of attributes. Change these attribute values to modify the information
7
// associated with an assembly.
8
[assembly: AssemblyCulture("")]
9
[assembly: AssemblyCompany("Universe")]
10
[assembly: AssemblyCopyright("Copyright © Universe 2015")]
11
[assembly: AssemblyTrademark("email@radioman.lt")]
12
 
13
#if DEBUG
14
[assembly: AssemblyConfiguration("Debug")]
15
#else
16
[assembly: AssemblyConfiguration("Release")]
17
#endif
18
 
19
// Version information for an assembly consists of the following four values:
20
//
21
//      Major Version
22
//      Minor Version 
23
//      Build Number
24
//      Revision
25
//
26
// You can specify all the values or you can default the Build and Revision Numbers 
27
// by using the '*' as shown below:
28
// [assembly: AssemblyVersion("1.0.*")]
29
[assembly: AssemblyVersion("1.7")]  
30
[assembly: AssemblyInformationalVersion("1.7")]
31
 
32
#if !PocketPC
33
[assembly: AssemblyFileVersion("1.7")]
34
#endif