-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChildProcess.sln
49 lines (49 loc) · 3.11 KB
/
ChildProcess.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChildProcess", "src\ChildProcess\ChildProcess.csproj", "{B0701ACF-C9E0-4835-8787-925D0A6EFB36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChildProcess.ExamplePreview", "src\ChildProcess.ExamplePreview\ChildProcess.ExamplePreview.csproj", "{0070EB5F-91AC-41AA-972A-8C2075D329CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChildProcess.Test", "src\ChildProcess.Test\ChildProcess.Test.csproj", "{901BCC9B-101A-41C4-9944-53EC7AD71B4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestChild", "src\TestChild\TestChild.csproj", "{F4613733-FC19-47E0-98CF-FAFE4FA7543C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChildProcess.ManualTest", "src\ChildProcess.ManualTest\ChildProcess.ManualTest.csproj", "{6BC75185-F986-486C-8E6A-4D7FEA19B8A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0701ACF-C9E0-4835-8787-925D0A6EFB36}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{B0701ACF-C9E0-4835-8787-925D0A6EFB36}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{B0701ACF-C9E0-4835-8787-925D0A6EFB36}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{B0701ACF-C9E0-4835-8787-925D0A6EFB36}.Release|AnyCPU.Build.0 = Release|Any CPU
{0070EB5F-91AC-41AA-972A-8C2075D329CE}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{0070EB5F-91AC-41AA-972A-8C2075D329CE}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{0070EB5F-91AC-41AA-972A-8C2075D329CE}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{0070EB5F-91AC-41AA-972A-8C2075D329CE}.Release|AnyCPU.Build.0 = Release|Any CPU
{901BCC9B-101A-41C4-9944-53EC7AD71B4E}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{901BCC9B-101A-41C4-9944-53EC7AD71B4E}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{901BCC9B-101A-41C4-9944-53EC7AD71B4E}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{901BCC9B-101A-41C4-9944-53EC7AD71B4E}.Release|AnyCPU.Build.0 = Release|Any CPU
{F4613733-FC19-47E0-98CF-FAFE4FA7543C}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{F4613733-FC19-47E0-98CF-FAFE4FA7543C}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{F4613733-FC19-47E0-98CF-FAFE4FA7543C}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{F4613733-FC19-47E0-98CF-FAFE4FA7543C}.Release|AnyCPU.Build.0 = Release|Any CPU
{6BC75185-F986-486C-8E6A-4D7FEA19B8A3}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{6BC75185-F986-486C-8E6A-4D7FEA19B8A3}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{6BC75185-F986-486C-8E6A-4D7FEA19B8A3}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{6BC75185-F986-486C-8E6A-4D7FEA19B8A3}.Release|AnyCPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99E69FAD-659F-43A5-9F6F-AB5050052F4E}
EndGlobalSection
EndGlobal