summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-03 08:33:33 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-03 08:33:33 -0800
commit1fdcca1a8019189237e86907f220307e2ccd61c9 (patch)
tree785a8c82ec1d8884fc51c201c23040923cbfa6fc /src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj
parent88dd1128c0c696263dd8fb5991681635d57a4d72 (diff)
downloadDotNetOpenAuth-1fdcca1a8019189237e86907f220307e2ccd61c9.zip
DotNetOpenAuth-1fdcca1a8019189237e86907f220307e2ccd61c9.tar.gz
DotNetOpenAuth-1fdcca1a8019189237e86907f220307e2ccd61c9.tar.bz2
Removes OAuthPrincipal in favor of ClaimsPrincipal.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj b/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj
index 89638d6..95549fe 100644
--- a/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj
+++ b/src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj
@@ -21,7 +21,6 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<ItemGroup>
- <Compile Include="OAuth\ChannelElements\OAuthIdentity.cs" />
<Compile Include="OAuth\ChannelElements\OAuthPrincipal.cs" />
<Compile Include="OAuth\DefaultOAuthHostFactories.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />