-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
SoundDeck.sln
57 lines (57 loc) · 3.04 KB
/
SoundDeck.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundDeck.Core", "src\SoundDeck.Core\SoundDeck.Core.csproj", "{4336C68F-D7F1-4A1A-A87A-AEEC27DC6ACA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C030969-3701-4B5A-9441-71C488D8994A}"
ProjectSection(SolutionItems) = preProject
.babelrc = .babelrc
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitmodules = .gitmodules
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
package-lock.json = package-lock.json
package.json = package.json
README.md = README.md
webpack.config.js = webpack.config.js
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundDeck.PI", "src\SoundDeck.PI\SoundDeck.PI.csproj", "{C9C562B9-745D-442E-A1CA-13E8314F5CF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundDeck.Plugin", "src\SoundDeck.Plugin\SoundDeck.Plugin.csproj", "{2B75D954-6630-4FBB-BDE4-D9C078656231}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDeck", "..\SharpDeck\src\SharpDeck\SharpDeck.csproj", "{8EB54E40-917C-4EE9-96DE-225D419CF72A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4336C68F-D7F1-4A1A-A87A-AEEC27DC6ACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4336C68F-D7F1-4A1A-A87A-AEEC27DC6ACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4336C68F-D7F1-4A1A-A87A-AEEC27DC6ACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4336C68F-D7F1-4A1A-A87A-AEEC27DC6ACA}.Release|Any CPU.Build.0 = Release|Any CPU
{C9C562B9-745D-442E-A1CA-13E8314F5CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9C562B9-745D-442E-A1CA-13E8314F5CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9C562B9-745D-442E-A1CA-13E8314F5CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9C562B9-745D-442E-A1CA-13E8314F5CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{2B75D954-6630-4FBB-BDE4-D9C078656231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B75D954-6630-4FBB-BDE4-D9C078656231}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B75D954-6630-4FBB-BDE4-D9C078656231}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B75D954-6630-4FBB-BDE4-D9C078656231}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB54E40-917C-4EE9-96DE-225D419CF72A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB54E40-917C-4EE9-96DE-225D419CF72A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB54E40-917C-4EE9-96DE-225D419CF72A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB54E40-917C-4EE9-96DE-225D419CF72A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29A7862F-3307-4226-8932-37C596345BF0}
EndGlobalSection
EndGlobal