diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-30 11:27:51 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-01 11:02:40 -0700 |
commit | 36f545864647177b36a4c8f26af0e842fda86e88 (patch) | |
tree | 274876b73b39361c70a7591015a62c28ddb60261 /src/DotNetOAuth/DotNetOAuth.csproj | |
parent | 5df67c5b5bbd0c7463cec9b1f594d18de345a7d5 (diff) | |
download | DotNetOpenAuth-36f545864647177b36a4c8f26af0e842fda86e88.zip DotNetOpenAuth-36f545864647177b36a4c8f26af0e842fda86e88.tar.gz DotNetOpenAuth-36f545864647177b36a4c8f26af0e842fda86e88.tar.bz2 |
Added message validation.
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r-- | src/DotNetOAuth/DotNetOAuth.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj index 5e17d89..6f2e531 100644 --- a/src/DotNetOAuth/DotNetOAuth.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -74,6 +74,7 @@ <Compile Include="IndirectMessageEncoder.cs" />
<Compile Include="IProtocolMessage.cs" />
<Compile Include="MessageScheme.cs" />
+ <Compile Include="ProtocolException.cs" />
<Compile Include="ProtocolMessageSerializer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Util.cs" />
|