forked from qubic/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQubic.sln
More file actions
71 lines (71 loc) · 4.48 KB
/
Qubic.sln
File metadata and controls
71 lines (71 loc) · 4.48 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Qubic", "src\Qubic.vcxproj", "{6A7C1322-658B-4FD8-8150-A2F88202B57F}"
ProjectSection(ProjectDependencies) = postProject
{61270221-BD41-438E-8F74-48AEC8C3F9A5} = {61270221-BD41-438E-8F74-48AEC8C3F9A5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{30E8E249-6B00-4575-BCDF-BE2445D5E099}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platform_common", "lib\platform_common\platform_common.vcxproj", "{61270221-BD41-438E-8F74-48AEC8C3F9A5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platform_efi", "lib\platform_efi\platform_efi.vcxproj", "{E8755F8F-3AD0-435A-992A-B05DCC188F6F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "platform_os", "lib\platform_os\platform_os.vcxproj", "{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "benchmark", "benchmark_uefi\benchmark.vcxproj", "{AD7B4795-A54D-631F-A159-B0324B09BE5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
ReleaseAVX512|x64 = ReleaseAVX512|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A7C1322-658B-4FD8-8150-A2F88202B57F}.Debug|x64.ActiveCfg = Debug|x64
{6A7C1322-658B-4FD8-8150-A2F88202B57F}.Debug|x64.Build.0 = Debug|x64
{6A7C1322-658B-4FD8-8150-A2F88202B57F}.Release|x64.ActiveCfg = Release|x64
{6A7C1322-658B-4FD8-8150-A2F88202B57F}.Release|x64.Build.0 = Release|x64
{6A7C1322-658B-4FD8-8150-A2F88202B57F}.ReleaseAVX512|x64.ActiveCfg = ReleaseAVX512|x64
{6A7C1322-658B-4FD8-8150-A2F88202B57F}.ReleaseAVX512|x64.Build.0 = ReleaseAVX512|x64
{30E8E249-6B00-4575-BCDF-BE2445D5E099}.Debug|x64.ActiveCfg = Debug|x64
{30E8E249-6B00-4575-BCDF-BE2445D5E099}.Debug|x64.Build.0 = Debug|x64
{30E8E249-6B00-4575-BCDF-BE2445D5E099}.Release|x64.ActiveCfg = Release|x64
{30E8E249-6B00-4575-BCDF-BE2445D5E099}.Release|x64.Build.0 = Release|x64
{30E8E249-6B00-4575-BCDF-BE2445D5E099}.ReleaseAVX512|x64.ActiveCfg = ReleaseAVX512|x64
{30E8E249-6B00-4575-BCDF-BE2445D5E099}.ReleaseAVX512|x64.Build.0 = ReleaseAVX512|x64
{61270221-BD41-438E-8F74-48AEC8C3F9A5}.Debug|x64.ActiveCfg = Debug|x64
{61270221-BD41-438E-8F74-48AEC8C3F9A5}.Debug|x64.Build.0 = Debug|x64
{61270221-BD41-438E-8F74-48AEC8C3F9A5}.Release|x64.ActiveCfg = Release|x64
{61270221-BD41-438E-8F74-48AEC8C3F9A5}.Release|x64.Build.0 = Release|x64
{61270221-BD41-438E-8F74-48AEC8C3F9A5}.ReleaseAVX512|x64.ActiveCfg = Release|x64
{61270221-BD41-438E-8F74-48AEC8C3F9A5}.ReleaseAVX512|x64.Build.0 = Release|x64
{E8755F8F-3AD0-435A-992A-B05DCC188F6F}.Debug|x64.ActiveCfg = Debug|x64
{E8755F8F-3AD0-435A-992A-B05DCC188F6F}.Debug|x64.Build.0 = Debug|x64
{E8755F8F-3AD0-435A-992A-B05DCC188F6F}.Release|x64.ActiveCfg = Release|x64
{E8755F8F-3AD0-435A-992A-B05DCC188F6F}.Release|x64.Build.0 = Release|x64
{E8755F8F-3AD0-435A-992A-B05DCC188F6F}.ReleaseAVX512|x64.ActiveCfg = Release|x64
{E8755F8F-3AD0-435A-992A-B05DCC188F6F}.ReleaseAVX512|x64.Build.0 = Release|x64
{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}.Debug|x64.ActiveCfg = Debug|x64
{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}.Debug|x64.Build.0 = Debug|x64
{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}.Release|x64.ActiveCfg = Release|x64
{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}.Release|x64.Build.0 = Release|x64
{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}.ReleaseAVX512|x64.ActiveCfg = Release|x64
{88B4CDA8-8248-44D0-848E-0E938A2AAD6D}.ReleaseAVX512|x64.Build.0 = Release|x64
{AD7B4795-A54D-631F-A159-B0324B09BE5E}.Debug|x64.ActiveCfg = Debug|x64
{AD7B4795-A54D-631F-A159-B0324B09BE5E}.Debug|x64.Build.0 = Debug|x64
{AD7B4795-A54D-631F-A159-B0324B09BE5E}.Release|x64.ActiveCfg = Release|x64
{AD7B4795-A54D-631F-A159-B0324B09BE5E}.Release|x64.Build.0 = Release|x64
{AD7B4795-A54D-631F-A159-B0324B09BE5E}.ReleaseAVX512|x64.ActiveCfg = ReleaseAVX512|x64
{AD7B4795-A54D-631F-A159-B0324B09BE5E}.ReleaseAVX512|x64.Build.0 = ReleaseAVX512|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26B81876-BC99-44C5-8A20-158EB96600D7}
EndGlobalSection
EndGlobal