-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathEVENSTAR.sln
More file actions
48 lines (48 loc) · 2.95 KB
/
EVENSTAR.sln
File metadata and controls
48 lines (48 loc) · 2.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReadCRDbgExt", "ReadCRDbgExt\ReadCRDbgExt.vcxproj", "{78BD9103-3B0A-46DF-9261-148EA8F34DF0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GetCPL", "GetCPL\GetCPL.vcxproj", "{F9AB9899-9F93-4252-B634-740F19CCC1DC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PagingDbgExt", "PagingDbgExt\PagingDbgExt.vcxproj", "{4321EA53-183E-4104-887D-5CBFC14E4211}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReadIDTDbgExt", "ReadIDTDbgExt\ReadIDTDbgExt.vcxproj", "{32175898-45C7-4C47-990E-EBB9DA9D0992}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GetCurrentProcessorNumber", "GetCurrentProcessorNumber\GetCurrentProcessorNumber.vcxproj", "{4A00FFAF-5B55-4BAB-B681-4DB692B25001}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KernelToUserInjector", "KernelToUserInjector\KernelToUserInjector.vcxproj", "{455ED3CD-DF55-4D4F-8C22-895E06AE469B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KernelWriteProtect", "KernelWriteProtect\KernelWriteProtect.vcxproj", "{E81DEF46-8802-4B42-AC86-09E3052D488F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78BD9103-3B0A-46DF-9261-148EA8F34DF0}.Release|x64.ActiveCfg = Release|x64
{78BD9103-3B0A-46DF-9261-148EA8F34DF0}.Release|x64.Build.0 = Release|x64
{F9AB9899-9F93-4252-B634-740F19CCC1DC}.Release|x64.ActiveCfg = Release|x64
{F9AB9899-9F93-4252-B634-740F19CCC1DC}.Release|x64.Build.0 = Release|x64
{4321EA53-183E-4104-887D-5CBFC14E4211}.Release|x64.ActiveCfg = Release|x64
{4321EA53-183E-4104-887D-5CBFC14E4211}.Release|x64.Build.0 = Release|x64
{32175898-45C7-4C47-990E-EBB9DA9D0992}.Release|x64.ActiveCfg = Release|x64
{32175898-45C7-4C47-990E-EBB9DA9D0992}.Release|x64.Build.0 = Release|x64
{4A00FFAF-5B55-4BAB-B681-4DB692B25001}.Release|x64.ActiveCfg = Release|x64
{4A00FFAF-5B55-4BAB-B681-4DB692B25001}.Release|x64.Build.0 = Release|x64
{455ED3CD-DF55-4D4F-8C22-895E06AE469B}.Release|x64.ActiveCfg = Release|x64
{455ED3CD-DF55-4D4F-8C22-895E06AE469B}.Release|x64.Build.0 = Release|x64
{455ED3CD-DF55-4D4F-8C22-895E06AE469B}.Release|x64.Deploy.0 = Release|x64
{E81DEF46-8802-4B42-AC86-09E3052D488F}.Release|x64.ActiveCfg = Release|x64
{E81DEF46-8802-4B42-AC86-09E3052D488F}.Release|x64.Build.0 = Release|x64
{E81DEF46-8802-4B42-AC86-09E3052D488F}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D678FC6-563C-4AB4-B381-0A1C39284E52}
EndGlobalSection
EndGlobal