diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-02 07:17:09 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-02 07:17:09 -0700 |
commit | 5fc9c66e00bfe654450afd909aca8510e780fb1a (patch) | |
tree | eade7535a9892ee61821a56a61489877e4586eb5 /src/DotNetOAuth/DotNetOAuth.csproj | |
parent | 938fa2719d3336d22326028bebd2adb74e0bee9d (diff) | |
download | DotNetOpenAuth-5fc9c66e00bfe654450afd909aca8510e780fb1a.zip DotNetOpenAuth-5fc9c66e00bfe654450afd909aca8510e780fb1a.tar.gz DotNetOpenAuth-5fc9c66e00bfe654450afd909aca8510e780fb1a.tar.bz2 |
Request/reply channel work.
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 77fdd50..ee0e7e3 100644 --- a/src/DotNetOAuth/DotNetOAuth.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -71,6 +71,7 @@ <Compile Include="Messaging\DictionaryXmlWriter.cs" />
<Compile Include="Messaging\Channel.cs" />
<Compile Include="Messaging\IDirectedProtocolMessage.cs" />
+ <Compile Include="Messaging\IMessageTypeProvider.cs" />
<Compile Include="Messaging\MessagingStrings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
|