-
Notifications
You must be signed in to change notification settings - Fork 0
/
MusicBlazorApp.sln
42 lines (42 loc) · 2.25 KB
/
MusicBlazorApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicBlazorApp", "MusicBlazorApp\MusicBlazorApp.csproj", "{780C7C84-98DF-4EA8-A3E7-9B24EC168841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicApi", "MusicApi\MusicApi.csproj", "{09976259-67BD-43EA-85F4-C9C5E9FDCA89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicTests", "MusicTests\MusicTests.csproj", "{8DF9AF3A-11E1-48B7-BBE4-10F3E94A6948}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A064C957-3660-4D3E-AD5F-2FFAA95B71F3}"
ProjectSection(SolutionItems) = preProject
dump-data.ps1 = dump-data.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{780C7C84-98DF-4EA8-A3E7-9B24EC168841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{780C7C84-98DF-4EA8-A3E7-9B24EC168841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{780C7C84-98DF-4EA8-A3E7-9B24EC168841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{780C7C84-98DF-4EA8-A3E7-9B24EC168841}.Release|Any CPU.Build.0 = Release|Any CPU
{09976259-67BD-43EA-85F4-C9C5E9FDCA89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09976259-67BD-43EA-85F4-C9C5E9FDCA89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09976259-67BD-43EA-85F4-C9C5E9FDCA89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09976259-67BD-43EA-85F4-C9C5E9FDCA89}.Release|Any CPU.Build.0 = Release|Any CPU
{8DF9AF3A-11E1-48B7-BBE4-10F3E94A6948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DF9AF3A-11E1-48B7-BBE4-10F3E94A6948}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DF9AF3A-11E1-48B7-BBE4-10F3E94A6948}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DF9AF3A-11E1-48B7-BBE4-10F3E94A6948}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {170D879A-7932-4AB6-85FD-11BD103582A4}
EndGlobalSection
EndGlobal