diff --git a/TheGameExtreme.Android/Properties/AndroidManifest.xml b/TheGameExtreme.Android/Properties/AndroidManifest.xml
index cb1c31c..e1c2d4f 100644
--- a/TheGameExtreme.Android/Properties/AndroidManifest.xml
+++ b/TheGameExtreme.Android/Properties/AndroidManifest.xml
@@ -1,6 +1,6 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/TheGameExtreme.sln b/TheGameExtreme.sln
index 1a37b29..a3b7be5 100644
--- a/TheGameExtreme.sln
+++ b/TheGameExtreme.sln
@@ -6,7 +6,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheGameExtreme.Android", "T
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheGameExtreme.iOS", "TheGameExtreme.iOS\TheGameExtreme.iOS.csproj", "{37A0EC21-60A9-43D2-8B43-3851E1CB7932}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheGameExtreme", "TheGameExtreme\TheGameExtreme.csproj", "{8DE6C881-FF77-4CC4-B8C4-CDEDD9AB13B3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheGameExtreme", "TheGameExtreme\TheGameExtreme.csproj", "{8DE6C881-FF77-4CC4-B8C4-CDEDD9AB13B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUnitaire", "TestUnitaire\TestUnitaire.csproj", "{DAB0A3A0-CD99-4819-A813-01F10D77BAB1}"
EndProject
diff --git a/TheGameExtreme/TheGameExtreme.csproj b/TheGameExtreme/TheGameExtreme.csproj
index 1791075..bdb06a4 100644
--- a/TheGameExtreme/TheGameExtreme.csproj
+++ b/TheGameExtreme/TheGameExtreme.csproj
@@ -25,16 +25,12 @@
-
+
+
+
-
- MSBuild:Compile
-
-
- MSBuild:Compile
-
@@ -52,9 +48,6 @@
PublicResXFileCodeGenerator
AppResources.Designer.cs
-
- MSBuild:UpdateDesignTimeXaml
-
diff --git a/TheGameExtreme/view/App.xaml.cs b/TheGameExtreme/view/App.xaml.cs
index 3b6ffc4..ca30df4 100644
--- a/TheGameExtreme/view/App.xaml.cs
+++ b/TheGameExtreme/view/App.xaml.cs
@@ -1,4 +1,5 @@
using System;
+using TheGameExtreme.view;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
diff --git a/TheGameExtreme/view/HomePage.xaml b/TheGameExtreme/view/HomePage.xaml
index fd28ac7..2c7ff6b 100644
--- a/TheGameExtreme/view/HomePage.xaml
+++ b/TheGameExtreme/view/HomePage.xaml
@@ -1,22 +1,9 @@
-
-
-
-
-
-
-
-
-
- <
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
diff --git a/TheGameExtreme/view/HomePage.xaml.cs b/TheGameExtreme/view/HomePage.xaml.cs
index 357553f..4185041 100644
--- a/TheGameExtreme/view/HomePage.xaml.cs
+++ b/TheGameExtreme/view/HomePage.xaml.cs
@@ -1,36 +1,30 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
namespace TheGameExtreme.view
{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class HomePage : ContentView
+ public partial class HomePage : ContentPage
{
public HomePage()
{
InitializeComponent();
}
- /*void OpenGame(object sender, EventArgs args)
+ private void OpenGame(object sender, EventArgs args)
{
-
+
}
- async void OpenMultiPlayerMode(object sender, EventArgs args)
+ private void OpenMultiPlayerMode(object sender, EventArgs args)
{
- MultiPlayerMode.Open();
+ //MultiPlayerMode.Open();
}
- async void OpenSetting(object sender, EventArgs args)
+ private void OpenSetting(object sender, EventArgs args)
{
- Setting.Open();
+ //Setting.Open();
}
- */
}
-}
\ No newline at end of file
+}
diff --git a/TheGameExtreme/view/MainPage.xaml b/TheGameExtreme/view/MainPage.xaml
index c957131..1714771 100644
--- a/TheGameExtreme/view/MainPage.xaml
+++ b/TheGameExtreme/view/MainPage.xaml
@@ -5,7 +5,7 @@
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
- x:Class="TheGameExtreme.MainPage">
+ x:Class="TheGameExtreme.view.MainPage">
diff --git a/TheGameExtreme/view/MainPage.xaml.cs b/TheGameExtreme/view/MainPage.xaml.cs
index 50b1a01..5832463 100644
--- a/TheGameExtreme/view/MainPage.xaml.cs
+++ b/TheGameExtreme/view/MainPage.xaml.cs
@@ -11,7 +11,7 @@ using Xamarin.Forms.Xaml;
using TheGameExtreme.model.@event;
using TheGameExtreme.viewmodel;
-namespace TheGameExtreme
+namespace TheGameExtreme.view
{
// Learn more about making custom code visible in the Xamarin.Forms previewer
// by visiting https://aka.ms/xamarinforms-previewer
diff --git a/TheGameExtreme/view/MultiPlayerMode.xaml b/TheGameExtreme/view/MultiPlayerMode.xaml
deleted file mode 100644
index db7eb7e..0000000
--- a/TheGameExtreme/view/MultiPlayerMode.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/TheGameExtreme/view/MultiPlayerMode.xaml.cs b/TheGameExtreme/view/MultiPlayerMode.xaml.cs
index 85b5fb7..6d1cb80 100644
--- a/TheGameExtreme/view/MultiPlayerMode.xaml.cs
+++ b/TheGameExtreme/view/MultiPlayerMode.xaml.cs
@@ -1,20 +1,15 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
namespace TheGameExtreme.view
{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class MultiPlayerMode : ContentView
+ public partial class MultiPlayerMode : ContentPage
{
public MultiPlayerMode()
{
InitializeComponent();
}
}
-}
\ No newline at end of file
+}
diff --git a/TheGameExtreme/view/MultiplayerMode.xaml b/TheGameExtreme/view/MultiplayerMode.xaml
new file mode 100644
index 0000000..79e19bd
--- /dev/null
+++ b/TheGameExtreme/view/MultiplayerMode.xaml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TheGameExtreme/view/Setting.xaml b/TheGameExtreme/view/Setting.xaml
deleted file mode 100644
index d795ded..0000000
--- a/TheGameExtreme/view/Setting.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/TheGameExtreme/view/Setting.xaml.cs b/TheGameExtreme/view/Setting.xaml.cs
deleted file mode 100644
index e4e94d2..0000000
--- a/TheGameExtreme/view/Setting.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 TheGameExtreme.view
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class Setting : ContentView
- {
- public Setting()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/TheGameExtreme/view/Settings.xaml b/TheGameExtreme/view/Settings.xaml
new file mode 100644
index 0000000..7d932b8
--- /dev/null
+++ b/TheGameExtreme/view/Settings.xaml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TheGameExtreme/view/Settings.xaml.cs b/TheGameExtreme/view/Settings.xaml.cs
new file mode 100644
index 0000000..52aac0e
--- /dev/null
+++ b/TheGameExtreme/view/Settings.xaml.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+
+using Xamarin.Forms;
+
+namespace TheGameExtreme.view
+{
+ public partial class Settings : ContentPage
+ {
+ public Settings()
+ {
+ InitializeComponent();
+ }
+ }
+}