summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-16 23:10:44 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-16 23:10:44 -0700
commit719337e7465118c21aa89727c3dbba93e7a192a1 (patch)
tree669c394869e79872c5c1ffd686be28f92d80f7e0 /src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
parent1068d8217e19c6ac300a1077e13c2b1dae01bc4b (diff)
downloadDotNetOpenAuth-719337e7465118c21aa89727c3dbba93e7a192a1.zip
DotNetOpenAuth-719337e7465118c21aa89727c3dbba93e7a192a1.tar.gz
DotNetOpenAuth-719337e7465118c21aa89727c3dbba93e7a192a1.tar.bz2
A bunch more moving of OAuth2 classes between assemblies.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
index f22a7c5..00f6b8a 100644
--- a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
+++ b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj
@@ -19,23 +19,14 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="GlobalSuppressions.cs" />
- <Compile Include="OAuth2\AccessTokenParameters.cs" />
- <Compile Include="OAuth2\AuthorizationState.cs" />
<Compile Include="OAuth2\ChannelElements\AccessToken.cs" />
<Compile Include="OAuth2\ChannelElements\AuthorizationDataBag.cs" />
<Compile Include="OAuth2\ChannelElements\IAccessTokenCarryingRequest.cs" />
<Compile Include="OAuth2\ChannelElements\ScopeEncoder.cs" />
<Compile Include="OAuth2\ChannelElements\IAuthorizationDescription.cs" />
<Compile Include="OAuth2\ChannelElements\IAuthorizationCarryingRequest.cs" />
- <Compile Include="OAuth2\ClientDescription.cs" />
- <Compile Include="OAuth2\ClientType.cs" />
- <Compile Include="OAuth2\IAccessTokenAnalyzer.cs" />
- <Compile Include="OAuth2\IAuthorizationState.cs" />
- <Compile Include="OAuth2\IClientAuthorizationTracker.cs" />
- <Compile Include="OAuth2\IClientDescription.cs" />
<Compile Include="OAuth2\Messages\AccessProtectedResourceRequest.cs" />
<Compile Include="OAuth2\Messages\UnauthorizedResponse.cs" />
- <Compile Include="OAuth2\StandardAccessTokenAnalyzer.cs" />
<Compile Include="OAuth2\OAuthUtilities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="OAuth2\Messages\MessageBase.cs" />
@@ -45,7 +36,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>OAuthStrings.resx</DependentUpon>
</Compile>
- <Compile Include="OAuth2\AuthorizationServerDescription.cs" />
</ItemGroup>
<ItemGroup>
<None Include="OAuth2\Messages\OAuth 2 Messages.cd" />