summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-07-02 19:46:46 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-07-02 19:46:46 -0700
commit4faaa016aeccd6aa78a4095021fe67328a57c9fe (patch)
treee54dc6c0af2836d262e6136f848e1d0d7cb29452 /src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj
parent2f3acbfb11116c1d9655c003ef8cddf5249f0d0b (diff)
downloadDotNetOpenAuth-4faaa016aeccd6aa78a4095021fe67328a57c9fe.zip
DotNetOpenAuth-4faaa016aeccd6aa78a4095021fe67328a57c9fe.tar.gz
DotNetOpenAuth-4faaa016aeccd6aa78a4095021fe67328a57c9fe.tar.bz2
Added missing AssemblyInfo.cs files.
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>