summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/DotNetOAuth.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-08-30 11:27:51 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-01 11:02:40 -0700
commit36f545864647177b36a4c8f26af0e842fda86e88 (patch)
tree274876b73b39361c70a7591015a62c28ddb60261 /src/DotNetOAuth/DotNetOAuth.csproj
parent5df67c5b5bbd0c7463cec9b1f594d18de345a7d5 (diff)
downloadDotNetOpenAuth-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.csproj1
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" />