diff options
author | Stephen Jennings <Stephen.G.Jennings@gmail.com> | 2011-10-16 22:22:14 -0700 |
---|---|---|
committer | Stephen Jennings <Stephen.G.Jennings@gmail.com> | 2011-10-16 23:27:57 -0700 |
commit | 0b1bdf68974336a6e74e5c7d953feae5b845e2ff (patch) | |
tree | 55f0636206b6e1176d7091816390342d52b9fa03 /OATH.Net.Test/OATH.Net.Test.csproj | |
parent | 833c0d52df9ae194bd15bcdd58e2686b8798cc8e (diff) | |
download | OATH.Net-0b1bdf68974336a6e74e5c7d953feae5b845e2ff.zip OATH.Net-0b1bdf68974336a6e74e5c7d953feae5b845e2ff.tar.gz OATH.Net-0b1bdf68974336a6e74e5c7d953feae5b845e2ff.tar.bz2 |
Add CounterBasedOtp and tests.
Diffstat (limited to 'OATH.Net.Test/OATH.Net.Test.csproj')
-rw-r--r-- | OATH.Net.Test/OATH.Net.Test.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OATH.Net.Test/OATH.Net.Test.csproj b/OATH.Net.Test/OATH.Net.Test.csproj index 987e8e0..564b7f9 100644 --- a/OATH.Net.Test/OATH.Net.Test.csproj +++ b/OATH.Net.Test/OATH.Net.Test.csproj @@ -55,6 +55,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="CounterBasedOtpTests.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TimeBasedOtpTests.cs" /> </ItemGroup> |