-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMusic.sln
More file actions
55 lines (55 loc) · 3.69 KB
/
Copy pathMusic.sln
File metadata and controls
55 lines (55 loc) · 3.69 KB
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 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoweredSoft.Music.Theory.Core", "PoweredSoft.Music.Theory.Core\PoweredSoft.Music.Theory.Core.csproj", "{37B2CDCF-D32B-4E2F-9EB8-8A1EF188119D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoweredSoft.Music.Theory", "PoweredSoft.Music.Theory\PoweredSoft.Music.Theory.csproj", "{3B49F759-1584-434D-B05A-425AFB51D8CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoweredSoft.Music.Theory.Test", "PoweredSoft.Music.Theory.Test\PoweredSoft.Music.Theory.Test.csproj", "{49BB00E4-0F75-4A14-9A28-3B6760318035}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoweredSoft.Music.Web", "PoweredSoft.Music.Web\PoweredSoft.Music.Web.csproj", "{0A2026DE-E0D4-4F6B-93CF-012250CAD552}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoweredSoft.Music.String.Core", "PoweredSoft.Music.String.Core\PoweredSoft.Music.String.Core.csproj", "{9B888920-6A73-4496-B92A-3B05A7F2E1A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoweredSoft.Music.String", "PoweredSoft.Music.String\PoweredSoft.Music.String.csproj", "{688AF2E3-333B-4035-92DB-FE62895403E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37B2CDCF-D32B-4E2F-9EB8-8A1EF188119D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37B2CDCF-D32B-4E2F-9EB8-8A1EF188119D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37B2CDCF-D32B-4E2F-9EB8-8A1EF188119D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37B2CDCF-D32B-4E2F-9EB8-8A1EF188119D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B49F759-1584-434D-B05A-425AFB51D8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B49F759-1584-434D-B05A-425AFB51D8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B49F759-1584-434D-B05A-425AFB51D8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B49F759-1584-434D-B05A-425AFB51D8CB}.Release|Any CPU.Build.0 = Release|Any CPU
{49BB00E4-0F75-4A14-9A28-3B6760318035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49BB00E4-0F75-4A14-9A28-3B6760318035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49BB00E4-0F75-4A14-9A28-3B6760318035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49BB00E4-0F75-4A14-9A28-3B6760318035}.Release|Any CPU.Build.0 = Release|Any CPU
{0A2026DE-E0D4-4F6B-93CF-012250CAD552}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A2026DE-E0D4-4F6B-93CF-012250CAD552}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A2026DE-E0D4-4F6B-93CF-012250CAD552}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A2026DE-E0D4-4F6B-93CF-012250CAD552}.Release|Any CPU.Build.0 = Release|Any CPU
{9B888920-6A73-4496-B92A-3B05A7F2E1A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B888920-6A73-4496-B92A-3B05A7F2E1A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B888920-6A73-4496-B92A-3B05A7F2E1A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B888920-6A73-4496-B92A-3B05A7F2E1A7}.Release|Any CPU.Build.0 = Release|Any CPU
{688AF2E3-333B-4035-92DB-FE62895403E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{688AF2E3-333B-4035-92DB-FE62895403E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{688AF2E3-333B-4035-92DB-FE62895403E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688AF2E3-333B-4035-92DB-FE62895403E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2A52715-B8C1-4FCA-A08D-11C61E27971E}
EndGlobalSection
EndGlobal