-
Notifications
You must be signed in to change notification settings - Fork 2
/
win-remote-driver-installer.sln
52 lines (52 loc) · 2.59 KB
/
win-remote-driver-installer.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcxproj", "{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}"
ProjectSection(ProjectDependencies) = postProject
{9788C341-2C14-4BD7-8350-26B4A09CEF4F} = {9788C341-2C14-4BD7-8350-26B4A09CEF4F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server\server.vcxproj", "{9788C341-2C14-4BD7-8350-26B4A09CEF4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{537B21E2-A014-415C-9921-156EC1DEE27A}"
ProjectSection(SolutionItems) = preProject
common\inf_driver.h = common\inf_driver.h
common\ini_reader.h = common\ini_reader.h
common\sys_driver.h = common\sys_driver.h
common\wrdi.h = common\wrdi.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Debug|x64.ActiveCfg = Debug|x64
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Debug|x64.Build.0 = Debug|x64
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Debug|x86.ActiveCfg = Debug|Win32
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Debug|x86.Build.0 = Debug|Win32
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Release|x64.ActiveCfg = Release|x64
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Release|x64.Build.0 = Release|x64
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Release|x86.ActiveCfg = Release|Win32
{EC3523B4-3066-4DF0-84F1-0E2CB4AD0304}.Release|x86.Build.0 = Release|Win32
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Debug|x64.ActiveCfg = Debug|x64
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Debug|x64.Build.0 = Debug|x64
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Debug|x86.ActiveCfg = Debug|Win32
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Debug|x86.Build.0 = Debug|Win32
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Release|x64.ActiveCfg = Release|x64
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Release|x64.Build.0 = Release|x64
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Release|x86.ActiveCfg = Release|Win32
{9788C341-2C14-4BD7-8350-26B4A09CEF4F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EEB047B2-1584-4D56-946D-3FB9D41897EA}
EndGlobalSection
EndGlobal