summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj
diff options
context:
space:
mode:
authorGuillaume Lacasa <guillaumelacasa@hotmail.com>2015-06-29 15:57:03 +0200
committerGuillaume Lacasa <guillaumelacasa@hotmail.com>2015-06-29 15:57:03 +0200
commitbea18ecded08a62e3532edad59483061f3eaf375 (patch)
tree983015d02b8d1bf4d9b83e92b1c7d508a4068f60 /TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj
parent3989c468e618330f5b5d1c67e5eaf2e0fa7c4c34 (diff)
downloadTwoStepsAuthenticator-bea18ecded08a62e3532edad59483061f3eaf375.zip
TwoStepsAuthenticator-bea18ecded08a62e3532edad59483061f3eaf375.tar.gz
TwoStepsAuthenticator-bea18ecded08a62e3532edad59483061f3eaf375.tar.bz2
CheckCode method made obsolete if no user is passed
Unit tests updated
Diffstat (limited to 'TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj')
-rw-r--r--TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj30
1 files changed, 25 insertions, 5 deletions
diff --git a/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj b/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj
index 38fce5d..0eb5b1d 100644
--- a/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj
+++ b/TwoStepsAuthenticator.UnitTests/TwoStepsAuthenticator.UnitTests.csproj
@@ -38,8 +38,25 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework">
- <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
+ <Reference Include="nunit.core">
+ <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="nunit.core.interfaces">
+ <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.util">
+ <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="NUnit.VisualStudio.TestAdapter">
+ <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
+ <Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -57,14 +74,17 @@
<Compile Include="UsedCodesManagerTests.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
<ProjectReference Include="..\TwoStepsAuthenticator\TwoStepsAuthenticator.csproj">
<Project>{6c898cd1-0bf3-4711-847e-ad7dac815cd8}</Project>
<Name>TwoStepsAuthenticator</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.