Statistiques
| Révision:

xamarin / SicpaXamDevice / trunk / Sicpa.Xam.Device.Droid / Properties / AssemblyInfo.cs @ 5

Historique | Voir | Annoter | Télécharger (946 octets)

1
using System.Reflection;
2
using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4
using Android.App;
5

    
6
// General Information about an assembly is controlled through the following 
7
// set of attributes. Change these attribute values to modify the information
8
// associated with an assembly.
9
[assembly: AssemblyTitle("Sicpa.Xam.Device.Droid")]
10
[assembly: AssemblyDescription("")]
11
[assembly: AssemblyConfiguration("")]
12
[assembly: AssemblyCompany("")]
13
[assembly: AssemblyProduct("Sicpa.Xam.Device.Droid")]
14
[assembly: AssemblyCopyright("Copyright ©  2018")]
15
[assembly: AssemblyTrademark("")]
16
[assembly: AssemblyCulture("")]
17
[assembly: ComVisible(false)]
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
[assembly: AssemblyVersion("1.0.0.0")]
26
[assembly: AssemblyFileVersion("1.0.0.0")]