-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSafeRing0.sln
More file actions
32 lines (32 loc) · 1.68 KB
/
Copy pathSafeRing0.sln
File metadata and controls
32 lines (32 loc) · 1.68 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
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33022.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SafeRing0DLL", "UserDLL\SafeRing0DLL.vcxproj", "{D4A1F8E1-1234-4ABC-91EF-000000000001}"
ProjectSection(ProjectDependencies) = postProject
{A1B2C3D4-5678-4DEF-ABCD-000000000002} = {A1B2C3D4-5678-4DEF-ABCD-000000000002}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SafeRing0Driver", "Driver\SafeRing0Driver.vcxproj", "{A1B2C3D4-5678-4DEF-ABCD-000000000002}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4A1F8E1-1234-4ABC-91EF-000000000001}.Debug|x64.ActiveCfg = Debug|x64
{D4A1F8E1-1234-4ABC-91EF-000000000001}.Debug|x64.Build.0 = Debug|x64
{D4A1F8E1-1234-4ABC-91EF-000000000001}.Release|x64.ActiveCfg = Release|x64
{D4A1F8E1-1234-4ABC-91EF-000000000001}.Release|x64.Build.0 = Release|x64
{A1B2C3D4-5678-4DEF-ABCD-000000000002}.Debug|x64.ActiveCfg = Debug|x64
{A1B2C3D4-5678-4DEF-ABCD-000000000002}.Debug|x64.Build.0 = Debug|x64
{A1B2C3D4-5678-4DEF-ABCD-000000000002}.Debug|x64.Deploy.0 = Debug|x64
{A1B2C3D4-5678-4DEF-ABCD-000000000002}.Release|x64.ActiveCfg = Release|x64
{A1B2C3D4-5678-4DEF-ABCD-000000000002}.Release|x64.Build.0 = Release|x64
{A1B2C3D4-5678-4DEF-ABCD-000000000002}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal