-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMetaBrainz.Common.Json.sln
54 lines (54 loc) · 2.51 KB
/
MetaBrainz.Common.Json.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
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}") = "Support Files", "Support Files", "{F997B31A-CF25-4C63-BEB5-172F7E13D9B3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build-package.ps1 = build-package.ps1
Directory.Packages.props = Directory.Packages.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{454C379B-43DB-4D0A-A685-85528A5A44DE}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\github-labels.yml = .github\github-labels.yml
.github\release-drafter.yml = .github\release-drafter.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{D435BA45-284A-49CB-B356-BC985CB2C696}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\release-drafter.yml = .github\workflows\release-drafter.yml
.github\workflows\update-labels.yml = .github\workflows\update-labels.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetaBrainz.Common.Json", "MetaBrainz.Common.Json\MetaBrainz.Common.Json.csproj", "{BCEF9993-47FF-4939-8BB4-658424503EE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCEF9993-47FF-4939-8BB4-658424503EE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCEF9993-47FF-4939-8BB4-658424503EE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCEF9993-47FF-4939-8BB4-658424503EE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCEF9993-47FF-4939-8BB4-658424503EE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{454C379B-43DB-4D0A-A685-85528A5A44DE} = {F997B31A-CF25-4C63-BEB5-172F7E13D9B3}
{D435BA45-284A-49CB-B356-BC985CB2C696} = {454C379B-43DB-4D0A-A685-85528A5A44DE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAB370C0-F9FB-4E59-B710-409362E4EC7F}
EndGlobalSection
EndGlobal