forked from hedgar2017/loki-hidriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloki-hidriver.sln
40 lines (40 loc) · 2.03 KB
/
loki-hidriver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 12.0
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KMDFDriver", "KMDFDriver\KMDFDriver.vcxproj", "{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|ARM.ActiveCfg = Debug|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|ARM64.ActiveCfg = Debug|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|Win32.ActiveCfg = Debug|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|Win32.Build.0 = Debug|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|x64.ActiveCfg = Debug|x64
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|x64.Build.0 = Debug|x64
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Debug|x64.Deploy.0 = Debug|x64
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Release|ARM.ActiveCfg = Release|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Release|ARM64.ActiveCfg = Release|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Release|Win32.ActiveCfg = Release|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Release|Win32.Build.0 = Release|Win32
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Release|x64.ActiveCfg = Release|x64
{F99BF4F7-CF9B-4891-AF76-70B1C5046B05}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD10887A-96E8-4B68-B1FD-7D3F6A53B576}
EndGlobalSection
EndGlobal