-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathSimpleRustDesk.sln
More file actions
50 lines (50 loc) · 2.67 KB
/
Copy pathSimpleRustDesk.sln
File metadata and controls
50 lines (50 loc) · 2.67 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RelayServer", "RelayServer\RelayServer.vcxproj", "{5AAF4B54-354F-47D4-BC9D-5A7A413496AF}"
ProjectSection(ProjectDependencies) = postProject
{1DEA01B5-808F-441B-961A-584B106BF5B5} = {1DEA01B5-808F-441B-961A-584B106BF5B5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDServer", "IDServer\IDServer.vcxproj", "{1DEA01B5-808F-441B-961A-584B106BF5B5}"
ProjectSection(ProjectDependencies) = postProject
{9B487F51-9A98-4FE9-A9A1-B67C98F91311} = {9B487F51-9A98-4FE9-A9A1-B67C98F91311}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RendezvousProto", "RendezvousProto\RendezvousProto.vcxproj", "{9B487F51-9A98-4FE9-A9A1-B67C98F91311}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeskServer", "DeskServer\DeskServer.vcxproj", "{EEBD14BE-9D01-418E-B802-C9182D6F715F}"
ProjectSection(ProjectDependencies) = postProject
{9B487F51-9A98-4FE9-A9A1-B67C98F91311} = {9B487F51-9A98-4FE9-A9A1-B67C98F91311}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeskControler", "DeskControler\DeskControler.vcxproj", "{470CD8E6-939C-4683-A95F-A97CBF1D27CC}"
ProjectSection(ProjectDependencies) = postProject
{9B487F51-9A98-4FE9-A9A1-B67C98F91311} = {9B487F51-9A98-4FE9-A9A1-B67C98F91311}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AAF4B54-354F-47D4-BC9D-5A7A413496AF}.Release|x64.ActiveCfg = Release|x64
{5AAF4B54-354F-47D4-BC9D-5A7A413496AF}.Release|x64.Build.0 = Release|x64
{1DEA01B5-808F-441B-961A-584B106BF5B5}.Release|x64.ActiveCfg = Release|x64
{1DEA01B5-808F-441B-961A-584B106BF5B5}.Release|x64.Build.0 = Release|x64
{9B487F51-9A98-4FE9-A9A1-B67C98F91311}.Release|x64.ActiveCfg = Release|x64
{9B487F51-9A98-4FE9-A9A1-B67C98F91311}.Release|x64.Build.0 = Release|x64
{EEBD14BE-9D01-418E-B802-C9182D6F715F}.Release|x64.ActiveCfg = Release|x64
{EEBD14BE-9D01-418E-B802-C9182D6F715F}.Release|x64.Build.0 = Release|x64
{470CD8E6-939C-4683-A95F-A97CBF1D27CC}.Release|x64.ActiveCfg = Release|x64
{470CD8E6-939C-4683-A95F-A97CBF1D27CC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DC43BEE-D356-4D51-BE2F-3888D57C1BC7}
EndGlobalSection
EndGlobal