diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-07 19:26:03 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-07 19:26:03 -0800 |
commit | 4377c981006a129ca659cbf639aa0959a3b267cf (patch) | |
tree | ed013488b0f18cfb304c33762112544681299c4b /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | |
parent | dddacc0f95cc324e4e00c58537b544af2f92719c (diff) | |
download | DotNetOpenAuth-4377c981006a129ca659cbf639aa0959a3b267cf.zip DotNetOpenAuth-4377c981006a129ca659cbf639aa0959a3b267cf.tar.gz DotNetOpenAuth-4377c981006a129ca659cbf639aa0959a3b267cf.tar.bz2 |
Adds a Windows Live login sample.
Fixes #83
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj index 43b4a00..522a8ab 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj +++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj @@ -101,6 +101,8 @@ <Compile Include="TokenManager.cs" /> <Compile Include="TwitterConsumer.cs" /> <Compile Include="Util.cs" /> + <Compile Include="WindowsLiveClient.cs" /> + <Compile Include="WindowsLiveGraph.cs" /> <Compile Include="YammerConsumer.cs" /> <Compile Include="YubikeyRelyingParty.cs" /> </ItemGroup> |