diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-21 20:51:34 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-21 20:51:34 -0700 |
commit | c1edc04e74e668425cd4b880b110011775395bd9 (patch) | |
tree | 47786fa6496f5a4dd6355a38545f051784649091 /samples/OAuthClient/OAuthClient.csproj | |
parent | f6581ea68f421395bba0b3c2f7d72708cf72979c (diff) | |
download | DotNetOpenAuth-c1edc04e74e668425cd4b880b110011775395bd9.zip DotNetOpenAuth-c1edc04e74e668425cd4b880b110011775395bd9.tar.gz DotNetOpenAuth-c1edc04e74e668425cd4b880b110011775395bd9.tar.bz2 |
Finished implicit grant sample. Yay.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index 986e137..629a3d8 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -65,9 +65,8 @@ <Content Include="images\Sign-in-with-Twitter-darker.png" /> <Content Include="SampleWcf2Javascript.html" /> <Content Include="SampleWcf2Javascript.js" /> - <Content Include="Scripts\jquery-1.4.1-vsdoc.js" /> - <Content Include="Scripts\jquery-1.4.1.js" /> - <Content Include="Scripts\jquery-1.4.1.min.js" /> + <Content Include="Scripts\jquery-1.6.1.js" /> + <Content Include="Scripts\jquery-1.6.1.min.js" /> <Content Include="Yammer.aspx" /> <None Include="Service References\SampleResourceServer\DataApi.disco" /> <None Include="Service References\SampleResourceServer\configuration91.svcinfo" /> |