-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmainPSU.sln
110 lines (110 loc) · 7.01 KB
/
mainPSU.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
106
107
108
109
110
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
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}
{294C00B6-949E-4A45-AFA8-45D53590FC11} = {294C00B6-949E-4A45-AFA8-45D53590FC11}
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}") = "Tests", "Tests\Tests.vcxproj.vcxproj", "{294C00B6-949E-4A45-AFA8-45D53590FC11}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestsVS", "TestsVS\TestsVS.vcxproj", "{65381340-EC08-45B1-928E-74A4C5D46985}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libPoly", "libPoly\libPoly\libPoly.vcxproj.vcxproj", "{ECCFB14A-6F69-4071-8316-1A253C801FAA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libPSU", "libPSU\libPSU.vcxproj.vcxproj", "{B2498D05-9678-481A-AE20-7CBB56B82A23}"
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
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Debug_DLLRT|x64.Build.0 = Debug|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Debug_DLLRT|x64.Deploy.0 = Debug|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Debug|x64.ActiveCfg = Debug|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Debug|x64.Build.0 = Debug|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Debug|x64.Deploy.0 = Debug|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Release_DLLRT|x64.ActiveCfg = Release|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Release_DLLRT|x64.Build.0 = Release|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Release_DLLRT|x64.Deploy.0 = Release|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Release|x64.ActiveCfg = Release|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Release|x64.Build.0 = Release|x64
{294C00B6-949E-4A45-AFA8-45D53590FC11}.Release|x64.Deploy.0 = Release|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Debug_DLLRT|x64.Build.0 = Debug|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Debug|x64.ActiveCfg = Debug|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Debug|x64.Build.0 = Debug|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Release_DLLRT|x64.ActiveCfg = Release|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Release_DLLRT|x64.Build.0 = Release|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Release|x64.ActiveCfg = Release|x64
{65381340-EC08-45B1-928E-74A4C5D46985}.Release|x64.Build.0 = Release|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Debug_DLLRT|x64.Build.0 = Debug|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Debug|x64.ActiveCfg = Debug|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Debug|x64.Build.0 = Debug|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Release_DLLRT|x64.ActiveCfg = Release_DLLRT|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Release_DLLRT|x64.Build.0 = Release_DLLRT|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Release|x64.ActiveCfg = Release|x64
{ECCFB14A-6F69-4071-8316-1A253C801FAA}.Release|x64.Build.0 = Release|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Debug_DLLRT|x64.ActiveCfg = Debug|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Debug_DLLRT|x64.Build.0 = Debug|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Debug|x64.ActiveCfg = Debug|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Debug|x64.Build.0 = Debug|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Release_DLLRT|x64.ActiveCfg = Release_DLLRT|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Release_DLLRT|x64.Build.0 = Release_DLLRT|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Release|x64.ActiveCfg = Release|x64
{B2498D05-9678-481A-AE20-7CBB56B82A23}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F6B05B1-1A9C-4769-9A36-E4F4410C4FFC}
EndGlobalSection
EndGlobal