From 68b515ecb5d04bbd752cfcf432b9c35d099f66e8 Mon Sep 17 00:00:00 2001 From: Regin Larsen Date: Tue, 18 Mar 2014 19:57:36 +0100 Subject: [PATCH 1/2] Enable portable version of program --- Client/Client.csproj | 2 + Client/Controls/App.xaml | 2 +- Client/Controls/App.xaml.cs | 37 ++++- Client/PortableSettingsProvider.cs | 219 +++++++++++++++++++++++++++++ ToDoLib/Log.cs | 15 +- 5 files changed, 265 insertions(+), 10 deletions(-) create mode 100644 Client/PortableSettingsProvider.cs diff --git a/Client/Client.csproj b/Client/Client.csproj index 514aad45..48db8f9f 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -58,6 +58,7 @@ True + @@ -80,6 +81,7 @@ + diff --git a/Client/Controls/App.xaml b/Client/Controls/App.xaml index a99cccba..3973d9ff 100644 --- a/Client/Controls/App.xaml +++ b/Client/Controls/App.xaml @@ -1,7 +1,7 @@  + Startup="Application_Startup">