diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-08-02 15:16:19 -0600 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-08-02 15:16:19 -0600 |
commit | 6816f003019c792b23a27d7cede056fae95b8f00 (patch) | |
tree | 85023e0da775f0dad566e78eeb12292e095434a7 /samples/OAuthClient/OAuthClient.csproj | |
parent | 7c972c147c32a54bf611baaa3de11cea433d8433 (diff) | |
download | DotNetOpenAuth-6816f003019c792b23a27d7cede056fae95b8f00.zip DotNetOpenAuth-6816f003019c792b23a27d7cede056fae95b8f00.tar.gz DotNetOpenAuth-6816f003019c792b23a27d7cede056fae95b8f00.tar.bz2 |
Samples now build.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index c55bf7a..832477e 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -177,6 +177,14 @@ <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> <Name>DotNetOpenAuth.Messaging</Name> </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth.Consumer\DotNetOpenAuth.OAuth.Consumer.csproj"> + <Project>{B202E40D-4663-4A2B-ACDA-865F88FF7CAA}</Project> + <Name>DotNetOpenAuth.OAuth.Consumer</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2.Client\DotNetOpenAuth.OAuth2.Client.csproj"> + <Project>{CDEDD439-7F35-4E6E-8605-4E70BDC4CC99}</Project> + <Name>DotNetOpenAuth.OAuth2.Client</Name> + </ProjectReference> <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2\DotNetOpenAuth.OAuth2.csproj"> <Project>{56459A6C-6BA2-4BAC-A9C0-27E3BD961FA6}</Project> <Name>DotNetOpenAuth.OAuth2</Name> |