diff options
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml')
-rw-r--r-- | Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml b/Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml new file mode 100644 index 00000000..05a2d9fc --- /dev/null +++ b/Xamarin.Forms.Xaml.UnitTests/IsCompiledSkip.xaml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Xaml.UnitTests.IsCompiledSkip"> + <ContentPage.Content> + </ContentPage.Content> +</ContentPage> |