forked from solarwinds/net-changesets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSolarWinds.Changesets.sln
More file actions
96 lines (96 loc) · 4.98 KB
/
Copy pathSolarWinds.Changesets.sln
File metadata and controls
96 lines (96 loc) · 4.98 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EC85BF38-F40D-4423-AA16-B872F66CE32A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BC9915A0-AE80-47A7-89E8-841B2220E53B}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0ABD51BE-854F-4ADA-BA0B-A53D22E84A2B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CODEOWNERS = CODEOWNERS
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{14F3844A-0818-4A24-B210-262CFFC5FD8C}"
ProjectSection(SolutionItems) = preProject
.github\copilot-instructions.md = .github\copilot-instructions.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{D18E2941-0647-4CEA-9E5E-8873C68F07BC}"
ProjectSection(SolutionItems) = preProject
assets\icon.png = assets\icon.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarWinds.Changesets", "src\SolarWinds.Changesets\SolarWinds.Changesets.csproj", "{7B918E5E-F336-4E95-9B52-809E25260F5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
docs\commands-implementation-details.md = docs\commands-implementation-details.md
docs\config-file-options.md = docs\config-file-options.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarWinds.Changesets.Tests", "tests\SolarWinds.Changesets.Tests\SolarWinds.Changesets.Tests.csproj", "{31B2BA1F-7D13-210D-5051-E57059416DA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{00407218-C694-4CF5-AABB-5EAE81B3466F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\codeql.yml = .github\workflows\codeql.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".changeset", ".changeset", "{D9292B07-1521-45FF-987C-93AF914C02B8}"
ProjectSection(SolutionItems) = preProject
.changeset\config.json = .changeset\config.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "instructions", "instructions", "{32ECDA7C-AFB5-4446-97BC-47BE1AB7AD78}"
ProjectSection(SolutionItems) = preProject
.github\instructions\coding.instructions.md = .github\instructions\coding.instructions.md
.github\instructions\dotnet.instructions.md = .github\instructions\dotnet.instructions.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B918E5E-F336-4E95-9B52-809E25260F5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B918E5E-F336-4E95-9B52-809E25260F5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B918E5E-F336-4E95-9B52-809E25260F5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B918E5E-F336-4E95-9B52-809E25260F5E}.Release|Any CPU.Build.0 = Release|Any CPU
{31B2BA1F-7D13-210D-5051-E57059416DA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31B2BA1F-7D13-210D-5051-E57059416DA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31B2BA1F-7D13-210D-5051-E57059416DA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31B2BA1F-7D13-210D-5051-E57059416DA2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14F3844A-0818-4A24-B210-262CFFC5FD8C} = {0ABD51BE-854F-4ADA-BA0B-A53D22E84A2B}
{D18E2941-0647-4CEA-9E5E-8873C68F07BC} = {0ABD51BE-854F-4ADA-BA0B-A53D22E84A2B}
{7B918E5E-F336-4E95-9B52-809E25260F5E} = {EC85BF38-F40D-4423-AA16-B872F66CE32A}
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {0ABD51BE-854F-4ADA-BA0B-A53D22E84A2B}
{31B2BA1F-7D13-210D-5051-E57059416DA2} = {BC9915A0-AE80-47A7-89E8-841B2220E53B}
{00407218-C694-4CF5-AABB-5EAE81B3466F} = {14F3844A-0818-4A24-B210-262CFFC5FD8C}
{D9292B07-1521-45FF-987C-93AF914C02B8} = {0ABD51BE-854F-4ADA-BA0B-A53D22E84A2B}
{32ECDA7C-AFB5-4446-97BC-47BE1AB7AD78} = {14F3844A-0818-4A24-B210-262CFFC5FD8C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24D73EE6-7A9E-4AFF-AC21-18B414246B30}
EndGlobalSection
EndGlobal