-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathelgamal12.sln
45 lines (45 loc) · 2.76 KB
/
elgamal12.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elgamal_test", "proj12\elgamal_test\elgamal_test.vcxproj", "{46B6E88E-739A-406B-9F68-BC46C5950FA2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "power_window_test", "proj12\power_window_test\power_window_test.vcxproj", "{13817885-4098-4018-AECF-5321278AB5D7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vote_tool", "proj12\vote_tool\vote_tool.vcxproj", "{DC78A5DA-6796-4C29-A6B6-8592AEF3A5EA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "proj12\bench\bench.vcxproj", "{1163575A-7211-47AD-B326-CA695E9336FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wrap_test", "proj12\wrap_test\wrap_test.vcxproj", "{02BF7452-EFAC-4C14-BF16-07589B14B0D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46B6E88E-739A-406B-9F68-BC46C5950FA2}.Debug|x64.ActiveCfg = Debug|x64
{46B6E88E-739A-406B-9F68-BC46C5950FA2}.Debug|x64.Build.0 = Debug|x64
{46B6E88E-739A-406B-9F68-BC46C5950FA2}.Release|x64.ActiveCfg = Release|x64
{46B6E88E-739A-406B-9F68-BC46C5950FA2}.Release|x64.Build.0 = Release|x64
{13817885-4098-4018-AECF-5321278AB5D7}.Debug|x64.ActiveCfg = Debug|x64
{13817885-4098-4018-AECF-5321278AB5D7}.Debug|x64.Build.0 = Debug|x64
{13817885-4098-4018-AECF-5321278AB5D7}.Release|x64.ActiveCfg = Release|x64
{13817885-4098-4018-AECF-5321278AB5D7}.Release|x64.Build.0 = Release|x64
{DC78A5DA-6796-4C29-A6B6-8592AEF3A5EA}.Debug|x64.ActiveCfg = Debug|x64
{DC78A5DA-6796-4C29-A6B6-8592AEF3A5EA}.Debug|x64.Build.0 = Debug|x64
{DC78A5DA-6796-4C29-A6B6-8592AEF3A5EA}.Release|x64.ActiveCfg = Release|x64
{DC78A5DA-6796-4C29-A6B6-8592AEF3A5EA}.Release|x64.Build.0 = Release|x64
{1163575A-7211-47AD-B326-CA695E9336FC}.Debug|x64.ActiveCfg = Debug|x64
{1163575A-7211-47AD-B326-CA695E9336FC}.Debug|x64.Build.0 = Debug|x64
{1163575A-7211-47AD-B326-CA695E9336FC}.Release|x64.ActiveCfg = Release|x64
{1163575A-7211-47AD-B326-CA695E9336FC}.Release|x64.Build.0 = Release|x64
{02BF7452-EFAC-4C14-BF16-07589B14B0D0}.Debug|x64.ActiveCfg = Debug|x64
{02BF7452-EFAC-4C14-BF16-07589B14B0D0}.Debug|x64.Build.0 = Debug|x64
{02BF7452-EFAC-4C14-BF16-07589B14B0D0}.Release|x64.ActiveCfg = Release|x64
{02BF7452-EFAC-4C14-BF16-07589B14B0D0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal