diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-03 08:33:33 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-03 08:33:33 -0800 |
commit | 1fdcca1a8019189237e86907f220307e2ccd61c9 (patch) | |
tree | 785a8c82ec1d8884fc51c201c23040923cbfa6fc /src/DotNetOpenAuth.OAuth.Common/DotNetOpenAuth.OAuth.Common.csproj | |
parent | 88dd1128c0c696263dd8fb5991681635d57a4d72 (diff) | |
download | DotNetOpenAuth-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.csproj | 1 |
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" /> |