diff --git a/Sources/Linaris/AlbumPage.xaml b/Sources/Linaris/AlbumPage.xaml
index 0cce3f9..9aebfa2 100644
--- a/Sources/Linaris/AlbumPage.xaml
+++ b/Sources/Linaris/AlbumPage.xaml
@@ -16,7 +16,8 @@
-
+
+
diff --git a/Sources/Linaris/FooterPage.xaml.cs b/Sources/Linaris/FooterPage.xaml.cs
index 64b0c9f..18f18ab 100644
--- a/Sources/Linaris/FooterPage.xaml.cs
+++ b/Sources/Linaris/FooterPage.xaml.cs
@@ -19,7 +19,8 @@ public partial class FooterPage : ContentView
// (s,a) = convention, s = sender, a = arguments, si appli fermée, on free tout
outputDevice.PlaybackStopped += PlaybackStoppedHandler;
- morceauEnCours = "U:\\Utils\\Musics\\peaches.mp3";
+ // morceauEnCours = "Musics/peaches.mp3";
+ morceauEnCours = Path.Combine(AppContext.BaseDirectory, "Resources", "Musics", "winter.mp3");
audioFile = new AudioFileReader(morceauEnCours);
outputDevice.Init(audioFile);
}
diff --git a/Sources/Linaris/Layout.xaml b/Sources/Linaris/Layout.xaml
new file mode 100644
index 0000000..77c37f7
--- /dev/null
+++ b/Sources/Linaris/Layout.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Linaris/Layout.xaml.cs b/Sources/Linaris/Layout.xaml.cs
new file mode 100644
index 0000000..79f1b91
--- /dev/null
+++ b/Sources/Linaris/Layout.xaml.cs
@@ -0,0 +1,9 @@
+namespace Linaris;
+
+public partial class Layout : ContentView
+{
+ public Layout()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj
index bbcc06b..bba3941 100644
--- a/Sources/Linaris/Linaris.csproj
+++ b/Sources/Linaris/Linaris.csproj
@@ -72,6 +72,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
@@ -86,4 +89,13 @@
+
+
+ Always
+
+
+ Always
+
+
+
diff --git a/Sources/Linaris/LocalFilesPage.xaml b/Sources/Linaris/LocalFilesPage.xaml
index d3130c9..397027f 100644
--- a/Sources/Linaris/LocalFilesPage.xaml
+++ b/Sources/Linaris/LocalFilesPage.xaml
@@ -14,7 +14,7 @@
-
+
diff --git a/Sources/Linaris/MainPage.xaml b/Sources/Linaris/MainPage.xaml
index 539df24..846dbe6 100644
--- a/Sources/Linaris/MainPage.xaml
+++ b/Sources/Linaris/MainPage.xaml
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Sources/Linaris/PlaylistPage.xaml b/Sources/Linaris/PlaylistPage.xaml
index b5ed7e4..de2b10d 100644
--- a/Sources/Linaris/PlaylistPage.xaml
+++ b/Sources/Linaris/PlaylistPage.xaml
@@ -15,7 +15,9 @@
-
+
+
+
diff --git a/Sources/Linaris/PlaylistsPage.xaml b/Sources/Linaris/PlaylistsPage.xaml
index 02d2cd6..dbfab29 100644
--- a/Sources/Linaris/PlaylistsPage.xaml
+++ b/Sources/Linaris/PlaylistsPage.xaml
@@ -12,7 +12,7 @@
-
+
diff --git a/Sources/Linaris/Resources/Musics/winter.mp3 b/Sources/Linaris/Resources/Musics/winter.mp3
new file mode 100644
index 0000000..1c6541b
Binary files /dev/null and b/Sources/Linaris/Resources/Musics/winter.mp3 differ
diff --git a/Sources/Linaris/Resources/Styles/Styles.xaml b/Sources/Linaris/Resources/Styles/Styles.xaml
index f4d8a4f..6c08898 100644
--- a/Sources/Linaris/Resources/Styles/Styles.xaml
+++ b/Sources/Linaris/Resources/Styles/Styles.xaml
@@ -18,16 +18,6 @@
-
-
-
-
-
-
-
-
-
-
-
-