summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-06-12 23:15:11 +0000
committerIan C <ianc@noddybox.co.uk>2012-06-12 23:15:11 +0000
commitbd619a753fb0a2da90be9add14527e1e1d04c0d5 (patch)
tree1c043e08bfb9b0536400f581202ae737b4dba596
parent8118ac0199992ee37d5cebe2f80aa912de082021 (diff)
Added hint path for toolkit DLL
-rw-r--r--wpspec/wpspec/wpspec.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/wpspec/wpspec/wpspec.csproj b/wpspec/wpspec/wpspec.csproj
index e1f20ee..88e1790 100644
--- a/wpspec/wpspec/wpspec.csproj
+++ b/wpspec/wpspec/wpspec.csproj
@@ -50,7 +50,9 @@
<ItemGroup>
<Reference Include="Microsoft.Phone" />
<Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
+ <Reference Include="Microsoft.Phone.Controls.Toolkit">
+ <HintPath>..\..\3rdparty\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
+ </Reference>
<Reference Include="Microsoft.Phone.Interop" />
<Reference Include="Microsoft.Xna.Framework" />
<Reference Include="Microsoft.Xna.Framework.Game" />