|
|
@@ -35,11 +35,20 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Microsoft.Practices.Prism">
|
|
|
- <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
|
|
|
+ <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.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 Include="Microsoft.Practices.Prism, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="NLog">
|
|
|
<HintPath>..\..\Packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
|
|
@@ -49,6 +58,9 @@
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
|
<Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="System.Xaml" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="WindowsBase" />
|