summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/DotNetOAuth.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-10 22:18:15 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-10 22:18:15 -0700
commitf6d28fb14c91c97f6cc8b85c442987082997866a (patch)
treec517bf2a41709319255b5b5312f3fc56c06bff6e /src/DotNetOAuth/DotNetOAuth.csproj
parentd33318e787968182f95c183d1891c9a7d59a3b69 (diff)
downloadDotNetOpenAuth-f6d28fb14c91c97f6cc8b85c442987082997866a.zip
DotNetOpenAuth-f6d28fb14c91c97f6cc8b85c442987082997866a.tar.gz
DotNetOpenAuth-f6d28fb14c91c97f6cc8b85c442987082997866a.tar.bz2
Code coverage work is as complete as our implementation will currently allow.
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r--src/DotNetOAuth/DotNetOAuth.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj
index b710061..1657b57 100644
--- a/src/DotNetOAuth/DotNetOAuth.csproj
+++ b/src/DotNetOAuth/DotNetOAuth.csproj
@@ -67,6 +67,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Consumer.cs" />
+ <Compile Include="IWebRequestHandler.cs" />
<Compile Include="Messaging\DictionaryXmlReader.cs" />
<Compile Include="Messaging\DictionaryXmlWriter.cs" />
<Compile Include="Messaging\Channel.cs" />
@@ -93,6 +94,7 @@
<Compile Include="Messaging\ProtocolException.cs" />
<Compile Include="Messaging\MessageSerializer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="StandardWebRequestHandler.cs" />
<Compile Include="Util.cs" />
<Compile Include="Protocol.cs" />
<Compile Include="ServiceProvider.cs" />