mirror of
https://github.com/Bareflank/hypervisor
synced 2026-08-17 06:23:04 -04:00
This patch provides initial support for Windows. It also addresses some issues with transient exeuction attacks (specifically straight line attacks)
51 lines
2.7 KiB
Text
51 lines
2.7 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.30907.101
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loader", "loader.vcxproj", "{88A43C32-6BEF-45BF-81E3-109A654FE401}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|ARM = Debug|ARM
|
|
Debug|ARM64 = Debug|ARM64
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|ARM = Release|ARM
|
|
Release|ARM64 = Release|ARM64
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|ARM.Build.0 = Debug|ARM
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|ARM.Deploy.0 = Debug|ARM
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|ARM64.Deploy.0 = Debug|ARM64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|x64.ActiveCfg = Debug|x64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|x64.Build.0 = Debug|x64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|x64.Deploy.0 = Debug|x64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|x86.Build.0 = Debug|Win32
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Debug|x86.Deploy.0 = Debug|Win32
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|ARM.ActiveCfg = Release|ARM
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|ARM.Build.0 = Release|ARM
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|ARM.Deploy.0 = Release|ARM
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|ARM64.Build.0 = Release|ARM64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|ARM64.Deploy.0 = Release|ARM64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|x64.ActiveCfg = Release|x64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|x64.Build.0 = Release|x64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|x64.Deploy.0 = Release|x64
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|x86.ActiveCfg = Release|Win32
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|x86.Build.0 = Release|Win32
|
|
{88A43C32-6BEF-45BF-81E3-109A654FE401}.Release|x86.Deploy.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {DEEBE35E-1740-47B4-BCC7-D50D44F461A7}
|
|
EndGlobalSection
|
|
EndGlobal
|