diff options
Diffstat (limited to 'src/DotNetOAuth.Test/DotNetOAuth.Test.csproj')
-rw-r--r-- | src/DotNetOAuth.Test/DotNetOAuth.Test.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj index 8771050..00c7fc2 100644 --- a/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj +++ b/src/DotNetOAuth.Test/DotNetOAuth.Test.csproj @@ -86,6 +86,7 @@ <Compile Include="Mocks\TestChannel.cs" />
<Compile Include="Mocks\TestMessage.cs" />
<Compile Include="Mocks\TestMessageTypeProvider.cs" />
+ <Compile Include="ChannelElements\PlainTextSigningBindingElementTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Messaging\ResponseTests.cs" />
<Compile Include="ProtocolTests.cs" />
@@ -105,6 +106,9 @@ <ItemGroup>
<EmbeddedResource Include="Logging.config" />
</ItemGroup>
+ <ItemGroup>
+ <Shadow Include="Test References\DotNetOAuth.accessor" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\tools\DotNetOAuth.Versioning.targets" />
</Project>
\ No newline at end of file |