Skip to content

Commit 37cad34

Browse files
committed
Fix nuget hint paths in sample apps
1 parent 80b518f commit 37cad34

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Samples/UnitConverter.Wpf/UnitConverter.Wpf/UnitConverter.Wpf.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
41-
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
41+
<HintPath>..\..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Data" />
4545
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46-
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
46+
<HintPath>..\..\packages\MahApps.Metro.1.5.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
4747
</Reference>
4848
<Reference Include="System.Xml" />
4949
<Reference Include="Microsoft.CSharp" />
@@ -55,7 +55,7 @@
5555
<RequiredTargetFramework>4.0</RequiredTargetFramework>
5656
</Reference>
5757
<Reference Include="UnitsNet, Version=3.87.0.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\packages\UnitsNet.3.87.0\lib\net40\UnitsNet.dll</HintPath>
58+
<HintPath>..\..\packages\UnitsNet.3.87.0\lib\net40\UnitsNet.dll</HintPath>
5959
</Reference>
6060
<Reference Include="WindowsBase" />
6161
<Reference Include="PresentationCore" />

Samples/WpfMVVMSample/WpfMVVMSample/WpfMVVMSample.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,30 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
38-
<HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
38+
<HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
41+
<HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
44+
<HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
47+
<HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Prism, Version=6.3.0.0, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Prism.Core.6.3.0\lib\net45\Prism.dll</HintPath>
50+
<HintPath>..\..\packages\Prism.Core.6.3.0\lib\net45\Prism.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Prism.Unity.Wpf, Version=6.3.0.0, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Prism.Unity.6.3.0\lib\net45\Prism.Unity.Wpf.dll</HintPath>
53+
<HintPath>..\..\packages\Prism.Unity.6.3.0\lib\net45\Prism.Unity.Wpf.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Prism.Wpf, Version=6.3.0.0, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Prism.Wpf.6.3.0\lib\net45\Prism.Wpf.dll</HintPath>
56+
<HintPath>..\..\packages\Prism.Wpf.6.3.0\lib\net45\Prism.Wpf.dll</HintPath>
5757
</Reference>
5858
<Reference Include="System" />
5959
<Reference Include="System.Data" />
6060
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Prism.Wpf.6.3.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
61+
<HintPath>..\..\packages\Prism.Wpf.6.3.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System.Xml" />
6464
<Reference Include="Microsoft.CSharp" />
@@ -70,7 +70,7 @@
7070
<RequiredTargetFramework>4.0</RequiredTargetFramework>
7171
</Reference>
7272
<Reference Include="UnitsNet, Version=3.85.0.0, Culture=neutral, processorArchitecture=MSIL">
73-
<HintPath>..\packages\UnitsNet.3.85.0\lib\net40\UnitsNet.dll</HintPath>
73+
<HintPath>..\..\packages\UnitsNet.3.85.0\lib\net40\UnitsNet.dll</HintPath>
7474
</Reference>
7575
<Reference Include="WindowsBase" />
7676
<Reference Include="PresentationCore" />

0 commit comments

Comments
 (0)