-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArgon2.NetCore.sln
More file actions
37 lines (37 loc) · 2.1 KB
/
Argon2.NetCore.sln
File metadata and controls
37 lines (37 loc) · 2.1 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Argon2.NetCore", "Argon2.NetCore\Argon2.NetCore.csproj", "{2B3BE0D3-2243-4C3B-BD5F-231B15B0A4BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Argon2.NetCore.Examples", "Argon2.NetCore.Examples\Argon2.NetCore.Examples.csproj", "{778D09E0-F085-479A-83CF-C9B9E6A2C223}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Argon2.NetCore.Tests", "Argon2.NetCore.Tests\Argon2.NetCore.Tests.csproj", "{8EFB79EF-7681-4C33-A7BE-95019125486A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B3BE0D3-2243-4C3B-BD5F-231B15B0A4BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B3BE0D3-2243-4C3B-BD5F-231B15B0A4BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B3BE0D3-2243-4C3B-BD5F-231B15B0A4BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B3BE0D3-2243-4C3B-BD5F-231B15B0A4BB}.Release|Any CPU.Build.0 = Release|Any CPU
{778D09E0-F085-479A-83CF-C9B9E6A2C223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{778D09E0-F085-479A-83CF-C9B9E6A2C223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{778D09E0-F085-479A-83CF-C9B9E6A2C223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{778D09E0-F085-479A-83CF-C9B9E6A2C223}.Release|Any CPU.Build.0 = Release|Any CPU
{8EFB79EF-7681-4C33-A7BE-95019125486A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EFB79EF-7681-4C33-A7BE-95019125486A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EFB79EF-7681-4C33-A7BE-95019125486A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EFB79EF-7681-4C33-A7BE-95019125486A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4E7B3A8-33FE-44B4-81DC-0D8BEA0045FE}
EndGlobalSection
EndGlobal