summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-08-01 06:45:34 -0600
committerAndrew Arnott <andrewarnott@gmail.com>2011-08-01 06:45:34 -0600
commitee09a67e9f3923b01f86a90a31f91c138d0464a6 (patch)
tree813b5e1cc9fb522912f98043f500aade712086e6 /src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
parentabc4fe5b0db2efd8a3e114c16389572d57ffee6b (diff)
downloadDotNetOpenAuth-ee09a67e9f3923b01f86a90a31f91c138d0464a6.zip
DotNetOpenAuth-ee09a67e9f3923b01f86a90a31f91c138d0464a6.tar.gz
DotNetOpenAuth-ee09a67e9f3923b01f86a90a31f91c138d0464a6.tar.bz2
Broke out OAuth 2 into 4 separate assemblies.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
index d1a2d3c..59c29aa 100644
--- a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
+++ b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
@@ -36,12 +36,6 @@
<Compile Include="OAuth2\ChannelElements\AuthorizationCode.cs" />
<Compile Include="OAuth2\ChannelElements\AuthorizationCodeBindingElement.cs" />
<Compile Include="OAuth2\ChannelElements\AuthServerAllFlowsBindingElement.cs" />
- <Compile Include="OAuth2\ClientAuthorizationView.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OAuth2\ClientAuthorizationView.Designer.cs">
- <DependentUpon>ClientAuthorizationView.cs</DependentUpon>
- </Compile>
<Compile Include="OAuth2\IAccessTokenAnalyzer.cs" />
<Compile Include="OAuth2\IAuthorizationServer.cs" />
<Compile Include="OAuth2\IAuthorizationState.cs" />
@@ -66,14 +60,10 @@
<Compile Include="OAuth2\Messages\AccessTokenFailedResponse.cs" />
<Compile Include="OAuth2\Messages\AccessTokenSuccessResponse.cs" />
<Compile Include="OAuth2\Messages\EndUserAuthorizationSuccessResponseBase.cs" />
- <Compile Include="OAuth2\ResourceServer.cs" />
<Compile Include="OAuth2\StandardAccessTokenAnalyzer.cs" />
- <Compile Include="OAuth2\UserAgentClient.cs" />
- <Compile Include="OAuth2\AuthorizationServer.cs" />
<Compile Include="OAuth2\OAuthUtilities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="OAuth2\ChannelElements\OAuth2AuthorizationServerChannel.cs" />
- <Compile Include="OAuth2\ClientBase.cs" />
<Compile Include="OAuth2\Messages\MessageBase.cs" />
<Compile Include="OAuth2\Messages\EndUserAuthorizationRequest.cs" />
<Compile Include="OAuth2\Protocol.cs" />
@@ -83,18 +73,12 @@
<DependentUpon>OAuthStrings.resx</DependentUpon>
</Compile>
<Compile Include="OAuth2\AuthorizationServerDescription.cs" />
- <Compile Include="OAuth2\WebServerClient.cs" />
</ItemGroup>
<ItemGroup>
<None Include="OAuth2\Messages\OAuth 2 Messages.cd" />
<None Include="OAuth2\OAuth 2 client facades.cd" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="OAuth2\ClientAuthorizationView.resx">
- <DependentUpon>ClientAuthorizationView.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
<EmbeddedResource Include="OAuth2\OAuthStrings.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>OAuthStrings.Designer.cs</LastGenOutput>