-
Notifications
You must be signed in to change notification settings - Fork 0
/
PasswordHasher.sln
46 lines (46 loc) · 2.76 KB
/
PasswordHasher.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
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{68882E92-063D-46B0-B521-787F95603BE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardCore.Security.PasswordHasher", "src\StandardCore.Security.PasswordHasher\StandardCore.Security.PasswordHasher.csproj", "{76FC1AE4-C0D7-4DC0-9083-10B92CC66CD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0B67A57D-E460-4F07-BE3D-74429B82D236}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardCore.Security.PasswordHasher.Identity", "src\StandardCore.Security.PasswordHasher.Identity\StandardCore.Security.PasswordHasher.Identity.csproj", "{B11CE7D0-C73D-48CE-B507-B075EBFEC46A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordHasherTest", "test\PasswordHasherTest\PasswordHasherTest.csproj", "{07726BD8-7D06-44A1-BDD9-DF09DE1A3264}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76FC1AE4-C0D7-4DC0-9083-10B92CC66CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76FC1AE4-C0D7-4DC0-9083-10B92CC66CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76FC1AE4-C0D7-4DC0-9083-10B92CC66CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76FC1AE4-C0D7-4DC0-9083-10B92CC66CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{B11CE7D0-C73D-48CE-B507-B075EBFEC46A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B11CE7D0-C73D-48CE-B507-B075EBFEC46A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B11CE7D0-C73D-48CE-B507-B075EBFEC46A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B11CE7D0-C73D-48CE-B507-B075EBFEC46A}.Release|Any CPU.Build.0 = Release|Any CPU
{07726BD8-7D06-44A1-BDD9-DF09DE1A3264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07726BD8-7D06-44A1-BDD9-DF09DE1A3264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07726BD8-7D06-44A1-BDD9-DF09DE1A3264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07726BD8-7D06-44A1-BDD9-DF09DE1A3264}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{76FC1AE4-C0D7-4DC0-9083-10B92CC66CD2} = {68882E92-063D-46B0-B521-787F95603BE1}
{B11CE7D0-C73D-48CE-B507-B075EBFEC46A} = {68882E92-063D-46B0-B521-787F95603BE1}
{07726BD8-7D06-44A1-BDD9-DF09DE1A3264} = {0B67A57D-E460-4F07-BE3D-74429B82D236}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F09BDD7-0F17-4456-B216-F89D3FEF4675}
EndGlobalSection
EndGlobal