diff options
Diffstat (limited to 'src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj b/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj index c0ec53b..a71223a 100644 --- a/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj +++ b/src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj @@ -27,7 +27,6 @@ <Compile Include="Messaging\Bindings\ICryptoKeyStore.cs" /> <Compile Include="Messaging\Bindings\MemoryCryptoKeyStore.cs" /> <Compile Include="Messaging\BinaryDataBagFormatter.cs" /> - <Compile Include="Messaging\CachedDirectWebResponse.cs" /> <Compile Include="Messaging\DataBagFormatterBase.cs" /> <Compile Include="Messaging\HmacAlgorithms.cs" /> <Compile Include="Messaging\HttpRequestHeaders.cs" /> @@ -40,7 +39,6 @@ <Compile Include="Messaging\IHttpDirectResponse.cs" /> <Compile Include="Messaging\IExtensionMessage.cs" /> <Compile Include="Messaging\IMessage.cs" /> - <Compile Include="Messaging\IncomingWebResponse.cs" /> <Compile Include="Messaging\IDirectResponseProtocolMessage.cs" /> <Compile Include="Messaging\EmptyDictionary.cs" /> <Compile Include="Messaging\EmptyEnumerator.cs" /> @@ -51,9 +49,6 @@ <Compile Include="Messaging\InternalErrorException.cs" /> <Compile Include="Messaging\IStreamSerializingDataBag.cs" /> <Compile Include="Messaging\KeyedCollectionDelegate.cs" /> - <Compile Include="Messaging\MultipartPostPart.cs" /> - <Compile Include="Messaging\NetworkDirectWebResponse.cs" /> - <Compile Include="Messaging\OutgoingWebResponseActionResult.cs" /> <Compile Include="Messaging\ProtocolFaultResponseException.cs" /> <Compile Include="Messaging\Reflection\IMessagePartEncoder.cs" /> <Compile Include="Messaging\Reflection\IMessagePartFormattingEncoder.cs" /> @@ -70,7 +65,6 @@ <Compile Include="Messaging\IMessageWithBinaryData.cs" /> <Compile Include="Messaging\ChannelEventArgs.cs" /> <Compile Include="Messaging\Bindings\NonceMemoryStore.cs" /> - <Compile Include="Messaging\IDirectWebRequestHandler.cs" /> <Compile Include="Messaging\Bindings\INonceStore.cs" /> <Compile Include="Messaging\Bindings\StandardReplayProtectionBindingElement.cs" /> <Compile Include="Messaging\MessagePartAttribute.cs" /> @@ -99,14 +93,11 @@ <Compile Include="Messaging\Reflection\MessageDictionary.cs" /> <Compile Include="Messaging\Reflection\MessagePart.cs" /> <Compile Include="Messaging\UnprotectedMessageException.cs" /> - <Compile Include="Messaging\OutgoingWebResponse.cs" /> <Compile Include="Messaging\IProtocolMessage.cs" /> <Compile Include="Messaging\HttpDeliveryMethods.cs" /> <Compile Include="Messaging\MessageTransport.cs" /> <Compile Include="Messaging\ProtocolException.cs" /> <Compile Include="Messaging\TimespanSecondsEncoder.cs" /> - <Compile Include="Messaging\UntrustedWebRequestHandler.cs" /> - <Compile Include="Messaging\StandardWebRequestHandler.cs" /> <Compile Include="Messaging\MessageReceivingEndpoint.cs" /> </ItemGroup> <ItemGroup> |