From b15ee30765184944d2adf0917de1e6d4b5454853 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 24 Jun 2016 17:05:42 +0100 Subject: =?UTF-8?q?[UITest]=C2=A0Update=20to=201.3.8,=20remove=20old=20pro?= =?UTF-8?q?jects=20=20(#240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [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 --- .../Properties/AssemblyInfo.cs | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 Xamarin.Forms.iOS.UITests/Properties/AssemblyInfo.cs (limited to 'Xamarin.Forms.iOS.UITests/Properties/AssemblyInfo.cs') diff --git a/Xamarin.Forms.iOS.UITests/Properties/AssemblyInfo.cs b/Xamarin.Forms.iOS.UITests/Properties/AssemblyInfo.cs deleted file mode 100644 index 7ff77aac..00000000 --- a/Xamarin.Forms.iOS.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.iOS.UITests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Xamarin.Forms.iOS.UITests")] -[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("6269ddd8-ec05-4638-97ec-939651fec5a8")] - -// 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")] -- cgit v1.2.3