|
|
@@ -47,6 +47,12 @@
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="NLog">
|
|
|
+ <HintPath>..\packages\NLog.2.0.0.0\lib\NET40\NLog.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <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>
|
|
|
@@ -72,6 +78,10 @@
|
|
|
</ApplicationDefinition>
|
|
|
<Compile Include="Model\DataService.cs" />
|
|
|
<Compile Include="Model\IDataService.cs" />
|
|
|
+ <None Include="NLog.config">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
|
|
<Compile Include="ViewModel\ViewModelLocator.cs" />
|
|
|
<Compile Include="View\MainView.xaml.cs">
|
|
|
@@ -106,6 +116,11 @@
|
|
|
<Name>Thread</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Packages.config">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|