-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathComSamples.sln
85 lines (85 loc) · 5.07 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
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}") = "Tests", "Tests\Tests.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}
{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}") = "AtlHenLib", "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
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
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
{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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB7FAC4C-055D-4811-A196-CB80114F111D}
EndGlobalSection
EndGlobal