diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-20 17:17:39 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-20 17:17:39 -0700 |
commit | b11a9a3a69ab79c92e3d1fb0de501c5311134723 (patch) | |
tree | 7ba9031a2728dc2123bbf9f2f06f0ce69984b6bc /src/DotNetOAuth/DotNetOAuth.csproj | |
parent | ccd062ccfaa33aed1da1e39e62c07348392f4367 (diff) | |
download | DotNetOpenAuth-b11a9a3a69ab79c92e3d1fb0de501c5311134723.zip DotNetOpenAuth-b11a9a3a69ab79c92e3d1fb0de501c5311134723.tar.gz DotNetOpenAuth-b11a9a3a69ab79c92e3d1fb0de501c5311134723.tar.bz2 |
Removed EnsureCompleteMessageBindingElement and moved its functionality back into the Channel class.
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r-- | src/DotNetOAuth/DotNetOAuth.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj index a1fac72..f5882ef 100644 --- a/src/DotNetOAuth/DotNetOAuth.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -68,7 +68,6 @@ <ItemGroup>
<Compile Include="Consumer.cs" />
<Compile Include="IWebRequestHandler.cs" />
- <Compile Include="Messaging\Bindings\EnsureCompleteMessageBindingElement.cs" />
<Compile Include="Messaging\Reflection\MessagePartAttribute.cs" />
<Compile Include="Messaging\MessageProtection.cs" />
<Compile Include="Messaging\IChannelBindingElement.cs" />
|