diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-10 15:53:53 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-10 15:53:53 -0700 |
commit | 89e9f5bbe95c593daa973016b0f3f56c808aa601 (patch) | |
tree | cd50fa977f2b2613e24abe7d1763608db5e7e355 /samples/OAuthClient/OAuthClient.csproj | |
parent | fa72a213782e167688e346d5a0bf5caf59c57caa (diff) | |
download | DotNetOpenAuth-89e9f5bbe95c593daa973016b0f3f56c808aa601.zip DotNetOpenAuth-89e9f5bbe95c593daa973016b0f3f56c808aa601.tar.gz DotNetOpenAuth-89e9f5bbe95c593daa973016b0f3f56c808aa601.tar.bz2 |
Fixed compile errors in samples.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index b57cb27..c55bf7a 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -173,6 +173,22 @@ <None Include="Settings.StyleCop" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\src\DotNetOpenAuth.Messaging\DotNetOpenAuth.Messaging.csproj"> + <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> + <Name>DotNetOpenAuth.Messaging</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2\DotNetOpenAuth.OAuth2.csproj"> + <Project>{56459A6C-6BA2-4BAC-A9C0-27E3BD961FA6}</Project> + <Name>DotNetOpenAuth.OAuth2</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth\DotNetOpenAuth.OAuth.csproj"> + <Project>{A288FCC8-6FCF-46DA-A45E-5F9281556361}</Project> + <Name>DotNetOpenAuth.OAuth</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OpenId\DotNetOpenAuth.OpenId.csproj"> + <Project>{3896A32A-E876-4C23-B9B8-78E17D134CD3}</Project> + <Name>DotNetOpenAuth.OpenId</Name> + </ProjectReference> <ProjectReference Include="..\DotNetOpenAuth.ApplicationBlock\DotNetOpenAuth.ApplicationBlock.csproj"> <Project>{AA78D112-D889-414B-A7D4-467B34C7B663}</Project> <Name>DotNetOpenAuth.ApplicationBlock</Name> |