-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTH-NETII Command-Line.sln
More file actions
74 lines (74 loc) · 4.58 KB
/
TH-NETII Command-Line.sln
File metadata and controls
74 lines (74 loc) · 4.58 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "..root", "..root", "{5C1DC327-75B5-46A4-83BF-9844BC46A023}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".submodules", ".submodules", "{1F699E5A-300E-4D1C-8A36-62D364995CDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "THNETII.Common", ".submodules\thnetii\dotnet-common\src\THNETII.Common\THNETII.Common.csproj", "{718DF7A3-D2C3-4614-B99A-753947DE1A5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{A1CA72BC-7694-4BAB-98F8-95E1105C7E35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "THNETII.CommandLine.Extensions.Sample", "sample\THNETII.CommandLine.Extensions.Sample\THNETII.CommandLine.Extensions.Sample.csproj", "{831CE1C5-1C0E-492B-9091-7C3DDE0CDF5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "THNETII.CommandLine.SampleConsole", "sample\THNETII.CommandLine.SampleConsole\THNETII.CommandLine.SampleConsole.csproj", "{16C7E75D-78EA-4B03-8D12-A6355AC4DA8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9A335FDF-5C3C-486F-BE24-CC289F81A432}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "THNETII.CommandLine.Hosting", "src\THNETII.CommandLine.Hosting\THNETII.CommandLine.Hosting.csproj", "{E0BC330A-A258-4FB7-B675-9E6AC01B22A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "THNETII.CommandLine.Extensions", "src\THNETII.CommandLine.Extensions\THNETII.CommandLine.Extensions.csproj", "{E020C5BE-490E-4B17-8E1C-D37E2B4CFDAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{718DF7A3-D2C3-4614-B99A-753947DE1A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{718DF7A3-D2C3-4614-B99A-753947DE1A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{718DF7A3-D2C3-4614-B99A-753947DE1A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{718DF7A3-D2C3-4614-B99A-753947DE1A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{E0BC330A-A258-4FB7-B675-9E6AC01B22A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0BC330A-A258-4FB7-B675-9E6AC01B22A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0BC330A-A258-4FB7-B675-9E6AC01B22A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0BC330A-A258-4FB7-B675-9E6AC01B22A0}.Release|Any CPU.Build.0 = Release|Any CPU
{16C7E75D-78EA-4B03-8D12-A6355AC4DA8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16C7E75D-78EA-4B03-8D12-A6355AC4DA8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16C7E75D-78EA-4B03-8D12-A6355AC4DA8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16C7E75D-78EA-4B03-8D12-A6355AC4DA8C}.Release|Any CPU.Build.0 = Release|Any CPU
{E020C5BE-490E-4B17-8E1C-D37E2B4CFDAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E020C5BE-490E-4B17-8E1C-D37E2B4CFDAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E020C5BE-490E-4B17-8E1C-D37E2B4CFDAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E020C5BE-490E-4B17-8E1C-D37E2B4CFDAD}.Release|Any CPU.Build.0 = Release|Any CPU
{831CE1C5-1C0E-492B-9091-7C3DDE0CDF5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{831CE1C5-1C0E-492B-9091-7C3DDE0CDF5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{831CE1C5-1C0E-492B-9091-7C3DDE0CDF5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{831CE1C5-1C0E-492B-9091-7C3DDE0CDF5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{718DF7A3-D2C3-4614-B99A-753947DE1A5F} = {1F699E5A-300E-4D1C-8A36-62D364995CDE}
{E0BC330A-A258-4FB7-B675-9E6AC01B22A0} = {9A335FDF-5C3C-486F-BE24-CC289F81A432}
{16C7E75D-78EA-4B03-8D12-A6355AC4DA8C} = {A1CA72BC-7694-4BAB-98F8-95E1105C7E35}
{E020C5BE-490E-4B17-8E1C-D37E2B4CFDAD} = {9A335FDF-5C3C-486F-BE24-CC289F81A432}
{831CE1C5-1C0E-492B-9091-7C3DDE0CDF5D} = {A1CA72BC-7694-4BAB-98F8-95E1105C7E35}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {550B2FE5-1F81-4F07-892B-66838ADF1AB3}
EndGlobalSection
EndGlobal