Skip to content

Commit

Permalink
Update samples to Punch v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgood committed Mar 26, 2015
1 parent 1e902d3 commit 5b9ac09
Show file tree
Hide file tree
Showing 42 changed files with 179 additions and 201 deletions.
13 changes: 6 additions & 7 deletions Samples/HappyHour/02-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -97,9 +97,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/02-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
13 changes: 6 additions & 7 deletions Samples/HappyHour/03-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -99,9 +99,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/03-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
13 changes: 6 additions & 7 deletions Samples/HappyHour/04-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -97,9 +97,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/04-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
13 changes: 6 additions & 7 deletions Samples/HappyHour/05-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -97,9 +97,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/05-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
13 changes: 6 additions & 7 deletions Samples/HappyHour/06-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -97,9 +97,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/06-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
13 changes: 6 additions & 7 deletions Samples/HappyHour/07-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -97,9 +97,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/07-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
19 changes: 10 additions & 9 deletions Samples/HappyHour/08-HappyHour/HappyHour/HappyHour.SL5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,19 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Caliburn.Micro">
<HintPath>..\packages\Caliburn.Micro.Core.2.0.1\lib\sl5\Caliburn.Micro.dll</HintPath>
<Reference Include="Caliburn.Micro, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Caliburn.Micro.Core.2.0.2\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro.Platform">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
<Reference Include="Caliburn.Micro.Platform, Version=2.0.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Caliburn.Micro.2.0.2\lib\sl5\Caliburn.Micro.Platform.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.2\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.5.3\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.2\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.5.3\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.6\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
Expand All @@ -97,9 +99,8 @@
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\packages\Caliburn.Micro.2.0.1\lib\sl5\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/HappyHour/08-HappyHour/HappyHour/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="2.0.1" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.2" targetFramework="sl50" />
<package id="Caliburn.Micro" version="2.0.2" targetFramework="sl50" />
<package id="Caliburn.Micro.Core" version="2.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.5.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.6" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="sl50" />
</packages>
Loading

0 comments on commit 5b9ac09

Please sign in to comment.