-
Notifications
You must be signed in to change notification settings - Fork 11
/
main.sln
105 lines (105 loc) · 6.63 KB
/
main.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frontend", "frontend\frontend.vcxproj", "{C81DC04B-A0F0-4B77-8DCE-C8190E629467}"
ProjectSection(ProjectDependencies) = postProject
{D159E2F9-226C-4B19-905E-CC1EA0EB013F} = {D159E2F9-226C-4B19-905E-CC1EA0EB013F}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9CAB0DB-C7A5-4180-A85A-F532BC550E59}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CMakeLists.txt = CMakeLists.txt
copySourceToLinux.ps1 = copySourceToLinux.ps1
README.md = README.md
testout.txt = testout.txt
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libOTe", "libOTe\libOTe\libOTe.vcxproj.vcxproj", "{D159E2F9-226C-4B19-905E-CC1EA0EB013F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cryptoTools", "libOTe\cryptoTools\cryptoTools\cryptoTools.vcxproj", "{B707F703-490A-447F-9737-C6A70B8D7A61}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestsVS", "TestsVS\TestsVS.vcxproj", "{3EC91167-3C50-4271-988F-0F774FFA8ACC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ivory", "Ivory-Runtime\ivory\ivory.vcxproj", "{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ivoryTests", "Ivory-Runtime\ivoryTests\ivoryTests.vcxproj", "{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libCluster", "libCluster\libCluster.vcxproj.vcxproj", "{3009BA72-CE9A-404F-83F4-C72AD4DC0240}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_DLLRT|x64 = Debug_DLLRT|x64
Debug|x64 = Debug|x64
Release_DLLRT|x64 = Release_DLLRT|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Debug_DLLRT|x64.Build.0 = Debug|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Debug_DLLRT|x64.Deploy.0 = Debug|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Debug|x64.ActiveCfg = Debug|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Debug|x64.Build.0 = Debug|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Release_DLLRT|x64.ActiveCfg = Release|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Release_DLLRT|x64.Build.0 = Release|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Release_DLLRT|x64.Deploy.0 = Release|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Release|x64.ActiveCfg = Release|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Release|x64.Build.0 = Release|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Debug_DLLRT|x64.Build.0 = Debug|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Debug|x64.ActiveCfg = Debug|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Debug|x64.Build.0 = Debug|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Release_DLLRT|x64.ActiveCfg = Release|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Release_DLLRT|x64.Build.0 = Release|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Release|x64.ActiveCfg = Release|x64
{D159E2F9-226C-4B19-905E-CC1EA0EB013F}.Release|x64.Build.0 = Release|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Debug_DLLRT|x64.ActiveCfg = Debug_DLLRT|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Debug_DLLRT|x64.Build.0 = Debug_DLLRT|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Debug|x64.ActiveCfg = Debug|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Debug|x64.Build.0 = Debug|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Release_DLLRT|x64.ActiveCfg = Release_DLLRT|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Release_DLLRT|x64.Build.0 = Release_DLLRT|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Release|x64.ActiveCfg = Release|x64
{B707F703-490A-447F-9737-C6A70B8D7A61}.Release|x64.Build.0 = Release|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Debug_DLLRT|x64.Build.0 = Debug|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Debug|x64.ActiveCfg = Debug|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Debug|x64.Build.0 = Debug|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Release_DLLRT|x64.ActiveCfg = Release|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Release_DLLRT|x64.Build.0 = Release|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Release|x64.ActiveCfg = Release|x64
{3EC91167-3C50-4271-988F-0F774FFA8ACC}.Release|x64.Build.0 = Release|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Debug_DLLRT|x64.Build.0 = Debug|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Debug|x64.ActiveCfg = Debug|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Debug|x64.Build.0 = Debug|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Release_DLLRT|x64.ActiveCfg = Release|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Release_DLLRT|x64.Build.0 = Release|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Release|x64.ActiveCfg = Release|x64
{8C3AF3C3-2ABF-43A7-8B72-C674E64BD0D6}.Release|x64.Build.0 = Release|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Debug_DLLRT|x64.Build.0 = Debug|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Debug|x64.ActiveCfg = Debug|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Debug|x64.Build.0 = Debug|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Release_DLLRT|x64.ActiveCfg = Release|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Release_DLLRT|x64.Build.0 = Release|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Release|x64.ActiveCfg = Release|x64
{D3E2E0BC-D52A-494F-8C7A-C204C164EFD0}.Release|x64.Build.0 = Release|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Debug_DLLRT|x64.Build.0 = Debug|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Debug|x64.ActiveCfg = Debug|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Debug|x64.Build.0 = Debug|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Release_DLLRT|x64.ActiveCfg = Release|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Release_DLLRT|x64.Build.0 = Release|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Release|x64.ActiveCfg = Release|x64
{3009BA72-CE9A-404F-83F4-C72AD4DC0240}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F6B05B1-1A9C-4769-9A36-E4F4410C4FFC}
EndGlobalSection
EndGlobal