diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-05 20:50:38 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-05 20:50:38 -0700 |
commit | 301df7a0920a2a42404672c4d74fcff77d5c3a38 (patch) | |
tree | 3f6e8d962997f95e3a226289792a15f3fcee32af /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | |
parent | fbeec3716432f8d8ec489d1eaf70a8514c39eb3a (diff) | |
parent | 6f55fac6e0fef226c4ac70e15e6c2884abc95332 (diff) | |
download | DotNetOpenAuth-301df7a0920a2a42404672c4d74fcff77d5c3a38.zip DotNetOpenAuth-301df7a0920a2a42404672c4d74fcff77d5c3a38.tar.gz DotNetOpenAuth-301df7a0920a2a42404672c4d74fcff77d5c3a38.tar.bz2 |
Merge branch 'NegativeAssertionExtensions' into v3.4
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj index adb1998..64cf154 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj +++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj @@ -87,6 +87,7 @@ <Compile Include="CustomExtensions\Acme.cs" /> <Compile Include="CustomExtensions\AcmeRequest.cs" /> <Compile Include="CustomExtensions\AcmeResponse.cs" /> + <Compile Include="CustomExtensions\UIRequestWithHasSession.cs" /> <Compile Include="GoogleConsumer.cs" /> <Compile Include="InMemoryTokenManager.cs"> <SubType>Code</SubType> |