diff options
author | Vitaly Takmazov | 2015-12-28 23:51:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-12-28 23:51:55 +0300 |
commit | d48b3877a92ab98537e25cb33110fac400e86110 (patch) | |
tree | 64e64c6800d95c775e02aa296ac47991227154d7 | |
parent | 7d98c0b7de38999cfc0b81540d0ce425c7a0e15e (diff) |
blend.sdk
-rw-r--r-- | Juick/Juick.csproj | 5 | ||||
-rw-r--r-- | Juick/packages.config | 1 |
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 |