-
Notifications
You must be signed in to change notification settings - Fork 16
/
YouTubeViewers.sln
43 lines (43 loc) · 2.65 KB
/
YouTubeViewers.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.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YouTubeViewers.WPF", "YouTubeViewers.WPF\YouTubeViewers.WPF.csproj", "{8D13A319-C974-4F35-A133-7CEECD20C92A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YouTubeViewers.EntityFramework", "YouTubeViewers.EntityFramework\YouTubeViewers.EntityFramework.csproj", "{A37E1DFD-2E35-4251-8783-CBDBD0A5FE2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YouTubeViewers.Domain", "YouTubeViewers.Domain\YouTubeViewers.Domain.csproj", "{CCCA6CC2-CF9B-4C05-A86F-503F4CC77E56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouTubeViewers.WPF.Test.E2E", "YouTubeViewers.WPF.Test.E2E\YouTubeViewers.WPF.Test.E2E.csproj", "{82D5E7CC-71A1-474A-84D8-67180D36D1C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D13A319-C974-4F35-A133-7CEECD20C92A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D13A319-C974-4F35-A133-7CEECD20C92A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D13A319-C974-4F35-A133-7CEECD20C92A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D13A319-C974-4F35-A133-7CEECD20C92A}.Release|Any CPU.Build.0 = Release|Any CPU
{A37E1DFD-2E35-4251-8783-CBDBD0A5FE2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A37E1DFD-2E35-4251-8783-CBDBD0A5FE2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A37E1DFD-2E35-4251-8783-CBDBD0A5FE2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A37E1DFD-2E35-4251-8783-CBDBD0A5FE2F}.Release|Any CPU.Build.0 = Release|Any CPU
{CCCA6CC2-CF9B-4C05-A86F-503F4CC77E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCCA6CC2-CF9B-4C05-A86F-503F4CC77E56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCCA6CC2-CF9B-4C05-A86F-503F4CC77E56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCCA6CC2-CF9B-4C05-A86F-503F4CC77E56}.Release|Any CPU.Build.0 = Release|Any CPU
{82D5E7CC-71A1-474A-84D8-67180D36D1C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82D5E7CC-71A1-474A-84D8-67180D36D1C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82D5E7CC-71A1-474A-84D8-67180D36D1C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82D5E7CC-71A1-474A-84D8-67180D36D1C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {358CF729-19C9-4A2F-9FE0-81C628D2F28D}
EndGlobalSection
EndGlobal