-
Notifications
You must be signed in to change notification settings - Fork 0
/
Media_Player.sln
43 lines (43 loc) · 2.54 KB
/
Media_Player.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayer.PL", "MediaPlayer.PL\MediaPlayer.PL.csproj", "{D95E64FE-7C23-4B98-B712-99BFF42CB8D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayer.BLL", "MediaPlayer.BLL\MediaPlayer.BLL.csproj", "{FA64ADCD-CE6C-427D-9DEF-2A63E804B5D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayer.DAL", "MediaPlayer.DAL\MediaPlayer.DAL.csproj", "{170550E1-F82E-4FDA-8C96-B25614CD7D9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayer.EL", "MediaPlayer.EL\MediaPlayer.EL.csproj", "{FB4970DA-E148-4396-A339-D6E263F2B8F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D95E64FE-7C23-4B98-B712-99BFF42CB8D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D95E64FE-7C23-4B98-B712-99BFF42CB8D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D95E64FE-7C23-4B98-B712-99BFF42CB8D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D95E64FE-7C23-4B98-B712-99BFF42CB8D2}.Release|Any CPU.Build.0 = Release|Any CPU
{FA64ADCD-CE6C-427D-9DEF-2A63E804B5D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA64ADCD-CE6C-427D-9DEF-2A63E804B5D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA64ADCD-CE6C-427D-9DEF-2A63E804B5D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA64ADCD-CE6C-427D-9DEF-2A63E804B5D2}.Release|Any CPU.Build.0 = Release|Any CPU
{170550E1-F82E-4FDA-8C96-B25614CD7D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170550E1-F82E-4FDA-8C96-B25614CD7D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{170550E1-F82E-4FDA-8C96-B25614CD7D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{170550E1-F82E-4FDA-8C96-B25614CD7D9A}.Release|Any CPU.Build.0 = Release|Any CPU
{FB4970DA-E148-4396-A339-D6E263F2B8F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB4970DA-E148-4396-A339-D6E263F2B8F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB4970DA-E148-4396-A339-D6E263F2B8F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB4970DA-E148-4396-A339-D6E263F2B8F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A37418C3-748A-41BF-83D4-3F83EF04665B}
EndGlobalSection
EndGlobal