diff options
author | glacasa <guillaumelacasa@hotmail.com> | 2013-12-04 10:40:13 -0800 |
---|---|---|
committer | glacasa <guillaumelacasa@hotmail.com> | 2013-12-04 10:40:13 -0800 |
commit | 33c70541ca1e0ea27ac6a9ba5bbee799f03f9de8 (patch) | |
tree | a5b4317bfdbda4eb6b2df8396d90b9b3a60e54f5 /TwoStepsAuthenticator.sln | |
parent | aefa4764cc1e858da39bc3af4e6a385d924967a2 (diff) | |
parent | 99c53801f3d4269b8058e87fa48b4bc37c7533fd (diff) | |
download | TwoStepsAuthenticator-33c70541ca1e0ea27ac6a9ba5bbee799f03f9de8.zip TwoStepsAuthenticator-33c70541ca1e0ea27ac6a9ba5bbee799f03f9de8.tar.gz TwoStepsAuthenticator-33c70541ca1e0ea27ac6a9ba5bbee799f03f9de8.tar.bz2 |
Merge pull request #2 from dusk0r/master
Constant time check for codes
Diffstat (limited to 'TwoStepsAuthenticator.sln')
-rw-r--r-- | TwoStepsAuthenticator.sln | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.sln b/TwoStepsAuthenticator.sln index a23c14e..6963eba 100644 --- a/TwoStepsAuthenticator.sln +++ b/TwoStepsAuthenticator.sln @@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoStepsAuthenticator.TestA EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoStepsAuthenticator.TestWebsite", "TwoStepsAuthenticator.TestWebsite\TwoStepsAuthenticator.TestWebsite.csproj", "{38058CE1-D82E-4C9D-B07D-293EAEC66878}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoStepsAuthenticator.UnitTests", "TwoStepsAuthenticator.UnitTests\TwoStepsAuthenticator.UnitTests.csproj", "{E936FFA0-2E6E-4CA7-9841-FB844A817E0C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -25,6 +27,10 @@ Global {38058CE1-D82E-4C9D-B07D-293EAEC66878}.Debug|Any CPU.Build.0 = Debug|Any CPU {38058CE1-D82E-4C9D-B07D-293EAEC66878}.Release|Any CPU.ActiveCfg = Release|Any CPU {38058CE1-D82E-4C9D-B07D-293EAEC66878}.Release|Any CPU.Build.0 = Release|Any CPU + {E936FFA0-2E6E-4CA7-9841-FB844A817E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E936FFA0-2E6E-4CA7-9841-FB844A817E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E936FFA0-2E6E-4CA7-9841-FB844A817E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E936FFA0-2E6E-4CA7-9841-FB844A817E0C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |