-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetCoreStack.Tools.sln
64 lines (64 loc) · 3.72 KB
/
NetCoreStack.Tools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D91FD736-6D6D-4C70-9325-59F6CCDA50C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3D4B19BA-7CBB-44B1-86DD-9861C5A58F79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FFBB6B34-CE1C-47FA-8070-FD724EE131F2}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
pack.ps1 = pack.ps1
pack.sh = pack.sh
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hisar.Component.Guideline", "test\Hisar.Component.Guideline\Hisar.Component.Guideline.csproj", "{A4BF6539-6DB0-41AE-B975-BE68C287F596}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreStack.Hisar.WebCli.Tools", "src\NetCoreStack.Hisar.WebCli.Tools\NetCoreStack.Hisar.WebCli.Tools.csproj", "{AB4802ED-C833-4910-90A2-F7BCBFFDDE8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosting", "test\Hosting\Hosting.csproj", "{34D3E2BB-CDE4-47E9-BC88-03405690FD4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.ClassLibrary", "test\Sample.ClassLibrary\Sample.ClassLibrary.csproj", "{D2ED6859-2529-4138-BCCD-058C7515F697}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nupkg", "nupkg", "{333ABB73-AF3B-4DBC-BC22-B80067370547}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4BF6539-6DB0-41AE-B975-BE68C287F596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4BF6539-6DB0-41AE-B975-BE68C287F596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4BF6539-6DB0-41AE-B975-BE68C287F596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4BF6539-6DB0-41AE-B975-BE68C287F596}.Release|Any CPU.Build.0 = Release|Any CPU
{AB4802ED-C833-4910-90A2-F7BCBFFDDE8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB4802ED-C833-4910-90A2-F7BCBFFDDE8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB4802ED-C833-4910-90A2-F7BCBFFDDE8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB4802ED-C833-4910-90A2-F7BCBFFDDE8B}.Release|Any CPU.Build.0 = Release|Any CPU
{34D3E2BB-CDE4-47E9-BC88-03405690FD4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34D3E2BB-CDE4-47E9-BC88-03405690FD4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34D3E2BB-CDE4-47E9-BC88-03405690FD4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34D3E2BB-CDE4-47E9-BC88-03405690FD4B}.Release|Any CPU.Build.0 = Release|Any CPU
{D2ED6859-2529-4138-BCCD-058C7515F697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2ED6859-2529-4138-BCCD-058C7515F697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2ED6859-2529-4138-BCCD-058C7515F697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2ED6859-2529-4138-BCCD-058C7515F697}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4BF6539-6DB0-41AE-B975-BE68C287F596} = {3D4B19BA-7CBB-44B1-86DD-9861C5A58F79}
{AB4802ED-C833-4910-90A2-F7BCBFFDDE8B} = {D91FD736-6D6D-4C70-9325-59F6CCDA50C6}
{34D3E2BB-CDE4-47E9-BC88-03405690FD4B} = {3D4B19BA-7CBB-44B1-86DD-9861C5A58F79}
{D2ED6859-2529-4138-BCCD-058C7515F697} = {3D4B19BA-7CBB-44B1-86DD-9861C5A58F79}
{333ABB73-AF3B-4DBC-BC22-B80067370547} = {FFBB6B34-CE1C-47FA-8070-FD724EE131F2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B0AB439-F8F4-4F29-A050-E8EA25EC5A02}
EndGlobalSection
EndGlobal