|
|
@@ -34,8 +34,21 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Microsoft.Practices.Prism, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
+ <Reference Include="Microsoft.Practices.Prism">
|
|
|
+ <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.Interactivity">
|
|
|
+ <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.MefExtensions">
|
|
|
+ <HintPath>..\..\Packages\Prism.MEFExtensions.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.ServiceLocation">
|
|
|
+ <HintPath>..\..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="NLog">
|
|
|
+ <HintPath>..\..\Packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
|
<Reference Include="System.Data" />
|
|
|
@@ -75,6 +88,9 @@
|
|
|
<Name>Infrastructure</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Packages.config" />
|
|
|
+ </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.
|