-
Notifications
You must be signed in to change notification settings - Fork 9
/
MetaBrainz.MusicBrainz.sln
62 lines (62 loc) · 2.92 KB
/
MetaBrainz.MusicBrainz.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
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", "{E3250100-DF8F-43B1-9270-9A916E85E529}"
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", "{7D13FA78-ECE5-4A69-AF08-17B45EA953E5}"
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.MusicBrainz", "MetaBrainz.MusicBrainz\MetaBrainz.MusicBrainz.csproj", "{662BD624-2529-405F-9AC5-925C4401FB45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "User Guide", "User Guide", "{B3118789-197E-4552-BE4D-BB1C793B2EA5}"
ProjectSection(SolutionItems) = preProject
user-guide\ug-linqpad.png = user-guide\ug-linqpad.png
user-guide\UserGuide.md = user-guide\UserGuide.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{662BD624-2529-405F-9AC5-925C4401FB45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{662BD624-2529-405F-9AC5-925C4401FB45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{662BD624-2529-405F-9AC5-925C4401FB45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{662BD624-2529-405F-9AC5-925C4401FB45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E3250100-DF8F-43B1-9270-9A916E85E529} = {F997B31A-CF25-4C63-BEB5-172F7E13D9B3}
{7D13FA78-ECE5-4A69-AF08-17B45EA953E5} = {E3250100-DF8F-43B1-9270-9A916E85E529}
{B3118789-197E-4552-BE4D-BB1C793B2EA5} = {F997B31A-CF25-4C63-BEB5-172F7E13D9B3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0A6B091-8EF6-4A34-AD74-75F1C25A9121}
EndGlobalSection
EndGlobal