diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-13 18:47:47 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-13 18:47:47 -0700 |
commit | 2dcfb4843722237aa214294b59ed9be782ea0cec (patch) | |
tree | 3e41e7d2ea9d02d225f2b47b84b5d90389990e64 /src/DotNetOAuth/DotNetOAuth.csproj | |
parent | c1d035b2d138dcd915f17f187edb458ef1b541a6 (diff) | |
download | DotNetOpenAuth-2dcfb4843722237aa214294b59ed9be782ea0cec.zip DotNetOpenAuth-2dcfb4843722237aa214294b59ed9be782ea0cec.tar.gz DotNetOpenAuth-2dcfb4843722237aa214294b59ed9be782ea0cec.tar.bz2 |
Renamed the ISignedOAuthMessage.
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r-- | src/DotNetOAuth/DotNetOAuth.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj index ec83e9d..16f0dac 100644 --- a/src/DotNetOAuth/DotNetOAuth.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -82,7 +82,7 @@ <Compile Include="Messaging\HttpRequestInfo.cs" />
<Compile Include="Messaging\IDirectedProtocolMessage.cs" />
<Compile Include="Messaging\IMessageTypeProvider.cs" />
- <Compile Include="Messaging\Bindings\ISignedOAuthMessage.cs" />
+ <Compile Include="Messaging\Bindings\ITamperResistantProtocolMessage.cs" />
<Compile Include="Messaging\MessagingStrings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
|