-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMedia Player.sln
31 lines (31 loc) · 1.57 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Media_Player.WPF", "Media_Player.WPF\Media_Player.WPF.csproj", "{D17590F3-1E83-429C-B0CF-E8CAC5F33CFE}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Media_Player.Shared", "Media_Player.Shared\Media_Player.Shared.shproj", "{CCE3AE72-3848-4BE1-98AA-097D829696F1}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Media_Player.Shared\Media_Player.Shared.projitems*{cce3ae72-3848-4be1-98aa-097d829696f1}*SharedItemsImports = 13
Media_Player.Shared\Media_Player.Shared.projitems*{d17590f3-1e83-429c-b0cf-e8cac5f33cfe}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D17590F3-1E83-429C-B0CF-E8CAC5F33CFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17590F3-1E83-429C-B0CF-E8CAC5F33CFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17590F3-1E83-429C-B0CF-E8CAC5F33CFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17590F3-1E83-429C-B0CF-E8CAC5F33CFE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {073B44B9-325F-4A1B-B8CB-05A277C07870}
EndGlobalSection
EndGlobal