-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuefi-rt.sln
22 lines (22 loc) · 883 Bytes
/
uefi-rt.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uefi-rt", "src\uefi-rt.vcxproj", "{E97CCD6A-D515-40C6-8F96-36B2BFB9BD7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E97CCD6A-D515-40C6-8F96-36B2BFB9BD7D}.Release|x64.ActiveCfg = Release|x64
{E97CCD6A-D515-40C6-8F96-36B2BFB9BD7D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6404E2A1-4A16-489F-AE6F-A895572036E4}
EndGlobalSection
EndGlobal