diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-01-23 21:50:40 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-01-23 21:50:40 -0800 |
commit | 98976665f90b20e4757e932ce3a33268f7e1daa6 (patch) | |
tree | eeefb570e357a608dbe8a20ab1a033233cc65a7a /samples/OAuthClient/OAuthClient.csproj | |
parent | b16591e45dd70602b1899d760200e72fd6d5eaec (diff) | |
download | DotNetOpenAuth-98976665f90b20e4757e932ce3a33268f7e1daa6.zip DotNetOpenAuth-98976665f90b20e4757e932ce3a33268f7e1daa6.tar.gz DotNetOpenAuth-98976665f90b20e4757e932ce3a33268f7e1daa6.tar.bz2 |
Fixed a bunch more samples.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index 8a5cc88..4ff85d3 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -55,6 +55,8 @@ <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Net.Http" /> + <Reference Include="System.Net.Http.WebRequest" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Web.Abstractions" /> |