|
|
@@ -35,13 +35,13 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="GalaSoft.MvvmLight.WPF4">
|
|
|
+ <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=3.0.0.32852, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\GalaSoft.MvvmLight.WPF4.dll</HintPath>
|
|
|
+ <HintPath>..\packages\MvvmLight.3.0.3\lib\net40\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
|
|
|
+ <Reference Include="GalaSoft.MvvmLight.WPF4, Version=3.0.0.32852, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
|
|
|
+ <HintPath>..\packages\MvvmLight.3.0.3\lib\net40\GalaSoft.MvvmLight.WPF4.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="Microsoft.Practices.ServiceLocation">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
@@ -53,12 +53,11 @@
|
|
|
<Reference Include="NLog.Extended">
|
|
|
<HintPath>..\packages\NLog.2.0.0.0\lib\NET40\NLog.Extended.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Windows.Interactivity">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\System.Windows.Interactivity.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\MvvmLight.3.0.3\lib\net40\System.Windows.Interactivity.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System.Core" />
|
|
|
@@ -76,12 +75,11 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</ApplicationDefinition>
|
|
|
- <Compile Include="Model\DataService.cs" />
|
|
|
- <Compile Include="Model\IDataService.cs" />
|
|
|
<None Include="NLog.config">
|
|
|
<SubType>Designer</SubType>
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
+ <Compile Include="Model\Main.cs" />
|
|
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
|
|
<Compile Include="ViewModel\ViewModelLocator.cs" />
|
|
|
<Compile Include="View\MainView.xaml.cs">
|