forked from noahware/hyper-reV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyper-reV.sln
More file actions
27 lines (27 loc) · 1.36 KB
/
Copy pathhyper-reV.sln
File metadata and controls
27 lines (27 loc) · 1.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uefi-boot", "uefi-boot\uefi-boot.vcxproj", "{A8C03EEB-3FE7-4EAB-B1F8-273A441BC8B9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hyperv-attachment", "hyperv-attachment\hyperv-attachment.vcxproj", "{13A77C37-9BB2-445D-8E81-9687E455C2E6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usermode", "usermode\usermode.vcxproj", "{2EA786E4-1147-4804-AEAD-17975E24EC46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8C03EEB-3FE7-4EAB-B1F8-273A441BC8B9}.Release|x64.ActiveCfg = Release|x64
{A8C03EEB-3FE7-4EAB-B1F8-273A441BC8B9}.Release|x64.Build.0 = Release|x64
{13A77C37-9BB2-445D-8E81-9687E455C2E6}.Release|x64.ActiveCfg = Release|x64
{13A77C37-9BB2-445D-8E81-9687E455C2E6}.Release|x64.Build.0 = Release|x64
{2EA786E4-1147-4804-AEAD-17975E24EC46}.Release|x64.ActiveCfg = Release|x64
{2EA786E4-1147-4804-AEAD-17975E24EC46}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal