summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2012-03-10 20:43:42 +0400
committerGravatar Vitaly Takmazov2012-03-10 20:43:42 +0400
commitdebc2482e4899804a87cffd8ec79b98c230106bd (patch)
tree8e76faae285878d50f60281c0f53218ab3e81770 /Juick/Juick.csproj
parent6a92a6a4d27dc07f8b32bd7d57ffbcbe15630ab9 (diff)
Attachments, remove DataContractJsonSerializer
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 73d65c1..38e7a21 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -52,8 +52,14 @@
<Reference Include="Microsoft.Phone.Controls" />
<Reference Include="Microsoft.Phone.Interop" />
<Reference Include="Microsoft.Xna.Framework" />
+ <Reference Include="Newtonsoft.Json">
+ <HintPath>..\packages\Newtonsoft.Json.4.0.8\lib\sl4-windowsphone71\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="Newtonsoft.Json.WindowsPhone, Version=4.0.2.0, Culture=neutral, processorArchitecture=MSIL" />
- <Reference Include="RestSharp.WindowsPhone, Version=102.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
+ <Reference Include="RestSharp.WindowsPhone, Version=102.7.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\RestSharp.102.7\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
+ </Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Servicemodel.Web" />
<Reference Include="System.Windows" />
@@ -66,6 +72,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Api\Message.cs" />
+ <Compile Include="Api\Photo.cs" />
<Compile Include="Api\User.cs" />
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
@@ -116,6 +123,7 @@
</Page>
</ItemGroup>
<ItemGroup>
+ <None Include="packages.config" />
<None Include="Properties\AppManifest.xml" />
<None Include="Properties\WMAppManifest.xml" />
</ItemGroup>