From eb79ff842e701ca4d2c9e1c9d02f654fd2c0f058 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 14 Sep 2016 22:56:17 +0100 Subject: Remove iOS classic from CI system (#353) * [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_ --- .../Properties/AssemblyInfo.cs | 37 ------------ ....Forms.Platform.iOS.Classic (Forwarders).csproj | 65 ---------------------- 2 files changed, 102 deletions(-) delete mode 100644 Stubs/Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs delete mode 100644 Stubs/Xamarin.Forms.Platform.iOS.Classic/Xamarin.Forms.Platform.iOS.Classic (Forwarders).csproj (limited to 'Stubs') diff --git a/Stubs/Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs b/Stubs/Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs deleted file mode 100644 index 43f81582..00000000 --- a/Stubs/Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,37 +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.Platform.iOS.Classic")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("Xamarin.Forms.Platform.iOS.Classic")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] -[assembly: InternalsVisibleTo ("Xamarin.Forms.Core")] - -// 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 ("fa4af8a0-f4f1-41b4-a463-a8b5b8fc5b8b")] - -// 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")] diff --git a/Stubs/Xamarin.Forms.Platform.iOS.Classic/Xamarin.Forms.Platform.iOS.Classic (Forwarders).csproj b/Stubs/Xamarin.Forms.Platform.iOS.Classic/Xamarin.Forms.Platform.iOS.Classic (Forwarders).csproj deleted file mode 100644 index 71212660..00000000 --- a/Stubs/Xamarin.Forms.Platform.iOS.Classic/Xamarin.Forms.Platform.iOS.Classic (Forwarders).csproj +++ /dev/null @@ -1,65 +0,0 @@ - - - - Debug - iPhoneSimulator - 8.0.30703 - 2.0 - {3E443AEF-3EC0-48C4-A524-7C6996339E1B} - {6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - Xamarin.Forms.Platform - Resources - Xamarin.Forms.Platform - - - true - full - false - bin\iPhone\Debug - DEBUG - prompt - 4 - false - true - iPhone Developer - true - - - none - true - bin\iPhone\Release - prompt - 4 - false - iPhone Developer - true - - - true - - - - Xamarin.Forms.Platform.cs - - - - - - {57b8b73d-c3b5-4c42-869e-7b2f17d354ac} - Xamarin.Forms.Core - - - {4a47b5df-ddfc-476b-ac41-5105ff3b9b8b} - Xamarin.Forms.Platform.iOS.Classic - false - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3