-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetLah.CommandLineUtils.sln
More file actions
58 lines (58 loc) · 3.33 KB
/
NetLah.CommandLineUtils.sln
File metadata and controls
58 lines (58 loc) · 3.33 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
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4329867D-5526-4C96-9FB5-9775A7FDC2F9}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{71182A53-B008-4854-BED1-FF3B6C6AF58E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleCommandLine", "samples\SampleCommandLine\SampleCommandLine.csproj", "{89332B59-8B68-48EB-AC14-D3F20E2FCEDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineUtils", "CommandLineUtils\CommandLineUtils.csproj", "{EA78E2C4-C23E-47A7-B398-CE2F45BFBA8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLineUtils.Test", "CommandLineUtils.Test\CommandLineUtils.Test.csproj", "{3A37C58E-F6D6-49E7-B92A-A1D290CAE22C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineApp", "samples\CommandLineApp\CommandLineApp.csproj", "{AECAECE7-0B96-4B77-8C00-1DA47E586C64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89332B59-8B68-48EB-AC14-D3F20E2FCEDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89332B59-8B68-48EB-AC14-D3F20E2FCEDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89332B59-8B68-48EB-AC14-D3F20E2FCEDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89332B59-8B68-48EB-AC14-D3F20E2FCEDE}.Release|Any CPU.Build.0 = Release|Any CPU
{EA78E2C4-C23E-47A7-B398-CE2F45BFBA8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA78E2C4-C23E-47A7-B398-CE2F45BFBA8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA78E2C4-C23E-47A7-B398-CE2F45BFBA8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA78E2C4-C23E-47A7-B398-CE2F45BFBA8C}.Release|Any CPU.Build.0 = Release|Any CPU
{3A37C58E-F6D6-49E7-B92A-A1D290CAE22C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A37C58E-F6D6-49E7-B92A-A1D290CAE22C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A37C58E-F6D6-49E7-B92A-A1D290CAE22C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A37C58E-F6D6-49E7-B92A-A1D290CAE22C}.Release|Any CPU.Build.0 = Release|Any CPU
{AECAECE7-0B96-4B77-8C00-1DA47E586C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AECAECE7-0B96-4B77-8C00-1DA47E586C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AECAECE7-0B96-4B77-8C00-1DA47E586C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AECAECE7-0B96-4B77-8C00-1DA47E586C64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89332B59-8B68-48EB-AC14-D3F20E2FCEDE} = {71182A53-B008-4854-BED1-FF3B6C6AF58E}
{AECAECE7-0B96-4B77-8C00-1DA47E586C64} = {71182A53-B008-4854-BED1-FF3B6C6AF58E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45F2C7D7-F576-46B5-9539-E567C5CC7AD6}
EndGlobalSection
EndGlobal