tuto_bindablelayout / BindableLayoutSample / BindableLayoutSample.Android / Properties / AssemblyInfo.cs @ 61fbfe25
Historique | Voir | Annoter | Télécharger (1,077 ko)
1 |
using System.Reflection; |
---|---|
2 |
using System.Runtime.InteropServices; |
3 |
using Android.App; |
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: AssemblyTitle("BindableLayoutSample.Android")] |
9 |
[assembly: AssemblyDescription("")] |
10 |
[assembly: AssemblyConfiguration("")] |
11 |
[assembly: AssemblyCompany("")] |
12 |
[assembly: AssemblyProduct("BindableLayoutSample.Android")] |
13 |
[assembly: AssemblyCopyright("Copyright © 2014")] |
14 |
[assembly: AssemblyTrademark("")] |
15 |
[assembly: AssemblyCulture("")] |
16 |
[assembly: ComVisible(false)] |
17 |
|
18 |
// Version information for an assembly consists of the following four values: |
19 |
// |
20 |
// Major Version |
21 |
// Minor Version |
22 |
// Build Number |
23 |
// Revision |
24 |
[assembly: AssemblyVersion("1.0.0.0")] |
25 |
[assembly: AssemblyFileVersion("1.0.0.0")] |
26 |
|
27 |
// Add some common permissions, these can be removed if not needed |
28 |
[assembly: UsesPermission(Android.Manifest.Permission.Internet)] |
29 |
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)] |