summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj')
-rw-r--r--src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj b/src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj
index c98092a..ef9f1e5 100644
--- a/src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj
+++ b/src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj
@@ -461,6 +461,7 @@ http://opensource.org/licenses/ms-pl.html
<Compile Include="OpenId\UriIdentifier.cs" />
<Compile Include="OpenId\XriDiscoveryProxyService.cs" />
<Compile Include="OpenId\XriIdentifier.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="XrdsPublisher.cs" />
<Compile Include="Xrds\XrdsStrings.Designer.cs">
<AutoGen>True</AutoGen>
@@ -504,7 +505,12 @@ http://opensource.org/licenses/ms-pl.html
<SignDependsOn Include="BuildUnifiedProduct" />
<DelaySignedAssemblies Include="$(ILMergeOutputAssembly);&#xD;&#xA; $(OutputPath)CodeContracts\$(ProductName).Contracts.dll;&#xD;&#xA; " />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <ProjectReference Include="..\DotNetOpenAuth.Messaging\DotNetOpenAuth.Messaging.csproj">
+ <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project>
+ <Name>DotNetOpenAuth.Messaging</Name>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup>
<!-- Don't sign the non-unified version of the assembly. -->
<SuppressTargetPathDelaySignedAssembly>true</SuppressTargetPathDelaySignedAssembly>