-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommandLine.NetCore.sln
50 lines (50 loc) · 2.73 KB
/
CommandLine.NetCore.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLine.NetCore", "CommandLine.NetCore\CommandLine.NetCore.csproj", "{C7B7336E-74C1-4EDF-B6F7-98CB85666287}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{774DD2AD-DCDF-4B51-A421-AAD3E5D84CE3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.md = LICENSE.md
publish-nuget.bat = publish-nuget.bat
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{A56E6FE9-8EF6-4E97-84BE-41AF073E047F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLine.NetCore.Example", "Examples\CommandLine.NetCore.Example\CommandLine.NetCore.Example.csproj", "{41B38ED7-96F9-4E4A-BB17-9130EAA901A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.NetCore.Test", "CommandLine.NetCore.Test\CommandLine.NetCore.Test.csproj", "{1A0B40CA-015B-4582-9297-D3AB44883B72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7B7336E-74C1-4EDF-B6F7-98CB85666287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7B7336E-74C1-4EDF-B6F7-98CB85666287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7B7336E-74C1-4EDF-B6F7-98CB85666287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7B7336E-74C1-4EDF-B6F7-98CB85666287}.Release|Any CPU.Build.0 = Release|Any CPU
{41B38ED7-96F9-4E4A-BB17-9130EAA901A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41B38ED7-96F9-4E4A-BB17-9130EAA901A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41B38ED7-96F9-4E4A-BB17-9130EAA901A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41B38ED7-96F9-4E4A-BB17-9130EAA901A0}.Release|Any CPU.Build.0 = Release|Any CPU
{1A0B40CA-015B-4582-9297-D3AB44883B72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A0B40CA-015B-4582-9297-D3AB44883B72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A0B40CA-015B-4582-9297-D3AB44883B72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A0B40CA-015B-4582-9297-D3AB44883B72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{41B38ED7-96F9-4E4A-BB17-9130EAA901A0} = {A56E6FE9-8EF6-4E97-84BE-41AF073E047F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E8ABD74-99D9-4979-9E88-7615B52FB019}
EndGlobalSection
EndGlobal