-
Notifications
You must be signed in to change notification settings - Fork 1
/
CommandLineSwitchPipe.sln
44 lines (44 loc) · 2.29 KB
/
CommandLineSwitchPipe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineSwitchPipe", "CommandLineSwitchPipe.csproj", "{45894EEC-751E-4B1E-9702-4EB29C0567A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "demo", "demo\demo.csproj", "{5FDC52EE-8DE3-40CA-AB45-C6FE525F4A6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tcpargs", "tcpargs\tcpargs.csproj", "{604CBFDC-8430-4ACA-84B2-A27D6FDF300B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{092D5A95-10CC-4BAA-B032-0EB93E350719}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
unreleased_changes.md = unreleased_changes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45894EEC-751E-4B1E-9702-4EB29C0567A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45894EEC-751E-4B1E-9702-4EB29C0567A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45894EEC-751E-4B1E-9702-4EB29C0567A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45894EEC-751E-4B1E-9702-4EB29C0567A5}.Release|Any CPU.Build.0 = Release|Any CPU
{5FDC52EE-8DE3-40CA-AB45-C6FE525F4A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FDC52EE-8DE3-40CA-AB45-C6FE525F4A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FDC52EE-8DE3-40CA-AB45-C6FE525F4A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FDC52EE-8DE3-40CA-AB45-C6FE525F4A6A}.Release|Any CPU.Build.0 = Release|Any CPU
{604CBFDC-8430-4ACA-84B2-A27D6FDF300B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{604CBFDC-8430-4ACA-84B2-A27D6FDF300B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{604CBFDC-8430-4ACA-84B2-A27D6FDF300B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{604CBFDC-8430-4ACA-84B2-A27D6FDF300B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD533D9C-F527-4DDB-8BF0-274445CB8A00}
EndGlobalSection
EndGlobal