diff --git a/Sources/Console/Console.csproj b/Sources/Console/Console.csproj index e171fb5..b491ec4 100644 --- a/Sources/Console/Console.csproj +++ b/Sources/Console/Console.csproj @@ -8,11 +8,13 @@ - + + + - + diff --git a/Sources/Linaris.sln b/Sources/Linaris.sln index e01685e..45bb19a 100644 --- a/Sources/Linaris.sln +++ b/Sources/Linaris.sln @@ -4,12 +4,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 VisualStudioVersion = 17.0.31611.283 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linaris", "Linaris\Linaris.csproj", "{9E6281F7-95F6-472C-B268-894CE377C8A9}" + ProjectSection(ProjectDependencies) = postProject + {AA1DB94B-8273-437F-A07A-BB1F5F0D278D} = {AA1DB94B-8273-437F-A07A-BB1F5F0D278D} + EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{BB50C1E3-5A9A-40AF-8CD7-55B41064290B}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{AA1DB94B-8273-437F-A07A-BB1F5F0D278D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUnitaires", "TestUnitaires\TestUnitaires.csproj", "{8B0671CF-1302-4244-8837-916E632007E2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUnitaires", "TestUnitaires\TestUnitaires.csproj", "{8B0671CF-1302-4244-8837-916E632007E2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Sources/Linaris/App.xaml.cs b/Sources/Linaris/App.xaml.cs index 8aa73c9..32a6c67 100644 --- a/Sources/Linaris/App.xaml.cs +++ b/Sources/Linaris/App.xaml.cs @@ -1,8 +1,16 @@ -namespace Linaris; +using Model.Serialization; +using Model.Stub; +using Model; + +namespace Linaris; public partial class App : Application { - public App() + static IDataManager DataManager = new LinqXmlSerialization(); + + public static Manager Manager = new Manager(DataManager); + + public App() { InitializeComponent(); diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj index 244b651..6dd909a 100644 --- a/Sources/Linaris/Linaris.csproj +++ b/Sources/Linaris/Linaris.csproj @@ -59,6 +59,10 @@ + + + + AlbumPage.xaml diff --git a/Sources/Linaris/LocalFilesPage.xaml b/Sources/Linaris/LocalFilesPage.xaml index 397027f..155a70b 100644 --- a/Sources/Linaris/LocalFilesPage.xaml +++ b/Sources/Linaris/LocalFilesPage.xaml @@ -1,76 +1,30 @@ - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - +