diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-02 19:46:46 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-02 19:46:46 -0700 |
commit | 4faaa016aeccd6aa78a4095021fe67328a57c9fe (patch) | |
tree | e54dc6c0af2836d262e6136f848e1d0d7cb29452 /src/DotNetOpenAuth.OpenId/DotNetOpenAuth.OpenId.csproj | |
parent | 2f3acbfb11116c1d9655c003ef8cddf5249f0d0b (diff) | |
download | DotNetOpenAuth-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.csproj | 8 |
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);
 $(OutputPath)CodeContracts\$(ProductName).Contracts.dll;
 " /> </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> |