Skip to content

Commit

Permalink
fix universal app sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed May 10, 2014
1 parent ebb56e0 commit e8a75ed
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\..\..\..\bin\wp81\Debug\Caliburn.Micro.dll</HintPath>
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Extensions">
<HintPath>..\..\..\..\bin\wp81\Debug\Caliburn.Micro.Extensions.dll</HintPath>
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.Extensions.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\..\..\..\bin\wp81\Debug\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\..\..\..\bin\wpa81\Debug\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactions">
<HintPath>..\..\..\..\bin\wp81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
<HintPath>..\..\..\..\bin\wpa81\Debug\Microsoft.Xaml.Interactions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Interactivity">
<HintPath>..\..\..\..\bin\wp81\Debug\Microsoft.Xaml.Interactivity.dll</HintPath>
<HintPath>..\..\..\..\bin\wpa81\Debug\Microsoft.Xaml.Interactivity.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup />
Expand Down

0 comments on commit e8a75ed

Please sign in to comment.