-
Notifications
You must be signed in to change notification settings - Fork 39
/
SandboxBootkit.sln
36 lines (36 loc) · 1.9 KB
/
SandboxBootkit.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SandboxBootkit", "SandboxBootkit\SandboxBootkit.vcxproj", "{00F9B865-9986-4D9C-BB53-7BB826522896}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "Installer\Installer.csproj", "{D3606CE8-4338-40BB-9CFD-20D931339BA0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Injector.vcxproj", "{7D9F180E-70D2-4B1E-92CD-F462027D8C75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00F9B865-9986-4D9C-BB53-7BB826522896}.Release|x64.ActiveCfg = Release|x64
{00F9B865-9986-4D9C-BB53-7BB826522896}.Release|x64.Build.0 = Release|x64
{00F9B865-9986-4D9C-BB53-7BB826522896}.Release|x86.ActiveCfg = Release|x64
{00F9B865-9986-4D9C-BB53-7BB826522896}.Release|x86.Build.0 = Release|x64
{D3606CE8-4338-40BB-9CFD-20D931339BA0}.Release|x64.ActiveCfg = Release|x64
{D3606CE8-4338-40BB-9CFD-20D931339BA0}.Release|x64.Build.0 = Release|x64
{D3606CE8-4338-40BB-9CFD-20D931339BA0}.Release|x86.ActiveCfg = Release|x64
{D3606CE8-4338-40BB-9CFD-20D931339BA0}.Release|x86.Build.0 = Release|x64
{7D9F180E-70D2-4B1E-92CD-F462027D8C75}.Release|x64.ActiveCfg = Release|x64
{7D9F180E-70D2-4B1E-92CD-F462027D8C75}.Release|x64.Build.0 = Release|x64
{7D9F180E-70D2-4B1E-92CD-F462027D8C75}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0BEC786-9EFF-40A9-ABB9-3B3CE365C392}
EndGlobalSection
EndGlobal