-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWidgetMusic.sln
More file actions
33 lines (33 loc) · 1.85 KB
/
Copy pathWidgetMusic.sln
File metadata and controls
33 lines (33 loc) · 1.85 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WidgetMusicDeskband", "WidgetMusicDeskband\\WidgetMusicDeskband.vcxproj", "{D2B7C530-4F9F-4DFB-9F4C-6EA35B2ACD2D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WidgetMusicHost", "WidgetMusicHost\\WidgetMusicHost.vcxproj", "{0C7A0AA8-9B6D-4B1D-86C5-ECBBE9C7B7AF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WidgetMusicTests", "WidgetMusicTests\\WidgetMusicTests.vcxproj", "{B811AB3A-72D8-452E-AB4A-4FA78C4E774B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2B7C530-4F9F-4DFB-9F4C-6EA35B2ACD2D}.Debug|x64.ActiveCfg = Debug|x64
{D2B7C530-4F9F-4DFB-9F4C-6EA35B2ACD2D}.Debug|x64.Build.0 = Debug|x64
{D2B7C530-4F9F-4DFB-9F4C-6EA35B2ACD2D}.Release|x64.ActiveCfg = Release|x64
{D2B7C530-4F9F-4DFB-9F4C-6EA35B2ACD2D}.Release|x64.Build.0 = Release|x64
{0C7A0AA8-9B6D-4B1D-86C5-ECBBE9C7B7AF}.Debug|x64.ActiveCfg = Debug|x64
{0C7A0AA8-9B6D-4B1D-86C5-ECBBE9C7B7AF}.Debug|x64.Build.0 = Debug|x64
{0C7A0AA8-9B6D-4B1D-86C5-ECBBE9C7B7AF}.Release|x64.ActiveCfg = Release|x64
{0C7A0AA8-9B6D-4B1D-86C5-ECBBE9C7B7AF}.Release|x64.Build.0 = Release|x64
{B811AB3A-72D8-452E-AB4A-4FA78C4E774B}.Debug|x64.ActiveCfg = Debug|x64
{B811AB3A-72D8-452E-AB4A-4FA78C4E774B}.Debug|x64.Build.0 = Debug|x64
{B811AB3A-72D8-452E-AB4A-4FA78C4E774B}.Release|x64.ActiveCfg = Release|x64
{B811AB3A-72D8-452E-AB4A-4FA78C4E774B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal