Profile24, che comprende Silverlight
è il più stretto che si sta per ottenere, mentre includere Xamarin.iOS
e Xamarin.Android
FYI: Sono totalmente d'accordo con il suggerimento di Matt di utilizzare Profile111 se si sta andando nella direzione libreria PCL. A volte per i nostri progetti, è "più veloce" ($/tempo) andare semplicemente con "Progetti condivisi" e utilizzare # if/# else/# nel codice condiviso quando necessario. Le librerie PCL sono ideali per la condivisione, ma la direzione del progetto condivisa può risolvere il problema di oggi ... ;-)
A partire dalla versione Xamarin 4.1 sono stati creati due nuovi profili aggiunto:
Profile 44 (.NET Framework 4.5.1, Windows 8.1) (netstandard 1.2)
Profile 151 (.NET Framework 4.5.1, Windows 8.1, Windows Phone 8.1) (netstandard 1.2)
vecchi:
Profile 5 (.NET Framework 4, Windows 8)
Profile 6 (.NET Framework 4.0.3, Windows 8)
Profile 7 (.NET Framework 4.5, Windows 8)
Profile 14 (.NET Framework 4, Silverlight 5)
Profile 19 (.NET Framework 4.0.3, Silverlight 5)
Profile 24 (.NET Framework 4.5, Silverlight 5)
Profile 37 (.NET Framework 4, Silverlight 5, Windows 8)
Profile 42 (.NET Framework 4.0.3, Silverlight 5, Windows 8)
Profile 47 (.NET Framework 4.5, Silverlight 5, Windows 8)
Profile 49 (.NET Framework 4.5, Windows Phone Silverlight 8)
Profile 78 (.NET Framework 4.5, Windows 8, Windows Phone Silverlight 8)
Profile 92 (.NET Framework 4, Windows 8, Windows Phone 8.1)
Profile 102 (.NET Framework 4.0.3, Windows 8, Windows Phone 8.1)
Profile 111 (.NET Framework 4.5, Windows 8, Windows Phone 8.1)
Profile 136 (.NET Framework 4, Silverlight 5, Windows 8, Windows Phone Silverlight 8)
Profile 147 (.NET Framework 4.0.3, Silverlight 5, Windows 8, Windows Phone Silverlight 8)
Profile 158 (.NET Framework 4.5, Silverlight 5, Windows 8, Windows Phone Silverlight 8)
Profile 225 (.NET Framework 4, Silverlight 5, Windows 8, Windows Phone 8.1)
Profile 255 (.NET Framework 4.5, Silverlight 5, Windows 8, Windows Phone 8.1)
Profile 259 (.NET Framework 4.5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8)
Profile 328 (.NET Framework 4, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8)
Profile 336 (.NET Framework 4.0.3, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8)
Profile 344 (.NET Framework 4.5, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8)
http://danrigby.com/2014/05/14/supported-pcl-profiles-xamarin-for-visual-studio-2/
Come faccio riferimento Profile111 nel mio progetto? Ho provato ad impostarlo manualmente nel file di progetto, ma VS ha detto che non è installato. –
Microsoft ha un download separato per includere gli assembly di riferimento, se non li si è già installati @ http://www.microsoft.com/en-us/download/details.aspx?id=40727 – SushiHangover