forked from osu-crypto/BaRK-OPRF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bOPRF-PSI.sln
42 lines (42 loc) · 2.03 KB
/
bOPRF-PSI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{5280458E-A3DB-4965-9A35-5FB0A9F9124D}"
ProjectSection(SolutionItems) = preProject
debug.mak = debug.mak
makefile = makefile
release.mak = release.mak
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bOPRFmain", "bOPRFmain\bOPRFmain.vcxproj", "{C81DC04B-A0F0-4B77-8DCE-C8190E629467}"
ProjectSection(ProjectDependencies) = postProject
{4B3D93AF-B008-452D-B1BC-CACC67C3DC27} = {4B3D93AF-B008-452D-B1BC-CACC67C3DC27}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bOPRFlib", "bOPRFlib\bOPRFlib.vcxproj", "{4B3D93AF-B008-452D-B1BC-CACC67C3DC27}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linux", "linux\linux.vcxproj", "{72427940-1136-4BFA-8634-713FBD9A2B0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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|x64.ActiveCfg = Release|x64
{C81DC04B-A0F0-4B77-8DCE-C8190E629467}.Release|x64.Build.0 = Release|x64
{4B3D93AF-B008-452D-B1BC-CACC67C3DC27}.Debug|x64.ActiveCfg = Debug|x64
{4B3D93AF-B008-452D-B1BC-CACC67C3DC27}.Debug|x64.Build.0 = Debug|x64
{4B3D93AF-B008-452D-B1BC-CACC67C3DC27}.Release|x64.ActiveCfg = Release|x64
{4B3D93AF-B008-452D-B1BC-CACC67C3DC27}.Release|x64.Build.0 = Release|x64
{72427940-1136-4BFA-8634-713FBD9A2B0B}.Debug|x64.ActiveCfg = Debug|x64
{72427940-1136-4BFA-8634-713FBD9A2B0B}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal