summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/TargetPlatform.cs
blob: 62fbda09743e2fa3a8b710ed907475fbcff3af2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Xamarin.Forms
{
	public enum TargetPlatform
	{
		Other,
		iOS,
		Android,
		WinPhone,
		Windows,
		Tizen
	}
}