-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlaylistManager.sln
38 lines (38 loc) · 1.95 KB
/
PlaylistManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{61D642E2-E775-45BA-AFE9-043156A839A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2DB72C68-116C-4355-9F13-7C3DB2299F43}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PlaylistManager", "src\PlaylistManager\PlaylistManager.xproj", "{420579AA-0552-4036-836E-20340C3885B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaylistManagerTest", "PlaylistManagerTest\PlaylistManagerTest.csproj", "{56E765BF-5370-4D60-8A11-FB7336D4AE6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{420579AA-0552-4036-836E-20340C3885B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{420579AA-0552-4036-836E-20340C3885B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{420579AA-0552-4036-836E-20340C3885B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{420579AA-0552-4036-836E-20340C3885B0}.Release|Any CPU.Build.0 = Release|Any CPU
{56E765BF-5370-4D60-8A11-FB7336D4AE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E765BF-5370-4D60-8A11-FB7336D4AE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E765BF-5370-4D60-8A11-FB7336D4AE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E765BF-5370-4D60-8A11-FB7336D4AE6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{420579AA-0552-4036-836E-20340C3885B0} = {61D642E2-E775-45BA-AFE9-043156A839A2}
EndGlobalSection
EndGlobal