-
Notifications
You must be signed in to change notification settings - Fork 12
/
Replicon.Cryptography.SCrypt.sln
61 lines (61 loc) · 3.82 KB
/
Replicon.Cryptography.SCrypt.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32630.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Replicon.Cryptography.SCrypt", "Replicon.Cryptography.SCrypt\Replicon.Cryptography.SCrypt.csproj", "{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Replicon.Cryptography.SCrypt.Tests", "Replicon.Cryptography.SCrypt.Tests\Replicon.Cryptography.SCrypt.Tests.csproj", "{05D34844-8E1F-4155-92E9-D086DE26362F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|Win32.ActiveCfg = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|Win32.Build.0 = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|x64.ActiveCfg = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Debug|x64.Build.0 = Debug|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|Any CPU.Build.0 = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|Win32.ActiveCfg = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|Win32.Build.0 = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|x64.ActiveCfg = Release|Any CPU
{CED9B1A4-A1D5-4E52-B3A3-80608EA484E6}.Release|x64.Build.0 = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|Win32.ActiveCfg = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|Win32.Build.0 = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|x64.ActiveCfg = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Debug|x64.Build.0 = Debug|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|Any CPU.Build.0 = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|Win32.ActiveCfg = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|Win32.Build.0 = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|x64.ActiveCfg = Release|Any CPU
{05D34844-8E1F-4155-92E9-D086DE26362F}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FE41E32-B3AC-48E8-B069-20BCC0AACA59}
EndGlobalSection
EndGlobal