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.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" />