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.OAuth/DotNetOpenAuth.OAuth.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.OAuth/DotNetOpenAuth.OAuth.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj b/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj index 56fd753..02e1e7b 100644 --- a/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj +++ b/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj @@ -332,7 +332,10 @@ http://opensource.org/licenses/ms-pl.html <Compile Include="OAuth\Messages\UnauthorizedTokenResponse.cs" /> <Compile Include="OAuth\ChannelElements\OAuthChannel.cs" /> <Compile Include="OAuth\ChannelElements\OAuthServiceProviderMessageFactory.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Properties\AssemblyInfo.cs"> + <SubType> + </SubType> + </Compile> <Compile Include="OAuth\Messages\UnauthorizedTokenRequest.cs" /> <Compile Include="OAuth\ChannelElements\RsaSha1SigningBindingElement.cs" /> <Compile Include="OAuth\Protocol.cs" /> |