Skip to content

Commit 0c307ee

Browse files
committed
Fixed WP7 Mango file and lib references
1 parent b30a3fc commit 0c307ee

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

RestSharp.WindowsPhone.Mango/RestSharp.WindowsPhone.Mango.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
<DocumentationFile>Bin\Release\RestSharp.WindowsPhone.xml</DocumentationFile>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, processorArchitecture=MSIL">
47-
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\Newtonsoft.Json.4.0.8\lib\sl4-windowsphone71\Newtonsoft.Json.dll</HintPath>
49-
</Reference>
5046
<Reference Include="System.Windows" />
5147
<Reference Include="system" />
5248
<Reference Include="System.Core" />
@@ -57,9 +53,6 @@
5753
<Reference Include="System.Xml.Serialization" />
5854
</ItemGroup>
5955
<ItemGroup>
60-
<Compile Include="..\RestSharp.WindowsPhone\SimpleJson.cs">
61-
<Link>SimpleJson.cs</Link>
62-
</Compile>
6356
<Compile Include="..\restsharp\authenticators\HttpBasicAuthenticator.cs">
6457
<Link>Authenticators\HttpBasicAuthenticator.cs</Link>
6558
</Compile>
@@ -273,6 +266,9 @@
273266
<Compile Include="..\RestSharp\SharedAssemblyInfo.cs">
274267
<Link>SharedAssemblyInfo.cs</Link>
275268
</Compile>
269+
<Compile Include="..\RestSharp\SimpleJson.cs">
270+
<Link>SimpleJson.cs</Link>
271+
</Compile>
276272
<Compile Include="..\restsharp\validation\Require.cs">
277273
<Link>Validation\Require.cs</Link>
278274
</Compile>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.WindowsPhone.Mango", "RestSharp.WindowsPhone.Mango.csproj", "{71647E33-714F-4975-8368-71B075045272}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{71647E33-714F-4975-8368-71B075045272}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{71647E33-714F-4975-8368-71B075045272}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{71647E33-714F-4975-8368-71B075045272}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{71647E33-714F-4975-8368-71B075045272}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="4.0.8" />
43
<package id="SimpleJson" version="0.15.0.0" />
54
</packages>

0 commit comments

Comments
 (0)