init passwordless project

This commit is contained in:
damienbod
2019-10-16 15:27:11 +02:00
parent 3e98670144
commit 88e93b0fd5
208 changed files with 40494 additions and 7 deletions

10
.gitignore vendored
View File

@@ -1,5 +1,5 @@
/AspNetCoreIdentityFido2Mfa/AspNetCoreIdentityFido2Mfa/obj
/AspNetCoreIdentityFido2Mfa/.vs
/AspNetCoreIdentityFido2Mfa/AspNetCoreIdentityFido2Mfa/bin
/AspNetCoreIdentityFido2Mfa/AspNetCoreIdentityFido2Mfa/AspNetCoreIdentityFido2Mfa.csproj.user
/AspNetCoreIdentityFido2Mfa/AspNetCoreIdentityFido2Mfa/ScaffoldingReadme.txt
/**/obj
/.vs
/**/bin
/**/*.csproj.user
/**/ScaffoldingReadme.txt

View File

@@ -3,13 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreIdentityFido2Mfa", "AspNetCoreIdentityFido2Mfa\AspNetCoreIdentityFido2Mfa.csproj", "{916D94C8-C767-425B-9F6F-8055088A3224}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreIdentityFido2Mfa", ".\AspNetCoreIdentityFido2Mfa.csproj", "{916D94C8-C767-425B-9F6F-8055088A3224}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A467C8F-1911-437C-B400-876DD70F0383}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
.\README.md = .\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreIdentityFido2Passwordless", ".\AspNetCoreIdentityFido2Passwordless\AspNetCoreIdentityFido2Passwordless.csproj", "{728EC854-20BA-4DCB-82D0-60977E6182F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -20,6 +22,10 @@ Global
{916D94C8-C767-425B-9F6F-8055088A3224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{916D94C8-C767-425B-9F6F-8055088A3224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{916D94C8-C767-425B-9F6F-8055088A3224}.Release|Any CPU.Build.0 = Release|Any CPU
{728EC854-20BA-4DCB-82D0-60977E6182F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{728EC854-20BA-4DCB-82D0-60977E6182F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{728EC854-20BA-4DCB-82D0-60977E6182F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{728EC854-20BA-4DCB-82D0-60977E6182F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

Some files were not shown because too many files have changed in this diff Show More