summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-05-07 10:03:12 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-05-07 10:03:12 -0700
commit957a1811bc69a033a16b00d755a88ceeaf3fced6 (patch)
treeded97d06a1bec55e0d6bad85d079c2d4b412aa1d /src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
parenta85cd1c7bb0a22ee08056a19ce60173e3ab8e0e0 (diff)
parentb6dff7d1a6b5b07450b82688ec4727b3e2617ff5 (diff)
downloadDotNetOpenAuth-957a1811bc69a033a16b00d755a88ceeaf3fced6.zip
DotNetOpenAuth-957a1811bc69a033a16b00d755a88ceeaf3fced6.tar.gz
DotNetOpenAuth-957a1811bc69a033a16b00d755a88ceeaf3fced6.tar.bz2
Merge pull request #140 from dotnetjunky/v4.0
Use cookie to store OAuth token and set it as default mechanism.
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj')
-rw-r--r--src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj b/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
index f1fbacd..8779ddc 100644
--- a/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
+++ b/src/DotNetOpenAuth.AspNet/DotNetOpenAuth.AspNet.csproj
@@ -42,6 +42,10 @@
<ItemGroup>
<Compile Include="AuthenticationResult.cs" />
<Compile Include="Clients\DictionaryExtensions.cs" />
+ <Compile Include="Clients\OAuth2\WindowsLiveClient.cs" />
+ <Compile Include="Clients\OAuth\AuthenticationOnlyCookieOAuthTokenManager.cs">
+ <SubType>Code</SubType>
+ </Compile>
<Compile Include="Clients\OAuth\IOAuthTokenManager.cs" />
<Compile Include="Clients\OAuth\SimpleConsumerTokenManager.cs" />
<Compile Include="IAuthenticationClient.cs" />
@@ -50,8 +54,8 @@
<Compile Include="Clients\OAuth2\JsonHelper.cs" />
<Compile Include="Clients\OAuth2\OAuth2AccessTokenData.cs" />
<Compile Include="Clients\OAuth2\OAuth2Client.cs" />
- <Compile Include="Clients\OAuth2\WindowsLiveClient.cs" />
- <Compile Include="Clients\OAuth2\WindowsLiveUserData.cs" />
+ <Compile Include="Clients\OAuth2\MicrosoftClient.cs" />
+ <Compile Include="Clients\OAuth2\MicrosoftClientUserData.cs" />
<Compile Include="Clients\OAuth\DotNetOpenAuthWebConsumer.cs" />
<Compile Include="Clients\OAuth\InMemoryOAuthTokenManager.cs" />
<Compile Include="Clients\OAuth\IOAuthWebWorker.cs" />
@@ -61,6 +65,7 @@
<Compile Include="Clients\OpenID\GoogleOpenIdClient.cs" />
<Compile Include="Clients\OpenID\OpenIdClient.cs" />
<Compile Include="Clients\OpenID\YahooOpenIdClient.cs" />
+ <Compile Include="MachineKeyUtil.cs" />
<Compile Include="UriHelper.cs" />
<Compile Include="IOpenAuthDataProvider.cs" />
<Compile Include="OpenAuthAuthenticationTicketHelper.cs" />