-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelf-hypervisor.sln
More file actions
18 lines (18 loc) · 837 Bytes
/
elf-hypervisor.sln
File metadata and controls
18 lines (18 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E5A83B30-34A4-4E4D-9E3F-5E7C8F0E8B5C}") = "elf-hypervisor", "elf-hypervisor.vcxproj", "{0B0C8F1E-2C7F-4A3C-9E9F-6B9B4E1A2C3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B0C8F1E-2C7F-4A3C-9E9F-6B9B4E1A2C3D}.Debug|x64.ActiveCfg = Debug|x64
{0B0C8F1E-2C7F-4A3C-9E9F-6B9B4E1A2C3D}.Debug|x64.Build.0 = Debug|x64
{0B0C8F1E-2C7F-4A3C-9E9F-6B9B4E1A2C3D}.Release|x64.ActiveCfg = Release|x64
{0B0C8F1E-2C7F-4A3C-9E9F-6B9B4E1A2C3D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
EndGlobal