-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSTk Distribution.sln
102 lines (102 loc) · 5.82 KB
/
PSTk Distribution.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSTk.Extensions", "PSTk.Extensions\PSTk.Extensions.csproj", "{6B575794-7661-495C-9B2E-2F0BCDE161B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSTk.Threading", "PSTk.Threading\PSTk.Threading.csproj", "{954FC365-7F58-4572-A2FA-F79868EAB77B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSTk.Core", "PSTk.Core\PSTk.Core.csproj", "{35EFBE05-9804-4EFA-B34D-A34935FB4AED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSTk.Diagnostics", "PSTk.Diagnostics\PSTk.Diagnostics.csproj", "{3023C538-B4F6-45C4-A683-923BF7AF2E09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment Scripts", "Deployment Scripts", "{1997639B-2B34-41E3-B161-BF13219DF3F5}"
ProjectSection(SolutionItems) = preProject
nuget-push-all.bat = nuget-push-all.bat
nuget-push-package.bat = nuget-push-package.bat
nuget-push-single.bat = nuget-push-single.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{923F2816-ACF9-4BBE-8D75-E17F3F0E7376}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{F5E1ABED-B193-4255-BD42-964752F6FE7A}"
ProjectSection(SolutionItems) = preProject
docs\docfx.json = docs\docfx.json
docs\index.md = docs\index.md
docs\toc.yml = docs\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{D7CF5642-A273-4587-B5BE-8B0E1AA2084A}"
ProjectSection(SolutionItems) = preProject
docs\api\index.md = docs\api\index.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Articles", "Articles", "{D21E651D-ECC9-4E0D-B8C3-78ED312E3583}"
ProjectSection(SolutionItems) = preProject
docs\articles\intro.md = docs\articles\intro.md
docs\articles\toc.yml = docs\articles\toc.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSTk.Redis", "PSTk.Redis\PSTk.Redis.csproj", "{70734C00-A57D-44C2-A9AF-8C53438867C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSTk.Sandbox", "PSTk.Sandbox\PSTk.Sandbox.csproj", "{C8247C96-0DC9-465E-BD8C-6828E4C08FEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSTk.Networking", "PSTk.Networking\PSTk.Networking.csproj", "{8D890CAF-E098-43C5-BCBF-BA99C9309BAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B575794-7661-495C-9B2E-2F0BCDE161B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B575794-7661-495C-9B2E-2F0BCDE161B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B575794-7661-495C-9B2E-2F0BCDE161B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B575794-7661-495C-9B2E-2F0BCDE161B7}.Release|Any CPU.Build.0 = Release|Any CPU
{954FC365-7F58-4572-A2FA-F79868EAB77B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{954FC365-7F58-4572-A2FA-F79868EAB77B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{954FC365-7F58-4572-A2FA-F79868EAB77B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{954FC365-7F58-4572-A2FA-F79868EAB77B}.Release|Any CPU.Build.0 = Release|Any CPU
{35EFBE05-9804-4EFA-B34D-A34935FB4AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35EFBE05-9804-4EFA-B34D-A34935FB4AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35EFBE05-9804-4EFA-B34D-A34935FB4AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35EFBE05-9804-4EFA-B34D-A34935FB4AED}.Release|Any CPU.Build.0 = Release|Any CPU
{3023C538-B4F6-45C4-A683-923BF7AF2E09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3023C538-B4F6-45C4-A683-923BF7AF2E09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3023C538-B4F6-45C4-A683-923BF7AF2E09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3023C538-B4F6-45C4-A683-923BF7AF2E09}.Release|Any CPU.Build.0 = Release|Any CPU
{70734C00-A57D-44C2-A9AF-8C53438867C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70734C00-A57D-44C2-A9AF-8C53438867C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70734C00-A57D-44C2-A9AF-8C53438867C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70734C00-A57D-44C2-A9AF-8C53438867C9}.Release|Any CPU.Build.0 = Release|Any CPU
{C8247C96-0DC9-465E-BD8C-6828E4C08FEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8247C96-0DC9-465E-BD8C-6828E4C08FEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8247C96-0DC9-465E-BD8C-6828E4C08FEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8247C96-0DC9-465E-BD8C-6828E4C08FEA}.Release|Any CPU.Build.0 = Release|Any CPU
{8D890CAF-E098-43C5-BCBF-BA99C9309BAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D890CAF-E098-43C5-BCBF-BA99C9309BAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D890CAF-E098-43C5-BCBF-BA99C9309BAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D890CAF-E098-43C5-BCBF-BA99C9309BAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1997639B-2B34-41E3-B161-BF13219DF3F5} = {923F2816-ACF9-4BBE-8D75-E17F3F0E7376}
{F5E1ABED-B193-4255-BD42-964752F6FE7A} = {923F2816-ACF9-4BBE-8D75-E17F3F0E7376}
{D7CF5642-A273-4587-B5BE-8B0E1AA2084A} = {F5E1ABED-B193-4255-BD42-964752F6FE7A}
{D21E651D-ECC9-4E0D-B8C3-78ED312E3583} = {F5E1ABED-B193-4255-BD42-964752F6FE7A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF887AA3-2668-4D27-8917-47E051A02898}
EndGlobalSection
EndGlobal