diff options
author | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-12 18:42:34 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-12 18:42:34 +0200 |
commit | f83d2a6a47734300a265273328f31120c38941e8 (patch) | |
tree | 734545fab6c462040668f9e8618557a80ad16356 /TwoStepsAuthenticator.TestWebsite.sln | |
parent | d3ac57ba63e266e1edc5d503b602c7ff50618056 (diff) | |
download | TwoStepsAuthenticator-f83d2a6a47734300a265273328f31120c38941e8.zip TwoStepsAuthenticator-f83d2a6a47734300a265273328f31120c38941e8.tar.gz TwoStepsAuthenticator-f83d2a6a47734300a265273328f31120c38941e8.tar.bz2 |
on avance dans l'algo
Diffstat (limited to 'TwoStepsAuthenticator.TestWebsite.sln')
-rw-r--r-- | TwoStepsAuthenticator.TestWebsite.sln | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestWebsite.sln b/TwoStepsAuthenticator.TestWebsite.sln index 2cf0269..1f71921 100644 --- a/TwoStepsAuthenticator.TestWebsite.sln +++ b/TwoStepsAuthenticator.TestWebsite.sln @@ -5,6 +5,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoStepsAuthenticator.TestW EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoStepsAuthenticator", "TwoStepsAuthenticator\TwoStepsAuthenticator.csproj", "{6C898CD1-0BF3-4711-847E-AD7DAC815CD8}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoStepsAuthenticator.TestApp", "TwoStepsAuthenticator.TestApp\TwoStepsAuthenticator.TestApp.csproj", "{D14B3558-877D-4219-817F-F61670A62A26}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -19,6 +21,10 @@ Global {6C898CD1-0BF3-4711-847E-AD7DAC815CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU {6C898CD1-0BF3-4711-847E-AD7DAC815CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU {6C898CD1-0BF3-4711-847E-AD7DAC815CD8}.Release|Any CPU.Build.0 = Release|Any CPU + {D14B3558-877D-4219-817F-F61670A62A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D14B3558-877D-4219-817F-F61670A62A26}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D14B3558-877D-4219-817F-F61670A62A26}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D14B3558-877D-4219-817F-F61670A62A26}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |