-
Notifications
You must be signed in to change notification settings - Fork 2
/
Ntreev.Library.Commands.sln
71 lines (71 loc) · 5.12 KB
/
Ntreev.Library.Commands.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntreev.Library.Commands", "Ntreev.Library.Commands\Ntreev.Library.Commands.csproj", "{CEB280C0-463F-4E09-A00C-CE3A8326F6FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntreev.Library.Commands.Repl", "Ntreev.Library.Commands.Repl\Ntreev.Library.Commands.Repl.csproj", "{B28150A9-B0E4-4B84-A6BB-120117C06FA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntreev.Library.Commands.Parse", "Ntreev.Library.Commands.Parse\Ntreev.Library.Commands.Parse.csproj", "{ACCCA729-C11D-4484-AFA5-E1A4316C238C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntreev.Library.Commands.Invoke", "Ntreev.Library.Commands.Invoke\Ntreev.Library.Commands.Invoke.csproj", "{2BA6D207-B745-4F34-8819-5BA84AF90C83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{009A3638-5A06-426A-8BC5-4593E6590ACA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{88532A9D-DB6F-48BD-98FE-D4ED25426980}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntreev.Library.Commands.Test", "Ntreev.Library.Commands.Test\Ntreev.Library.Commands.Test.csproj", "{751F3308-517D-4645-806C-033ACA01102E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{B558C28C-A1C8-4E9B-A02D-795A9F2601D3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ntreev.Library.Commands.AssemblyInfo", "Ntreev.Library.Commands.AssemblyInfo\Ntreev.Library.Commands.AssemblyInfo.shproj", "{6C4A0D35-CF83-41AA-ADE6-22DCBC3F92B7}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Ntreev.Library.Commands.AssemblyInfo\Ntreev.Library.Commands.AssemblyInfo.projitems*{2ba6d207-b745-4f34-8819-5ba84af90c83}*SharedItemsImports = 4
Ntreev.Library.Commands.AssemblyInfo\Ntreev.Library.Commands.AssemblyInfo.projitems*{6c4a0d35-cf83-41aa-ade6-22dcbc3f92b7}*SharedItemsImports = 13
Ntreev.Library.Commands.AssemblyInfo\Ntreev.Library.Commands.AssemblyInfo.projitems*{accca729-c11d-4484-afa5-e1a4316c238c}*SharedItemsImports = 4
Ntreev.Library.Commands.AssemblyInfo\Ntreev.Library.Commands.AssemblyInfo.projitems*{b28150a9-b0e4-4b84-a6bb-120117c06fa9}*SharedItemsImports = 4
Ntreev.Library.Commands.AssemblyInfo\Ntreev.Library.Commands.AssemblyInfo.projitems*{ceb280c0-463f-4e09-a00c-ce3a8326f6ff}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEB280C0-463F-4E09-A00C-CE3A8326F6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB280C0-463F-4E09-A00C-CE3A8326F6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB280C0-463F-4E09-A00C-CE3A8326F6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB280C0-463F-4E09-A00C-CE3A8326F6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{B28150A9-B0E4-4B84-A6BB-120117C06FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B28150A9-B0E4-4B84-A6BB-120117C06FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B28150A9-B0E4-4B84-A6BB-120117C06FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B28150A9-B0E4-4B84-A6BB-120117C06FA9}.Release|Any CPU.Build.0 = Release|Any CPU
{ACCCA729-C11D-4484-AFA5-E1A4316C238C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACCCA729-C11D-4484-AFA5-E1A4316C238C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACCCA729-C11D-4484-AFA5-E1A4316C238C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACCCA729-C11D-4484-AFA5-E1A4316C238C}.Release|Any CPU.Build.0 = Release|Any CPU
{2BA6D207-B745-4F34-8819-5BA84AF90C83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BA6D207-B745-4F34-8819-5BA84AF90C83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BA6D207-B745-4F34-8819-5BA84AF90C83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BA6D207-B745-4F34-8819-5BA84AF90C83}.Release|Any CPU.Build.0 = Release|Any CPU
{751F3308-517D-4645-806C-033ACA01102E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{751F3308-517D-4645-806C-033ACA01102E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{751F3308-517D-4645-806C-033ACA01102E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{751F3308-517D-4645-806C-033ACA01102E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CEB280C0-463F-4E09-A00C-CE3A8326F6FF} = {88532A9D-DB6F-48BD-98FE-D4ED25426980}
{B28150A9-B0E4-4B84-A6BB-120117C06FA9} = {009A3638-5A06-426A-8BC5-4593E6590ACA}
{ACCCA729-C11D-4484-AFA5-E1A4316C238C} = {009A3638-5A06-426A-8BC5-4593E6590ACA}
{2BA6D207-B745-4F34-8819-5BA84AF90C83} = {009A3638-5A06-426A-8BC5-4593E6590ACA}
{6C4A0D35-CF83-41AA-ADE6-22DCBC3F92B7} = {B558C28C-A1C8-4E9B-A02D-795A9F2601D3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED97A8D1-7DE5-4AE4-A2A6-303384BB1EFE}
EndGlobalSection
EndGlobal