-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetaBrainz.ListenBrainz.sln
55 lines (55 loc) · 2.55 KB
/
MetaBrainz.ListenBrainz.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
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
package-icon.png = package-icon.png
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{9968DB79-2D44-4156-8163-60C4AF34D277}"
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", "{5C86A695-952F-4F35-BBB8-BD547130215C}"
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.ListenBrainz", "MetaBrainz.ListenBrainz\MetaBrainz.ListenBrainz.csproj", "{7432E8B5-BAEF-4B24-ABE0-3410853F3273}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7432E8B5-BAEF-4B24-ABE0-3410853F3273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7432E8B5-BAEF-4B24-ABE0-3410853F3273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7432E8B5-BAEF-4B24-ABE0-3410853F3273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7432E8B5-BAEF-4B24-ABE0-3410853F3273}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9968DB79-2D44-4156-8163-60C4AF34D277} = {F997B31A-CF25-4C63-BEB5-172F7E13D9B3}
{5C86A695-952F-4F35-BBB8-BD547130215C} = {9968DB79-2D44-4156-8163-60C4AF34D277}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8B3AC97-B5B6-414B-BEA7-67232D53A5B6}
EndGlobalSection
EndGlobal