-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher.sln
39 lines (39 loc) · 2.28 KB
/
ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A267ABB6-E68E-4B75-9482-DB0DB2AFF700}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher", "src\ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher\ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher.csproj", "{294FB442-6D65-445D-9639-B0D8103509AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BD00361E-A90E-4DB8-8792-944235D0648C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher.Tests", "test\ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher.Tests\ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher.Tests.csproj", "{DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{294FB442-6D65-445D-9639-B0D8103509AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{294FB442-6D65-445D-9639-B0D8103509AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{294FB442-6D65-445D-9639-B0D8103509AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{294FB442-6D65-445D-9639-B0D8103509AE}.Release|Any CPU.Build.0 = Release|Any CPU
{DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{294FB442-6D65-445D-9639-B0D8103509AE} = {A267ABB6-E68E-4B75-9482-DB0DB2AFF700}
{DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A} = {BD00361E-A90E-4DB8-8792-944235D0648C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E549FCCA-5469-4AB8-90A4-CB810EDAD0D7}
EndGlobalSection
EndGlobal