-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCOMExamples.sln
More file actions
50 lines (50 loc) · 2.76 KB
/
COMExamples.sln
File metadata and controls
50 lines (50 loc) · 2.76 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 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CalculatorServer", "CalculatorServer\CalculatorServer.vcxproj", "{29E356CF-707A-4565-A483-A583B7176548}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CalculatorServerPS", "CalculatorServerPS\CalculatorServerPS.vcxproj", "{C4AD76C3-DCAA-42CD-918A-6634715CCE56}"
ProjectSection(ProjectDependencies) = postProject
{29E356CF-707A-4565-A483-A583B7176548} = {29E356CF-707A-4565-A483-A583B7176548}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CalculatorClient", "CalculatorClient\CalculatorClient.vcxproj", "{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}"
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
{29E356CF-707A-4565-A483-A583B7176548}.Debug|x64.ActiveCfg = Debug|x64
{29E356CF-707A-4565-A483-A583B7176548}.Debug|x64.Build.0 = Debug|x64
{29E356CF-707A-4565-A483-A583B7176548}.Debug|x86.ActiveCfg = Debug|Win32
{29E356CF-707A-4565-A483-A583B7176548}.Debug|x86.Build.0 = Debug|Win32
{29E356CF-707A-4565-A483-A583B7176548}.Release|x64.ActiveCfg = Release|x64
{29E356CF-707A-4565-A483-A583B7176548}.Release|x64.Build.0 = Release|x64
{29E356CF-707A-4565-A483-A583B7176548}.Release|x86.ActiveCfg = Release|Win32
{29E356CF-707A-4565-A483-A583B7176548}.Release|x86.Build.0 = Release|Win32
{C4AD76C3-DCAA-42CD-918A-6634715CCE56}.Debug|x64.ActiveCfg = Debug|x64
{C4AD76C3-DCAA-42CD-918A-6634715CCE56}.Debug|x86.ActiveCfg = Debug|Win32
{C4AD76C3-DCAA-42CD-918A-6634715CCE56}.Release|x64.ActiveCfg = Release|x64
{C4AD76C3-DCAA-42CD-918A-6634715CCE56}.Release|x86.ActiveCfg = Release|Win32
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Debug|x64.ActiveCfg = Debug|x64
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Debug|x64.Build.0 = Debug|x64
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Debug|x86.ActiveCfg = Debug|Win32
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Debug|x86.Build.0 = Debug|Win32
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Release|x64.ActiveCfg = Release|x64
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Release|x64.Build.0 = Release|x64
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Release|x86.ActiveCfg = Release|Win32
{8D9ED48D-72E6-4C8F-86AD-CDF9D201E1A1}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B4D95ED-0785-4225-AFC3-1158F31BBEC8}
EndGlobalSection
EndGlobal