diff --git a/WpfApp1/AddAShark.xaml b/WpfApp1/AddAShark.xaml index 56b3c4d..44b0523 100644 --- a/WpfApp1/AddAShark.xaml +++ b/WpfApp1/AddAShark.xaml @@ -13,6 +13,8 @@ + + diff --git a/WpfApp1/View1.xaml b/WpfApp1/View1.xaml deleted file mode 100644 index 7bbada9..0000000 --- a/WpfApp1/View1.xaml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/WpfApp1/View1.xaml.cs b/WpfApp1/View1.xaml.cs deleted file mode 100644 index 495c620..0000000 --- a/WpfApp1/View1.xaml.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -using Xamarin.Forms; -using Xamarin.Forms.Xaml; - -namespace WpfApp1 -{ - [XamlCompilation(XamlCompilationOptions.Compile)] - public partial class View1 : ContentView - { - public View1() - { - InitializeComponent(); - } - } -} \ No newline at end of file diff --git a/WpfApp1/WpfApp1.csproj b/WpfApp1/WpfApp1.csproj index 8c200ac..5dd9341 100644 --- a/WpfApp1/WpfApp1.csproj +++ b/WpfApp1/WpfApp1.csproj @@ -10,10 +10,4 @@ - - - MSBuild:UpdateDesignTimeXaml - - -