-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResona.sln
65 lines (65 loc) · 3.35 KB
/
Resona.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
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABEDA4FE-19C9-478F-A94A-43E39416B8B0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
copy-pi-scripts.ps1 = copy-pi-scripts.ps1
global.json = global.json
publish.ps1 = publish.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resona.UI", "src\Resona.UI\Resona.UI.csproj", "{0B53E0B3-F4AE-4241-A95C-90036074E9D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resona.Persistence", "src\Resona.Persistence\Resona.Persistence.csproj", "{E23B874D-A3F6-46FD-B394-C1AD6B513E32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resona.Services", "src\Resona.Services\Resona.Services.csproj", "{E194272C-FFEF-4B57-8F70-9DEED424BB1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pi-scripts", "pi-scripts", "{2386B6D4-610E-4BDB-9E73-D1F83BC8552B}"
ProjectSection(SolutionItems) = preProject
scripts\configure-auto-run.sh = scripts\configure-auto-run.sh
scripts\disable-auto-run.sh = scripts\disable-auto-run.sh
scripts\install-dependencies.sh = scripts\install-dependencies.sh
scripts\reenable-auto-run.sh = scripts\reenable-auto-run.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{188E7350-304E-49B5-BEFE-4ECF9E982B13}"
ProjectSection(SolutionItems) = preProject
docs\audio-output-selection.png = docs\audio-output-selection.png
docs\bluetooth-devices.png = docs\bluetooth-devices.png
docs\home.png = docs\home.png
docs\player.png = docs\player.png
docs\sleep-timer.png = docs\sleep-timer.png
docs\track-selection.png = docs\track-selection.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B53E0B3-F4AE-4241-A95C-90036074E9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B53E0B3-F4AE-4241-A95C-90036074E9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B53E0B3-F4AE-4241-A95C-90036074E9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B53E0B3-F4AE-4241-A95C-90036074E9D5}.Release|Any CPU.Build.0 = Release|Any CPU
{E23B874D-A3F6-46FD-B394-C1AD6B513E32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E23B874D-A3F6-46FD-B394-C1AD6B513E32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E23B874D-A3F6-46FD-B394-C1AD6B513E32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E23B874D-A3F6-46FD-B394-C1AD6B513E32}.Release|Any CPU.Build.0 = Release|Any CPU
{E194272C-FFEF-4B57-8F70-9DEED424BB1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E194272C-FFEF-4B57-8F70-9DEED424BB1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E194272C-FFEF-4B57-8F70-9DEED424BB1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E194272C-FFEF-4B57-8F70-9DEED424BB1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88447A8D-E80D-4EB6-8683-BBF6028CA114}
EndGlobalSection
EndGlobal