summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-07-31 20:34:50 -0600
committerAndrew Arnott <andrewarnott@gmail.com>2011-07-31 20:34:50 -0600
commitcb2960f2af1c4148d8581c3543594355cccabe6f (patch)
treeef80c81e40a961788a5013872ec9559edee503f3 /src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
parent4a25e81697e3e68bb617fd6feb07c2beed623bfc (diff)
downloadDotNetOpenAuth-cb2960f2af1c4148d8581c3543594355cccabe6f.zip
DotNetOpenAuth-cb2960f2af1c4148d8581c3543594355cccabe6f.tar.gz
DotNetOpenAuth-cb2960f2af1c4148d8581c3543594355cccabe6f.tar.bz2
Split OAuth 1.0 assemblies.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj b/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
index e1a1339..09cd70e 100644
--- a/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
+++ b/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
@@ -46,9 +46,7 @@
<Compile Include="OAuth\ChannelElements\TokenType.cs" />
<Compile Include="OAuth\ChannelElements\UriOrOobEncoding.cs" />
<Compile Include="OAuth\ChannelElements\TokenHandlingBindingElement.cs" />
- <Compile Include="OAuth\ConsumerBase.cs" />
<Compile Include="OAuth\ConsumerSecuritySettings.cs" />
- <Compile Include="OAuth\DesktopConsumer.cs" />
<Compile Include="OAuth\Messages\ITokenSecretContainingMessage.cs" />
<Compile Include="OAuth\OAuthStrings.Designer.cs">
<AutoGen>True</AutoGen>
@@ -62,7 +60,6 @@
<Compile Include="OAuth\ChannelElements\SigningBindingElementBase.cs" />
<Compile Include="OAuth\ServiceProviderSecuritySettings.cs" />
<Compile Include="OAuth\VerificationCodeFormat.cs" />
- <Compile Include="OAuth\WebConsumer.cs" />
<Compile Include="OAuth\ChannelElements\ITamperResistantOAuthMessage.cs" />
<Compile Include="OAuth\Messages\MessageBase.cs" />
<Compile Include="OAuth\Messages\AuthorizedTokenRequest.cs" />
@@ -80,7 +77,6 @@
<Compile Include="OAuth\Messages\UnauthorizedTokenRequest.cs" />
<Compile Include="OAuth\ChannelElements\RsaSha1SigningBindingElement.cs" />
<Compile Include="OAuth\Protocol.cs" />
- <Compile Include="OAuth\ServiceProvider.cs" />
</ItemGroup>
<ItemGroup>
<None Include="OAuth\ClassDiagram.cd" />