summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/DotNetOAuth.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r--src/DotNetOAuth/DotNetOAuth.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj
index 41587db..fb41be1 100644
--- a/src/DotNetOAuth/DotNetOAuth.csproj
+++ b/src/DotNetOAuth/DotNetOAuth.csproj
@@ -68,7 +68,10 @@
<ItemGroup>
<Compile Include="Consumer.cs" />
<Compile Include="IWebRequestHandler.cs" />
+ <Compile Include="Messaging\ReplayedMessageException.cs" />
+ <Compile Include="Messaging\ExpiredMessageException.cs" />
<Compile Include="Messaging\DataContractMemberComparer.cs" />
+ <Compile Include="Messaging\InvalidSignatureException.cs" />
<Compile Include="Messaging\IReplayProtectedProtocolMessage.cs" />
<Compile Include="Messaging\IExpiringProtocolMessage.cs" />
<Compile Include="Messaging\DictionaryXmlReader.cs" />