This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CryptoSwift.sln
51 lines (51 loc) · 2.79 KB
/
CryptoSwift.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{61E3E0B8-CF31-4C61-8F05-C7C3AF2C9CC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB2696E5-15AA-40B7-8905-EC0B3A46354B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CryptoSwift", "src\CryptoSwift\CryptoSwift.xproj", "{9CC1BD76-2FCE-490E-8C88-46BC2509E688}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3DF3DFBF-024F-4A70-A5A9-158D2D7D9017}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CryptoSwift.Tests", "test\CryptoSwift.Tests\CryptoSwift.Tests.xproj", "{6CBCD53C-6166-4649-B65F-8AE14BF8F709}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CryptoSwift.Console", "src\CryptoSwift.Console\CryptoSwift.Console.xproj", "{EA8FA327-8CF0-4827-B97F-9490C3A54DEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CC1BD76-2FCE-490E-8C88-46BC2509E688}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC1BD76-2FCE-490E-8C88-46BC2509E688}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC1BD76-2FCE-490E-8C88-46BC2509E688}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC1BD76-2FCE-490E-8C88-46BC2509E688}.Release|Any CPU.Build.0 = Release|Any CPU
{6CBCD53C-6166-4649-B65F-8AE14BF8F709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CBCD53C-6166-4649-B65F-8AE14BF8F709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CBCD53C-6166-4649-B65F-8AE14BF8F709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CBCD53C-6166-4649-B65F-8AE14BF8F709}.Release|Any CPU.Build.0 = Release|Any CPU
{EA8FA327-8CF0-4827-B97F-9490C3A54DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA8FA327-8CF0-4827-B97F-9490C3A54DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA8FA327-8CF0-4827-B97F-9490C3A54DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA8FA327-8CF0-4827-B97F-9490C3A54DEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9CC1BD76-2FCE-490E-8C88-46BC2509E688} = {61E3E0B8-CF31-4C61-8F05-C7C3AF2C9CC9}
{6CBCD53C-6166-4649-B65F-8AE14BF8F709} = {3DF3DFBF-024F-4A70-A5A9-158D2D7D9017}
{EA8FA327-8CF0-4827-B97F-9490C3A54DEC} = {61E3E0B8-CF31-4C61-8F05-C7C3AF2C9CC9}
EndGlobalSection
EndGlobal