forked from secure-remote-password/srp.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
srp.sln
31 lines (30 loc) · 1.52 KB
/
srp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 17
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "srp", "srp\srp.csproj", "{C44D70C3-E143-49C6-BAC8-D443B848D57A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "srp.tests", "srp.tests\srp.tests.csproj", "{ED78A103-B3F8-439E-8833-40633F9797CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C44D70C3-E143-49C6-BAC8-D443B848D57A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C44D70C3-E143-49C6-BAC8-D443B848D57A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C44D70C3-E143-49C6-BAC8-D443B848D57A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C44D70C3-E143-49C6-BAC8-D443B848D57A}.Release|Any CPU.Build.0 = Release|Any CPU
{ED78A103-B3F8-439E-8833-40633F9797CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED78A103-B3F8-439E-8833-40633F9797CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED78A103-B3F8-439E-8833-40633F9797CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED78A103-B3F8-439E-8833-40633F9797CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25D283A8-FFD6-44C2-B475-A4CF29BB7298}
EndGlobalSection
EndGlobal