diff --git a/MobailApp.csproj b/MobailApp.csproj index 04a027a..a6970aa 100644 --- a/MobailApp.csproj +++ b/MobailApp.csproj @@ -62,4 +62,10 @@ + + + MSBuild:Compile + + + diff --git a/MobailApp.csproj.user b/MobailApp.csproj.user index 891593c..64111f6 100644 --- a/MobailApp.csproj.user +++ b/MobailApp.csproj.user @@ -6,6 +6,11 @@ Windows Machine + + Designer + + + Designer diff --git a/NewPage1.xaml b/NewPage1.xaml new file mode 100644 index 0000000..51760a3 --- /dev/null +++ b/NewPage1.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/NewPage1.xaml.cs b/NewPage1.xaml.cs new file mode 100644 index 0000000..f78e1e0 --- /dev/null +++ b/NewPage1.xaml.cs @@ -0,0 +1,9 @@ +namespace MobailApp; + +public partial class NewPage1 : ContentPage +{ + public NewPage1() + { + InitializeComponent(); + } +} \ No newline at end of file