comparison 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
comparison
equal deleted inserted replaced
15:060f02cd4591 16:2395908fa45b
35 <HintPath>..\Libs\MvvmLight.Extras.4.0.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath> 35 <HintPath>..\Libs\MvvmLight.Extras.4.0.0\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
36 </Reference> 36 </Reference>
37 <Reference Include="GalaSoft.MvvmLight.WPF4"> 37 <Reference Include="GalaSoft.MvvmLight.WPF4">
38 <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> 38 <HintPath>..\Libs\MvvmLight.4.0.0\GalaSoft.MvvmLight.WPF4.dll</HintPath>
39 </Reference> 39 </Reference>
40 <Reference Include="PresentationFramework" />
40 <Reference Include="System" /> 41 <Reference Include="System" />
41 <Reference Include="System.Core" /> 42 <Reference Include="System.Core" />
42 <Reference Include="System.Xml.Linq" /> 43 <Reference Include="System.Xml.Linq" />
43 <Reference Include="System.Data.DataSetExtensions" /> 44 <Reference Include="System.Data.DataSetExtensions" />
44 <Reference Include="Microsoft.CSharp" /> 45 <Reference Include="Microsoft.CSharp" />
47 </ItemGroup> 48 </ItemGroup>
48 <ItemGroup> 49 <ItemGroup>
49 <Compile Include="Interfaces\ButtonExtras.cs" /> 50 <Compile Include="Interfaces\ButtonExtras.cs" />
50 <Compile Include="Interfaces\IDialogService.cs" /> 51 <Compile Include="Interfaces\IDialogService.cs" />
51 <Compile Include="Interfaces\IInitialize.cs" /> 52 <Compile Include="Interfaces\IInitialize.cs" />
52 <Compile Include="Messaging\MessengerConfiguration.cs" />
53 <Compile Include="Messaging\NavigationMessage.cs" />
54 <Compile Include="Navigation\MenuOptions.cs" />
55 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" />
56 <Compile Include="Windows\IWindowManager.cs" /> 54 <Compile Include="Windows\IWindowManager.cs" />
57 <Compile Include="Windows\WindowManager.cs" /> 55 <Compile Include="Windows\WindowManager.cs" />
58 </ItemGroup> 56 </ItemGroup>
59 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 57 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />