From 7734da46fd7ec420a2986154dfc310abfd5fb49f Mon Sep 17 00:00:00 2001 From: thchazot1 Date: Wed, 13 Apr 2022 16:01:41 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9ussite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WpfApp1/AddAShark.xaml | 2 ++ WpfApp1/View1.xaml | 10 ---------- WpfApp1/View1.xaml.cs | 20 -------------------- WpfApp1/WpfApp1.csproj | 6 ------ 4 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 WpfApp1/View1.xaml delete mode 100644 WpfApp1/View1.xaml.cs 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 - - -