-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGrease.sln
More file actions
57 lines (57 loc) · 3.36 KB
/
Copy pathGrease.sln
File metadata and controls
57 lines (57 loc) · 3.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.37301.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grease", "usermode\Workspace\Grease.csproj", "{50F02066-5F07-40B6-A70F-61E657AD4469}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Kernel", "kernelmode\Workspace\Kernel.vcxproj", "{E5744F99-B719-B433-9393-6A84BB7EFC25}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50F02066-5F07-40B6-A70F-61E657AD4469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Debug|ARM64.Build.0 = Debug|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Debug|x64.ActiveCfg = Debug|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Debug|x64.Build.0 = Debug|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Release|Any CPU.Build.0 = Release|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Release|ARM64.ActiveCfg = Release|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Release|ARM64.Build.0 = Release|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Release|x64.ActiveCfg = Release|Any CPU
{50F02066-5F07-40B6-A70F-61E657AD4469}.Release|x64.Build.0 = Release|Any CPU
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|Any CPU.ActiveCfg = Debug|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|Any CPU.Build.0 = Debug|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|Any CPU.Deploy.0 = Debug|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|ARM64.ActiveCfg = Debug|ARM64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|ARM64.Build.0 = Debug|ARM64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|ARM64.Deploy.0 = Debug|ARM64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|x64.ActiveCfg = Debug|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|x64.Build.0 = Debug|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Debug|x64.Deploy.0 = Debug|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|Any CPU.ActiveCfg = Release|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|Any CPU.Build.0 = Release|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|Any CPU.Deploy.0 = Release|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|ARM64.ActiveCfg = Release|ARM64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|ARM64.Build.0 = Release|ARM64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|ARM64.Deploy.0 = Release|ARM64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|x64.ActiveCfg = Release|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|x64.Build.0 = Release|x64
{E5744F99-B719-B433-9393-6A84BB7EFC25}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFC4C9E9-DB15-47AB-BFC7-B6CE6A709BB4}
EndGlobalSection
EndGlobal