summaryrefslogtreecommitdiffstats
path: root/OATH.Net.Test/OATH.Net.Test.csproj
diff options
context:
space:
mode:
authorStephen Jennings <Stephen.G.Jennings@gmail.com>2011-11-06 21:24:34 -0800
committerStephen Jennings <Stephen.G.Jennings@gmail.com>2011-11-11 20:46:13 -0800
commit2ae3bb5f3bbdedfe37f58445248cba658229d57e (patch)
treec9586e08d8a2eecef9769279f03eb1db861093ac /OATH.Net.Test/OATH.Net.Test.csproj
parent8acd1866c9974d68e24d1136cb9155db482ebcb3 (diff)
downloadOATH.Net-2ae3bb5f3bbdedfe37f58445248cba658229d57e.zip
OATH.Net-2ae3bb5f3bbdedfe37f58445248cba658229d57e.tar.gz
OATH.Net-2ae3bb5f3bbdedfe37f58445248cba658229d57e.tar.bz2
Added Base32 utility class, can convert binary to base32.
Diffstat (limited to 'OATH.Net.Test/OATH.Net.Test.csproj')
-rw-r--r--OATH.Net.Test/OATH.Net.Test.csproj1
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 5565426..5004614 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="Base32Tests.cs" />
<Compile Include="KeyTests.cs" />
<Compile Include="MiscExtensionsTests.cs" />
<Compile Include="CounterBasedOtpGeneratorTests.cs" />