-
Notifications
You must be signed in to change notification settings - Fork 0
/
MetaBrainz.MusicBrainz.dotnet-mbdiscid.sln
55 lines (55 loc) · 2.53 KB
/
MetaBrainz.MusicBrainz.dotnet-mbdiscid.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.8.34330.188
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", "{D9810165-F68B-45A7-BF18-202991370B56}"
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", "{CB7678DB-56A0-4A3B-83DB-1CB6D8979BB2}"
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}") = "dotnet-mbdiscid", "dotnet-mbdiscid\dotnet-mbdiscid.csproj", "{401FF06E-8724-4976-9946-DE3424A1C845}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{401FF06E-8724-4976-9946-DE3424A1C845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401FF06E-8724-4976-9946-DE3424A1C845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401FF06E-8724-4976-9946-DE3424A1C845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401FF06E-8724-4976-9946-DE3424A1C845}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9810165-F68B-45A7-BF18-202991370B56} = {F997B31A-CF25-4C63-BEB5-172F7E13D9B3}
{CB7678DB-56A0-4A3B-83DB-1CB6D8979BB2} = {D9810165-F68B-45A7-BF18-202991370B56}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BD2C1C6-5678-41B3-A295-AFFF96957C18}
EndGlobalSection
EndGlobal