diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 23:35:41 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 23:35:41 -0800 |
commit | bfb7f04a6c71b54b27763eccf69c3d26c0764272 (patch) | |
tree | 13fab874e73a1cf753abcbf1e2d2f40a84bfdc82 /src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj | |
parent | 9a0f8c7233f2f42653a9d38255a32f79e34fa985 (diff) | |
download | DotNetOpenAuth-bfb7f04a6c71b54b27763eccf69c3d26c0764272.zip DotNetOpenAuth-bfb7f04a6c71b54b27763eccf69c3d26c0764272.tar.gz DotNetOpenAuth-bfb7f04a6c71b54b27763eccf69c3d26c0764272.tar.bz2 |
Fixes OAuthConsumer twitter sample.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj b/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj index d5813a1..89638d6 100644 --- a/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj +++ b/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj @@ -23,6 +23,7 @@ <ItemGroup> <Compile Include="OAuth\ChannelElements\OAuthIdentity.cs" /> <Compile Include="OAuth\ChannelElements\OAuthPrincipal.cs" /> + <Compile Include="OAuth\DefaultOAuthHostFactories.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> @@ -32,6 +33,8 @@ </ProjectReference> </ItemGroup> <ItemGroup> + <Reference Include="System.Net.Http" /> + <Reference Include="System.Net.Http.WebRequest" /> <Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath> |