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