-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathComSamples.sln
More file actions
108 lines (108 loc) · 6.83 KB
/
ComSamples.sln
File metadata and controls
108 lines (108 loc) · 6.83 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
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
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31829.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Interfaces", "Interfaces\Interfaces.vcxproj", "{8B5E826E-C89F-4642-93B6-3E05662B5E43}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtlServer", "AtlServer\AtlServer.vcxproj", "{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}"
ProjectSection(ProjectDependencies) = postProject
{8B5E826E-C89F-4642-93B6-3E05662B5E43} = {8B5E826E-C89F-4642-93B6-3E05662B5E43}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{074F0E01-EFA7-44B9-BAF2-521428426267}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ComUtility", "ComUtility\ComUtility.vcxproj", "{9A03864B-5B86-44C8-9713-26554B41F692}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteropTests", "InteropTests\InteropTests.csproj", "{9B2A1F84-145C-4F24-8E9B-98D1FA1B5F92}"
ProjectSection(ProjectDependencies) = postProject
{944F8653-76B4-42F7-AC71-51EA778BD5C6} = {944F8653-76B4-42F7-AC71-51EA778BD5C6}
{8B5E826E-C89F-4642-93B6-3E05662B5E43} = {8B5E826E-C89F-4642-93B6-3E05662B5E43}
{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC} = {BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtlFreeServer", "AtlFreeServer\AtlFreeServer.vcxproj", "{944F8653-76B4-42F7-AC71-51EA778BD5C6}"
ProjectSection(ProjectDependencies) = postProject
{9A03864B-5B86-44C8-9713-26554B41F692} = {9A03864B-5B86-44C8-9713-26554B41F692}
{8B5E826E-C89F-4642-93B6-3E05662B5E43} = {8B5E826E-C89F-4642-93B6-3E05662B5E43}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComUtilityManaged", "ComUtilityManaged\ComUtilityManaged.csproj", "{52350122-BC8C-4E25-91B4-CE1ECE814F1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedServer", "ManagedServer\ManagedServer.csproj", "{FA92CAE1-368C-40FD-B8EE-8C5E748F7E26}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TutorialsAndTests", "TutorialsAndTests\TutorialsAndTests.vcxproj", "{5E012947-A230-4A0C-978F-D9BA692DF2BC}"
ProjectSection(ProjectDependencies) = postProject
{9A03864B-5B86-44C8-9713-26554B41F692} = {9A03864B-5B86-44C8-9713-26554B41F692}
{944F8653-76B4-42F7-AC71-51EA778BD5C6} = {944F8653-76B4-42F7-AC71-51EA778BD5C6}
{1D97F756-AEB2-4070-B845-0E9C868B4CEF} = {1D97F756-AEB2-4070-B845-0E9C868B4CEF}
{8B5E826E-C89F-4642-93B6-3E05662B5E43} = {8B5E826E-C89F-4642-93B6-3E05662B5E43}
{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC} = {BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}
{FA92CAE1-368C-40FD-B8EE-8C5E748F7E26} = {FA92CAE1-368C-40FD-B8EE-8C5E748F7E26}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinrtServer", "WinrtServer\WinrtServer.vcxproj", "{1D97F756-AEB2-4070-B845-0E9C868B4CEF}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PyComServer", "PyComServer\PyComServer.pyproj", "{B48DC892-E120-49F5-8E20-D497214811D5}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PyComTests", "PyComTests\PyComTests.pyproj", "{8A2FF114-C6E1-48E8-824A-BE8CE69444BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B5E826E-C89F-4642-93B6-3E05662B5E43}.Debug|x64.ActiveCfg = Debug|x64
{8B5E826E-C89F-4642-93B6-3E05662B5E43}.Debug|x64.Build.0 = Debug|x64
{8B5E826E-C89F-4642-93B6-3E05662B5E43}.Release|x64.ActiveCfg = Release|x64
{8B5E826E-C89F-4642-93B6-3E05662B5E43}.Release|x64.Build.0 = Release|x64
{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}.Debug|x64.ActiveCfg = Debug|x64
{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}.Debug|x64.Build.0 = Debug|x64
{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}.Release|x64.ActiveCfg = Release|x64
{BBF5B28E-AC9B-4BFC-BA3F-EB9DF435DCAC}.Release|x64.Build.0 = Release|x64
{9A03864B-5B86-44C8-9713-26554B41F692}.Debug|x64.ActiveCfg = Debug|x64
{9A03864B-5B86-44C8-9713-26554B41F692}.Debug|x64.Build.0 = Debug|x64
{9A03864B-5B86-44C8-9713-26554B41F692}.Release|x64.ActiveCfg = Release|x64
{9A03864B-5B86-44C8-9713-26554B41F692}.Release|x64.Build.0 = Release|x64
{9B2A1F84-145C-4F24-8E9B-98D1FA1B5F92}.Debug|x64.ActiveCfg = Debug|x64
{9B2A1F84-145C-4F24-8E9B-98D1FA1B5F92}.Debug|x64.Build.0 = Debug|x64
{9B2A1F84-145C-4F24-8E9B-98D1FA1B5F92}.Release|x64.ActiveCfg = Release|x64
{9B2A1F84-145C-4F24-8E9B-98D1FA1B5F92}.Release|x64.Build.0 = Release|x64
{944F8653-76B4-42F7-AC71-51EA778BD5C6}.Debug|x64.ActiveCfg = Debug|x64
{944F8653-76B4-42F7-AC71-51EA778BD5C6}.Debug|x64.Build.0 = Debug|x64
{944F8653-76B4-42F7-AC71-51EA778BD5C6}.Release|x64.ActiveCfg = Release|x64
{944F8653-76B4-42F7-AC71-51EA778BD5C6}.Release|x64.Build.0 = Release|x64
{52350122-BC8C-4E25-91B4-CE1ECE814F1D}.Debug|x64.ActiveCfg = Debug|x64
{52350122-BC8C-4E25-91B4-CE1ECE814F1D}.Debug|x64.Build.0 = Debug|x64
{52350122-BC8C-4E25-91B4-CE1ECE814F1D}.Release|x64.ActiveCfg = Release|x64
{52350122-BC8C-4E25-91B4-CE1ECE814F1D}.Release|x64.Build.0 = Release|x64
{FA92CAE1-368C-40FD-B8EE-8C5E748F7E26}.Debug|x64.ActiveCfg = Debug|x64
{FA92CAE1-368C-40FD-B8EE-8C5E748F7E26}.Debug|x64.Build.0 = Debug|x64
{FA92CAE1-368C-40FD-B8EE-8C5E748F7E26}.Release|x64.ActiveCfg = Release|x64
{FA92CAE1-368C-40FD-B8EE-8C5E748F7E26}.Release|x64.Build.0 = Release|x64
{5E012947-A230-4A0C-978F-D9BA692DF2BC}.Debug|x64.ActiveCfg = Debug|x64
{5E012947-A230-4A0C-978F-D9BA692DF2BC}.Debug|x64.Build.0 = Debug|x64
{5E012947-A230-4A0C-978F-D9BA692DF2BC}.Release|x64.ActiveCfg = Release|x64
{5E012947-A230-4A0C-978F-D9BA692DF2BC}.Release|x64.Build.0 = Release|x64
{1D97F756-AEB2-4070-B845-0E9C868B4CEF}.Debug|x64.ActiveCfg = Debug|x64
{1D97F756-AEB2-4070-B845-0E9C868B4CEF}.Debug|x64.Build.0 = Debug|x64
{1D97F756-AEB2-4070-B845-0E9C868B4CEF}.Release|x64.ActiveCfg = Release|x64
{1D97F756-AEB2-4070-B845-0E9C868B4CEF}.Release|x64.Build.0 = Release|x64
{B48DC892-E120-49F5-8E20-D497214811D5}.Debug|x64.ActiveCfg = Debug|Any CPU
{B48DC892-E120-49F5-8E20-D497214811D5}.Release|x64.ActiveCfg = Release|Any CPU
{8A2FF114-C6E1-48E8-824A-BE8CE69444BD}.Debug|x64.ActiveCfg = Debug|Any CPU
{8A2FF114-C6E1-48E8-824A-BE8CE69444BD}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB7FAC4C-055D-4811-A196-CB80114F111D}
EndGlobalSection
EndGlobal