1 2Microsoft Visual Studio Solution File, Format Version 12.00 3# Visual Studio 15 4VisualStudioVersion = 15.0.28307.106 5MinimumVisualStudioVersion = 10.0.40219.1 6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MusicPlayer2", "MusicPlayer2\MusicPlayer2.vcxproj", "{DFD1E633-A714-4E99-BC49-1D55ED66A6B7}" 7EndProject 8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "UnitTest\UnitTest.vcxproj", "{CC6552E7-FF4F-4475-80DE-8D71B6F32C19}" 9 ProjectSection(ProjectDependencies) = postProject 10 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7} = {DFD1E633-A714-4E99-BC49-1D55ED66A6B7} 11 EndProjectSection 12EndProject 13Global 14 GlobalSection(SolutionConfigurationPlatforms) = preSolution 15 Debug|x64 = Debug|x64 16 Debug|x86 = Debug|x86 17 Release|x64 = Release|x64 18 Release|x86 = Release|x86 19 EndGlobalSection 20 GlobalSection(ProjectConfigurationPlatforms) = postSolution 21 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Debug|x64.ActiveCfg = Debug|x64 22 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Debug|x64.Build.0 = Debug|x64 23 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Debug|x86.ActiveCfg = Debug|Win32 24 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Debug|x86.Build.0 = Debug|Win32 25 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Release|x64.ActiveCfg = Release|x64 26 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Release|x64.Build.0 = Release|x64 27 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Release|x86.ActiveCfg = Release|Win32 28 {DFD1E633-A714-4E99-BC49-1D55ED66A6B7}.Release|x86.Build.0 = Release|Win32 29 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Debug|x64.ActiveCfg = Debug|x64 30 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Debug|x64.Build.0 = Debug|x64 31 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Debug|x86.ActiveCfg = Debug|Win32 32 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Debug|x86.Build.0 = Debug|Win32 33 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Release|x64.ActiveCfg = Debug|x64 34 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Release|x64.Build.0 = Debug|x64 35 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Release|x86.ActiveCfg = Debug|Win32 36 {CC6552E7-FF4F-4475-80DE-8D71B6F32C19}.Release|x86.Build.0 = Debug|Win32 37 EndGlobalSection 38 GlobalSection(SolutionProperties) = preSolution 39 HideSolutionNode = FALSE 40 EndGlobalSection 41 GlobalSection(ExtensibilityGlobals) = postSolution 42 SolutionGuid = {D116BA38-E648-4461-A166-AE82521DE700} 43 EndGlobalSection 44EndGlobal 45