-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathScottBrady91.AspNetCore.Identity.BCryptPasswordHasher.sln
39 lines (39 loc) · 2.25 KB
/
ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher.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", "{0D8D1225-F6DE-4553-8A4E-7D7959810CAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher", "src\ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher\ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher.csproj", "{10890B40-2356-4D74-9553-05552FCD8C81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{4236F683-3759-4179-97B3-625313B45573}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScottBrady91.AspNetCore.Identity", "test\ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher.Tests\ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher.Tests.csproj", "{1684FF6A-CFAC-41C1-ABE5-DAF20A03E9A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10890B40-2356-4D74-9553-05552FCD8C81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10890B40-2356-4D74-9553-05552FCD8C81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10890B40-2356-4D74-9553-05552FCD8C81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10890B40-2356-4D74-9553-05552FCD8C81}.Release|Any CPU.Build.0 = Release|Any CPU
{1684FF6A-CFAC-41C1-ABE5-DAF20A03E9A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1684FF6A-CFAC-41C1-ABE5-DAF20A03E9A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1684FF6A-CFAC-41C1-ABE5-DAF20A03E9A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1684FF6A-CFAC-41C1-ABE5-DAF20A03E9A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{10890B40-2356-4D74-9553-05552FCD8C81} = {0D8D1225-F6DE-4553-8A4E-7D7959810CAB}
{1684FF6A-CFAC-41C1-ABE5-DAF20A03E9A5} = {4236F683-3759-4179-97B3-625313B45573}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6FD8AEB-2C62-40B4-8ECB-7870943D53FC}
EndGlobalSection
EndGlobal