-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathComSamples.sln
105 lines (105 loc) · 6.34 KB
/
ComSamples.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33801.306
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyClientCpp", "MyClientCpp\MyClientCpp.vcxproj", "{8D4C2F17-A4BC-4349-9485-7DB6741EBDAC}"
ProjectSection(ProjectDependencies) = postProject
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74} = {197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyClientCs", "MyClientCs\MyClientCs.csproj", "{E1CD5425-C9BB-4F57-B205-E4DC7B9B6FAE}"
ProjectSection(ProjectDependencies) = postProject
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74} = {197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComSupport", "ComSupport\ComSupport.csproj", "{48BA0B1A-18EC-4B45-8AF3-2A16DD3993F0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyInterfaces", "MyInterfaces\MyInterfaces.vcxproj", "{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyExeServerCs", "MyExeServerCs\MyExeServerCs.csproj", "{230F076F-915D-4578-A9AA-275AA83E35C7}"
ProjectSection(ProjectDependencies) = postProject
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74} = {197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{660EDC5C-29A7-4D40-9F3B-77F9BDD0E0C5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
UNREGISTER.bat = UNREGISTER.bat
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyExeServerCpp", "MyExeServerCpp\MyExeServerCpp.vcxproj", "{1D632A13-3FE6-4929-A2D7-5186FC0EBF57}"
ProjectSection(ProjectDependencies) = postProject
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74} = {197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "MyClientPy", "MyClientPy\MyClientPy.pyproj", "{3BD11543-7028-4FB0-A5F6-C4DD65938FB2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyDllServerCpp", "MyDllServerCpp\MyDllServerCpp.vcxproj", "{44D7CFE7-4E5D-4DBF-AA5A-E47B4F5B8E95}"
ProjectSection(ProjectDependencies) = postProject
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74} = {197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyDllServerCs", "MyDllServerCs\MyDllServerCs.csproj", "{616B54D5-3FCB-4911-BA6B-4F22A9C8C9BB}"
ProjectSection(ProjectDependencies) = postProject
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74} = {197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServiceWrapper", "ServiceWrapper\ServiceWrapper.vcxproj", "{CB35FD3C-4727-4434-9EAF-249B9C79BB14}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "MyExeServerPy", "MyExeServerPy\MyExeServerPy.pyproj", "{518B159B-483F-4DAA-8DA4-142CDA634FAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D4C2F17-A4BC-4349-9485-7DB6741EBDAC}.Debug|x64.ActiveCfg = Debug|x64
{8D4C2F17-A4BC-4349-9485-7DB6741EBDAC}.Debug|x64.Build.0 = Debug|x64
{8D4C2F17-A4BC-4349-9485-7DB6741EBDAC}.Release|x64.ActiveCfg = Release|x64
{8D4C2F17-A4BC-4349-9485-7DB6741EBDAC}.Release|x64.Build.0 = Release|x64
{E1CD5425-C9BB-4F57-B205-E4DC7B9B6FAE}.Debug|x64.ActiveCfg = Debug|x64
{E1CD5425-C9BB-4F57-B205-E4DC7B9B6FAE}.Debug|x64.Build.0 = Debug|x64
{E1CD5425-C9BB-4F57-B205-E4DC7B9B6FAE}.Release|x64.ActiveCfg = Release|x64
{E1CD5425-C9BB-4F57-B205-E4DC7B9B6FAE}.Release|x64.Build.0 = Release|x64
{48BA0B1A-18EC-4B45-8AF3-2A16DD3993F0}.Debug|x64.ActiveCfg = Debug|x64
{48BA0B1A-18EC-4B45-8AF3-2A16DD3993F0}.Debug|x64.Build.0 = Debug|x64
{48BA0B1A-18EC-4B45-8AF3-2A16DD3993F0}.Release|x64.ActiveCfg = Release|x64
{48BA0B1A-18EC-4B45-8AF3-2A16DD3993F0}.Release|x64.Build.0 = Release|x64
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}.Debug|x64.ActiveCfg = Debug|x64
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}.Debug|x64.Build.0 = Debug|x64
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}.Release|x64.ActiveCfg = Release|x64
{197EFA7E-92F1-44ED-9CCD-E32ECC7C9D74}.Release|x64.Build.0 = Release|x64
{230F076F-915D-4578-A9AA-275AA83E35C7}.Debug|x64.ActiveCfg = Debug|x64
{230F076F-915D-4578-A9AA-275AA83E35C7}.Debug|x64.Build.0 = Debug|x64
{230F076F-915D-4578-A9AA-275AA83E35C7}.Release|x64.ActiveCfg = Release|x64
{230F076F-915D-4578-A9AA-275AA83E35C7}.Release|x64.Build.0 = Release|x64
{1D632A13-3FE6-4929-A2D7-5186FC0EBF57}.Debug|x64.ActiveCfg = Debug|x64
{1D632A13-3FE6-4929-A2D7-5186FC0EBF57}.Debug|x64.Build.0 = Debug|x64
{1D632A13-3FE6-4929-A2D7-5186FC0EBF57}.Release|x64.ActiveCfg = Release|x64
{1D632A13-3FE6-4929-A2D7-5186FC0EBF57}.Release|x64.Build.0 = Release|x64
{3BD11543-7028-4FB0-A5F6-C4DD65938FB2}.Debug|x64.ActiveCfg = Debug|Any CPU
{3BD11543-7028-4FB0-A5F6-C4DD65938FB2}.Release|x64.ActiveCfg = Release|Any CPU
{44D7CFE7-4E5D-4DBF-AA5A-E47B4F5B8E95}.Debug|x64.ActiveCfg = Debug|x64
{44D7CFE7-4E5D-4DBF-AA5A-E47B4F5B8E95}.Debug|x64.Build.0 = Debug|x64
{44D7CFE7-4E5D-4DBF-AA5A-E47B4F5B8E95}.Release|x64.ActiveCfg = Release|x64
{44D7CFE7-4E5D-4DBF-AA5A-E47B4F5B8E95}.Release|x64.Build.0 = Release|x64
{616B54D5-3FCB-4911-BA6B-4F22A9C8C9BB}.Debug|x64.ActiveCfg = Debug|x64
{616B54D5-3FCB-4911-BA6B-4F22A9C8C9BB}.Debug|x64.Build.0 = Debug|x64
{616B54D5-3FCB-4911-BA6B-4F22A9C8C9BB}.Release|x64.ActiveCfg = Release|x64
{616B54D5-3FCB-4911-BA6B-4F22A9C8C9BB}.Release|x64.Build.0 = Release|x64
{CB35FD3C-4727-4434-9EAF-249B9C79BB14}.Debug|x64.ActiveCfg = Debug|x64
{CB35FD3C-4727-4434-9EAF-249B9C79BB14}.Debug|x64.Build.0 = Debug|x64
{CB35FD3C-4727-4434-9EAF-249B9C79BB14}.Release|x64.ActiveCfg = Release|x64
{CB35FD3C-4727-4434-9EAF-249B9C79BB14}.Release|x64.Build.0 = Release|x64
{518B159B-483F-4DAA-8DA4-142CDA634FAC}.Debug|x64.ActiveCfg = Debug|Any CPU
{518B159B-483F-4DAA-8DA4-142CDA634FAC}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C209895-D207-41CB-AAC7-B5ABCD4CACA9}
EndGlobalSection
EndGlobal