summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Juick/Juick.csproj5
-rw-r--r--Juick/packages.config1
2 files changed, 4 insertions, 2 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index fe72b05..94b40f7 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -112,8 +112,9 @@
<HintPath>..\packages\RestSharp.105.2.3\lib\windowsphone81\RestSharp.dll</HintPath>
<Private>True</Private>
</Reference>
- <Reference Include="System.Windows.Interactivity">
- <HintPath>..\..\..\..\Program Files (x86)\Microsoft SDKs\Expression\Blend\Windows Phone\v8.0\Libraries\System.Windows.Interactivity.dll</HintPath>
+ <Reference Include="System.Windows.Interactivity, Version=3.9.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+ <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\wp8\System.Windows.Interactivity.dll</HintPath>
+ <Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
diff --git a/Juick/packages.config b/Juick/packages.config
index deb06bb..40c85ea 100644
--- a/Juick/packages.config
+++ b/Juick/packages.config
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
+ <package id="Expression.Blend.Sdk" version="1.0.2" targetFramework="wp81" />
<package id="RestSharp" version="105.2.3" targetFramework="wp81" />
</packages> \ No newline at end of file