diff options
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 86edb3c..fd01adb 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -58,8 +58,12 @@ </Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="Messaging\MessageSerializerTest.cs" />
+ <Compile Include="Messaging\ChannelTests.cs" />
+ <Compile Include="OAuthChannelTests.cs" />
+ <Compile Include="Messaging\MessageSerializerTests.cs" />
+ <Compile Include="Mocks\TestChannel.cs" />
<Compile Include="Mocks\TestMessage.cs" />
+ <Compile Include="Mocks\TestMessageTypeProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceProviderTest.cs" />
<Compile Include="TestBase.cs" />
|