diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-22 23:05:51 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-24 17:08:54 -0700 |
commit | 81d399c7edfd07c7f7108a02b7ab0faafd00530c (patch) | |
tree | 81d3058964ed1294db8cb45f2e4063f5c3a45906 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 2ccbade32869d9c24c5d49ca07f1a2046da73f1a (diff) | |
download | DotNetOpenAuth-81d399c7edfd07c7f7108a02b7ab0faafd00530c.zip DotNetOpenAuth-81d399c7edfd07c7f7108a02b7ab0faafd00530c.tar.gz DotNetOpenAuth-81d399c7edfd07c7f7108a02b7ab0faafd00530c.tar.bz2 |
Early efforts to store the tokens in a more binary form for compactness.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 26d870b..7adf710 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -346,6 +346,7 @@ <EmbeddedResource Include="OpenId\Discovery\xrdsdiscovery\xrds20dual.xml" /> </ItemGroup> <ItemGroup> + <Folder Include="OAuthWrap\ChannelElements\" /> <Folder Include="OpenId\UI\" /> </ItemGroup> <ItemGroup> |