diff options
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 7adf710..b2c0dd3 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -141,7 +141,7 @@ <Reference Include="log4net" /> <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> <Reference Include="Moq" /> - <Reference Include="NUnit.Framework"/> + <Reference Include="NUnit.Framework" /> <Reference Include="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Core"> @@ -215,9 +215,9 @@ <Compile Include="Mocks\TestChannel.cs" /> <Compile Include="Mocks\TestMessage.cs" /> <Compile Include="Mocks\TestMessageFactory.cs" /> - <Compile Include="OAuthWrap\MessageFactoryTests.cs" /> - <Compile Include="OAuthWrap\OAuthWrapChannelTests.cs" /> - <Compile Include="OAuthWrap\OAuthWrapTestBase.cs" /> + <Compile Include="OAuth2\MessageFactoryTests.cs" /> + <Compile Include="OAuth2\OAuth2ChannelTests.cs" /> + <Compile Include="OAuth2\OAuth2TestBase.cs" /> <Compile Include="OAuth\ChannelElements\HmacSha1SigningBindingElementTests.cs" /> <Compile Include="OAuth\ChannelElements\OAuthChannelTests.cs" /> <Compile Include="OAuth\ChannelElements\PlaintextSigningBindingElementTest.cs" /> @@ -346,7 +346,7 @@ <EmbeddedResource Include="OpenId\Discovery\xrdsdiscovery\xrds20dual.xml" /> </ItemGroup> <ItemGroup> - <Folder Include="OAuthWrap\ChannelElements\" /> + <Folder Include="OAuth2\ChannelElements\" /> <Folder Include="OpenId\UI\" /> </ItemGroup> <ItemGroup> |