-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBackgroundPlayer.sln
48 lines (48 loc) · 2.87 KB
/
BackgroundPlayer.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
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}") = "BackgroundPlayer.UnitTests", "BackgroundPlayer.UnitTests\BackgroundPlayer.UnitTests.csproj", "{CFB85925-2DE6-4A82-B4AC-ACBD12A1E102}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackgroundPlayer.IntegrationTests", "BackgroundPlayer.IntegrationTests\BackgroundPlayer.IntegrationTests.csproj", "{AC8A53D7-0265-459B-BFA7-EBB2E497C60A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackgroundPlayer.Core", "BackgroundPlayer.Core\BackgroundPlayer.Core.csproj", "{23B47F0F-1459-4701-94E8-A0EAB726EF4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackgroundPlayer", "BackgroundPlayer\BackgroundPlayer.csproj", "{8D9D0C23-C49A-4559-8E84-88AA7E5C0E4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{472526AC-FA5D-48EA-90DC-21430484FC17}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFB85925-2DE6-4A82-B4AC-ACBD12A1E102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB85925-2DE6-4A82-B4AC-ACBD12A1E102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB85925-2DE6-4A82-B4AC-ACBD12A1E102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB85925-2DE6-4A82-B4AC-ACBD12A1E102}.Release|Any CPU.Build.0 = Release|Any CPU
{AC8A53D7-0265-459B-BFA7-EBB2E497C60A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC8A53D7-0265-459B-BFA7-EBB2E497C60A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC8A53D7-0265-459B-BFA7-EBB2E497C60A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC8A53D7-0265-459B-BFA7-EBB2E497C60A}.Release|Any CPU.Build.0 = Release|Any CPU
{23B47F0F-1459-4701-94E8-A0EAB726EF4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23B47F0F-1459-4701-94E8-A0EAB726EF4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23B47F0F-1459-4701-94E8-A0EAB726EF4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23B47F0F-1459-4701-94E8-A0EAB726EF4E}.Release|Any CPU.Build.0 = Release|Any CPU
{8D9D0C23-C49A-4559-8E84-88AA7E5C0E4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D9D0C23-C49A-4559-8E84-88AA7E5C0E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D9D0C23-C49A-4559-8E84-88AA7E5C0E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D9D0C23-C49A-4559-8E84-88AA7E5C0E4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70FE4184-8EC6-4B05-B058-4FB86EDB347A}
EndGlobalSection
EndGlobal