-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathPlaylistsNET.sln
35 lines (35 loc) · 1.88 KB
/
PlaylistsNET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlaylistsNET", "PlaylistsNET\PlaylistsNET.csproj", "{3C819A74-85EC-42CD-A3BB-FD134558F916}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlaylistsNET.Tests", "PlaylistsNET.Tests\PlaylistsNET.Tests.csproj", "{26636CE1-F3F9-4B7D-AF9B-CE623AB536E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "build\Build.csproj", "{18C18761-20D8-41F7-9BFF-20DA52C25CE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C819A74-85EC-42CD-A3BB-FD134558F916}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C819A74-85EC-42CD-A3BB-FD134558F916}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C819A74-85EC-42CD-A3BB-FD134558F916}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C819A74-85EC-42CD-A3BB-FD134558F916}.Release|Any CPU.Build.0 = Release|Any CPU
{26636CE1-F3F9-4B7D-AF9B-CE623AB536E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26636CE1-F3F9-4B7D-AF9B-CE623AB536E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26636CE1-F3F9-4B7D-AF9B-CE623AB536E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26636CE1-F3F9-4B7D-AF9B-CE623AB536E8}.Release|Any CPU.Build.0 = Release|Any CPU
{18C18761-20D8-41F7-9BFF-20DA52C25CE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C18761-20D8-41F7-9BFF-20DA52C25CE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90590325-3790-4626-9CC0-FB66B5C52815}
EndGlobalSection
EndGlobal