|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 15 |
| 4 | +VisualStudioVersion = 15.0.27004.2005 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A267ABB6-E68E-4B75-9482-DB0DB2AFF700}" |
| 7 | +EndProject |
| 8 | +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}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BD00361E-A90E-4DB8-8792-944235D0648C}" |
| 11 | +EndProject |
| 12 | +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}" |
| 13 | +EndProject |
| 14 | +Global |
| 15 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 16 | + Debug|Any CPU = Debug|Any CPU |
| 17 | + Release|Any CPU = Release|Any CPU |
| 18 | + EndGlobalSection |
| 19 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 20 | + {294FB442-6D65-445D-9639-B0D8103509AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 21 | + {294FB442-6D65-445D-9639-B0D8103509AE}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 22 | + {294FB442-6D65-445D-9639-B0D8103509AE}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 23 | + {294FB442-6D65-445D-9639-B0D8103509AE}.Release|Any CPU.Build.0 = Release|Any CPU |
| 24 | + {DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 25 | + {DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 26 | + {DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A}.Release|Any CPU.Build.0 = Release|Any CPU |
| 28 | + EndGlobalSection |
| 29 | + GlobalSection(SolutionProperties) = preSolution |
| 30 | + HideSolutionNode = FALSE |
| 31 | + EndGlobalSection |
| 32 | + GlobalSection(NestedProjects) = preSolution |
| 33 | + {294FB442-6D65-445D-9639-B0D8103509AE} = {A267ABB6-E68E-4B75-9482-DB0DB2AFF700} |
| 34 | + {DEB0A55A-EDE3-49C7-9D9A-2676CDCD7B9A} = {BD00361E-A90E-4DB8-8792-944235D0648C} |
| 35 | + EndGlobalSection |
| 36 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 37 | + SolutionGuid = {E549FCCA-5469-4AB8-90A4-CB810EDAD0D7} |
| 38 | + EndGlobalSection |
| 39 | +EndGlobal |
0 commit comments