diff MetroWpf/MetroWpf.Services/MetroWpf.Services.csproj @ 16:2395908fa45b

Getting there... 1.20am at BKK airport. MainWindow and Menu now have VMs, Login form is displayed first
author stevenh7776 stevenhollidge@hotmail.com
date Wed, 14 Mar 2012 01:23:18 +0700
parents 060f02cd4591
children a8b50a087544
line wrap: on
line diff
--- a/MetroWpf/MetroWpf.Services/MetroWpf.Services.csproj	Mon Mar 12 23:05:21 2012 +0800
+++ b/MetroWpf/MetroWpf.Services/MetroWpf.Services.csproj	Wed Mar 14 01:23:18 2012 +0700
@@ -37,6 +37,7 @@
     <Reference Include="GalaSoft.MvvmLight.WPF4">
       <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
     </Reference>
+    <Reference Include="PresentationFramework" />
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
@@ -49,9 +50,6 @@
     <Compile Include="Interfaces\ButtonExtras.cs" />
     <Compile Include="Interfaces\IDialogService.cs" />
     <Compile Include="Interfaces\IInitialize.cs" />
-    <Compile Include="Messaging\MessengerConfiguration.cs" />
-    <Compile Include="Messaging\NavigationMessage.cs" />
-    <Compile Include="Navigation\MenuOptions.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Windows\IWindowManager.cs" />
     <Compile Include="Windows\WindowManager.cs" />