summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/OAuthClient.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-07 19:26:03 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-07 19:26:03 -0800
commit4377c981006a129ca659cbf639aa0959a3b267cf (patch)
treeed013488b0f18cfb304c33762112544681299c4b /samples/OAuthClient/OAuthClient.csproj
parentdddacc0f95cc324e4e00c58537b544af2f92719c (diff)
downloadDotNetOpenAuth-4377c981006a129ca659cbf639aa0959a3b267cf.zip
DotNetOpenAuth-4377c981006a129ca659cbf639aa0959a3b267cf.tar.gz
DotNetOpenAuth-4377c981006a129ca659cbf639aa0959a3b267cf.tar.bz2
Adds a Windows Live login sample.
Fixes #83
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r--samples/OAuthClient/OAuthClient.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj
index 9aeb0d1..4043e6d 100644
--- a/samples/OAuthClient/OAuthClient.csproj
+++ b/samples/OAuthClient/OAuthClient.csproj
@@ -70,6 +70,7 @@
<Content Include="SampleWcf2Javascript.js" />
<Content Include="Scripts\jquery-1.6.1.js" />
<Content Include="Scripts\jquery-1.6.1.min.js" />
+ <Content Include="WindowsLive.aspx" />
<Content Include="Yammer.aspx" />
<None Include="Service References\SampleResourceServer\DataApi.disco" />
<None Include="Service References\SampleResourceServer\configuration91.svcinfo" />
@@ -154,6 +155,13 @@
<Compile Include="Twitter.aspx.designer.cs">
<DependentUpon>Twitter.aspx</DependentUpon>
</Compile>
+ <Compile Include="WindowsLive.aspx.cs">
+ <DependentUpon>WindowsLive.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
+ </Compile>
+ <Compile Include="WindowsLive.aspx.designer.cs">
+ <DependentUpon>WindowsLive.aspx</DependentUpon>
+ </Compile>
<Compile Include="Yammer.aspx.cs">
<DependentUpon>Yammer.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>