diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-02 20:38:55 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-02 20:38:55 -0700 |
commit | 801815a852b7f98a61180e56534a7201e2c57000 (patch) | |
tree | 6b4e5df4fdbd2b147009d46c72b7035873dcf9b8 /src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj | |
parent | 05f80cd62a2cab69598cebade7f906c31b7b2f7b (diff) | |
download | DotNetOpenAuth-801815a852b7f98a61180e56534a7201e2c57000.zip DotNetOpenAuth-801815a852b7f98a61180e56534a7201e2c57000.tar.gz DotNetOpenAuth-801815a852b7f98a61180e56534a7201e2c57000.tar.bz2 |
OAuth2 project builds.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj index ef845c2..b8a54cd 100644 --- a/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj +++ b/src/DotNetOpenAuth.OAuth2/DotNetOpenAuth.OAuth2.csproj @@ -380,6 +380,16 @@ http://opensource.org/licenses/ms-pl.html <SignDependsOn Include="BuildUnifiedProduct" /> <DelaySignedAssemblies Include="$(ILMergeOutputAssembly);
 $(OutputPath)CodeContracts\$(ProductName).Contracts.dll;
 " /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\DotNetOpenAuth.Messaging\DotNetOpenAuth.Messaging.csproj"> + <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> + <Name>DotNetOpenAuth.Messaging</Name> + </ProjectReference> + <ProjectReference Include="..\DotNetOpenAuth.OAuth\DotNetOpenAuth.OAuth.csproj"> + <Project>{A288FCC8-6FCF-46DA-A45E-5F9281556361}</Project> + <Name>DotNetOpenAuth.OAuth</Name> + </ProjectReference> + </ItemGroup> <PropertyGroup> <!-- Don't sign the non-unified version of the assembly. --> <SuppressTargetPathDelaySignedAssembly>true</SuppressTargetPathDelaySignedAssembly> |