From 17fdde66d94155fc62a034fa6658995bef6fd6e5 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 22 Mar 2016 13:02:25 -0700 Subject: Initial import --- Xamarin.Forms.Platform.WinRT/PlatformEffect.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Xamarin.Forms.Platform.WinRT/PlatformEffect.cs (limited to 'Xamarin.Forms.Platform.WinRT/PlatformEffect.cs') diff --git a/Xamarin.Forms.Platform.WinRT/PlatformEffect.cs b/Xamarin.Forms.Platform.WinRT/PlatformEffect.cs new file mode 100644 index 00000000..cd2991eb --- /dev/null +++ b/Xamarin.Forms.Platform.WinRT/PlatformEffect.cs @@ -0,0 +1,14 @@ +using Windows.UI.Xaml; + +#if WINDOWS_UWP + +namespace Xamarin.Forms.Platform.UWP +#else + +namespace Xamarin.Forms.Platform.WinRT +#endif +{ + public abstract class PlatformEffect : PlatformEffect + { + } +} \ No newline at end of file -- cgit v1.2.3