-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathYouTubePlayer.Shared.sln
36 lines (36 loc) · 1.82 KB
/
YouTubePlayer.Shared.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30028.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "YouTubePlayer.Shared", "YouTubePlayer.Shared\YouTubePlayer.Shared.shproj", "{A2F49DB0-5E8B-4817-884F-CBE136B494DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouTubePlayer.WPF", "YouTubePlayer.WPF\YouTubePlayer.WPF.csproj", "{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
YouTubePlayer.Shared\YouTubePlayer.Shared.projitems*{a2f49db0-5e8b-4817-884f-cbe136b494db}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Debug|x86.ActiveCfg = Debug|x86
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Debug|x86.Build.0 = Debug|x86
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Release|Any CPU.Build.0 = Release|Any CPU
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Release|x86.ActiveCfg = Release|Any CPU
{2E5B4081-F7BE-48B1-9C24-15F4CF2D9B45}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FD3D153-1A9E-4705-9565-9E1F57DE60C4}
EndGlobalSection
EndGlobal