-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIPCDemo.sln
43 lines (43 loc) · 2.49 KB
/
IPCDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPCDemo", "IPCDemo\IPCDemo.csproj", "{13D18A76-F7A5-4A26-931B-2CE51586CAEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPCContract", "IPCContract\IPCContract.csproj", "{7378247F-8A06-40D1-B4A5-E787B6BF86DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalApp1", "ExternalApp1\ExternalApp1.csproj", "{9888B555-FF36-4C91-8508-E359D285A7E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalApp2", "ExternalApp2\ExternalApp2.csproj", "{DA40F7CF-55AC-4EAA-B977-31C19547B09E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13D18A76-F7A5-4A26-931B-2CE51586CAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13D18A76-F7A5-4A26-931B-2CE51586CAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13D18A76-F7A5-4A26-931B-2CE51586CAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13D18A76-F7A5-4A26-931B-2CE51586CAEF}.Release|Any CPU.Build.0 = Release|Any CPU
{7378247F-8A06-40D1-B4A5-E787B6BF86DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7378247F-8A06-40D1-B4A5-E787B6BF86DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7378247F-8A06-40D1-B4A5-E787B6BF86DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7378247F-8A06-40D1-B4A5-E787B6BF86DF}.Release|Any CPU.Build.0 = Release|Any CPU
{9888B555-FF36-4C91-8508-E359D285A7E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9888B555-FF36-4C91-8508-E359D285A7E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9888B555-FF36-4C91-8508-E359D285A7E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9888B555-FF36-4C91-8508-E359D285A7E6}.Release|Any CPU.Build.0 = Release|Any CPU
{DA40F7CF-55AC-4EAA-B977-31C19547B09E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA40F7CF-55AC-4EAA-B977-31C19547B09E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA40F7CF-55AC-4EAA-B977-31C19547B09E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA40F7CF-55AC-4EAA-B977-31C19547B09E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27C17532-2563-424C-A97E-7C74E68E05B9}
EndGlobalSection
EndGlobal