-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathExSharpBase.sln
49 lines (49 loc) · 2.76 KB
/
ExSharpBase.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
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExSharpBase", "ExSharpBase\ExSharpBase.csproj", "{E858DF52-4700-4AD0-AB33-0C3894C974FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kdmapper", "kdmapper\kdmapper.vcxproj", "{518E0636-BA8F-459D-ACAC-81BD33475E3E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kernelmode", "KDriver\kernelmode.vcxproj", "{543B764A-5AA2-490D-B8D6-927FA3BAE709}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Debug|x64.Build.0 = Debug|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Release|Any CPU.Build.0 = Release|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Release|x64.ActiveCfg = Release|Any CPU
{E858DF52-4700-4AD0-AB33-0C3894C974FC}.Release|x64.Build.0 = Release|Any CPU
{518E0636-BA8F-459D-ACAC-81BD33475E3E}.Debug|Any CPU.ActiveCfg = Debug|x64
{518E0636-BA8F-459D-ACAC-81BD33475E3E}.Debug|x64.ActiveCfg = Debug|x64
{518E0636-BA8F-459D-ACAC-81BD33475E3E}.Debug|x64.Build.0 = Debug|x64
{518E0636-BA8F-459D-ACAC-81BD33475E3E}.Release|Any CPU.ActiveCfg = Release|x64
{518E0636-BA8F-459D-ACAC-81BD33475E3E}.Release|x64.ActiveCfg = Release|x64
{518E0636-BA8F-459D-ACAC-81BD33475E3E}.Release|x64.Build.0 = Release|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Debug|Any CPU.ActiveCfg = Debug|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Debug|x64.ActiveCfg = Debug|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Debug|x64.Build.0 = Debug|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Debug|x64.Deploy.0 = Debug|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Release|Any CPU.ActiveCfg = Release|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Release|x64.ActiveCfg = Release|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Release|x64.Build.0 = Release|x64
{543B764A-5AA2-490D-B8D6-927FA3BAE709}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAE580B9-0446-414D-8263-0DFF30524AC3}
EndGlobalSection
EndGlobal