AssemblyInfo.cs (1136B)
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("AttendanceSupport.Android")] 10 [assembly: AssemblyDescription("")] 11 [assembly: AssemblyConfiguration("")] 12 [assembly: AssemblyCompany("")] 13 [assembly: AssemblyProduct("AttendanceSupport.Android")] 14 [assembly: AssemblyCopyright("Copyright © 2014")] 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")] 27 28 // Add some common permissions, these can be removed if not needed 29 [assembly: UsesPermission(Android.Manifest.Permission.Internet)] 30 [assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]