summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Android.UITests/Properties
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2016-06-24 17:05:42 +0100
committerGitHub <noreply@github.com>2016-06-24 17:05:42 +0100
commitb15ee30765184944d2adf0917de1e6d4b5454853 (patch)
tree9321416be359b9ee668508d22105e9fc339dccfd /Xamarin.Forms.Android.UITests/Properties
parente5dd925ee5efe8d931aa8f1cbfc13d793faee567 (diff)
downloadxamarin-forms-b15ee30765184944d2adf0917de1e6d4b5454853.tar.gz
xamarin-forms-b15ee30765184944d2adf0917de1e6d4b5454853.tar.bz2
xamarin-forms-b15ee30765184944d2adf0917de1e6d4b5454853.zip
[UITest] Update to 1.3.8, remove old projects (#240)
* [UITests] Update to Xamarin UItest 1.3.8 * Remove legacy UITest projects * Remove issue that uses reference to controls * Update Xamarin.Forms.Core.iOS.UITests.csproj * Update Xamarin.Forms.Core.Android.UITests.csproj
Diffstat (limited to 'Xamarin.Forms.Android.UITests/Properties')
-rw-r--r--Xamarin.Forms.Android.UITests/Properties/AssemblyInfo.cs36
1 files changed, 0 insertions, 36 deletions
diff --git a/Xamarin.Forms.Android.UITests/Properties/AssemblyInfo.cs b/Xamarin.Forms.Android.UITests/Properties/AssemblyInfo.cs
deleted file mode 100644
index 99b6aa63..00000000
--- a/Xamarin.Forms.Android.UITests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Xamarin.Forms.Android.UITest")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Xamarin.Forms.Android.UITest")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("fd80e73b-7225-40ce-b38d-350c5487a0df")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]