-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHowToWatch.sln
49 lines (49 loc) · 3.05 KB
/
HowToWatch.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HowToWatch.Core", "HowToWatch.Core\HowToWatch.Core.csproj", "{1C616042-FF1B-40A3-9491-95C49F39FE4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HowToWatch.Test", "HowToWatch.Test\HowToWatch.Test.csproj", "{73948475-122B-4DFB-A081-03A61C793868}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HowToWatch.JustWatch", "HowToWatch.JustWatch\HowToWatch.JustWatch.csproj", "{DB48CF90-9D1B-4AAA-872F-7D3557519BC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HowToWatch.Application", "HowToWatch.Application\HowToWatch.Application.csproj", "{A3444B0D-1383-4677-A104-E536A4D1C378}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HowToWatch.Data", "HowToWatch.Data\HowToWatch.Data.csproj", "{6CE520CF-B25C-4E5A-93CB-3347AE94216A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C616042-FF1B-40A3-9491-95C49F39FE4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C616042-FF1B-40A3-9491-95C49F39FE4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C616042-FF1B-40A3-9491-95C49F39FE4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C616042-FF1B-40A3-9491-95C49F39FE4D}.Release|Any CPU.Build.0 = Release|Any CPU
{73948475-122B-4DFB-A081-03A61C793868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73948475-122B-4DFB-A081-03A61C793868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73948475-122B-4DFB-A081-03A61C793868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73948475-122B-4DFB-A081-03A61C793868}.Release|Any CPU.Build.0 = Release|Any CPU
{DB48CF90-9D1B-4AAA-872F-7D3557519BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB48CF90-9D1B-4AAA-872F-7D3557519BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB48CF90-9D1B-4AAA-872F-7D3557519BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB48CF90-9D1B-4AAA-872F-7D3557519BC1}.Release|Any CPU.Build.0 = Release|Any CPU
{A3444B0D-1383-4677-A104-E536A4D1C378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3444B0D-1383-4677-A104-E536A4D1C378}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3444B0D-1383-4677-A104-E536A4D1C378}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3444B0D-1383-4677-A104-E536A4D1C378}.Release|Any CPU.Build.0 = Release|Any CPU
{6CE520CF-B25C-4E5A-93CB-3347AE94216A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CE520CF-B25C-4E5A-93CB-3347AE94216A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CE520CF-B25C-4E5A-93CB-3347AE94216A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CE520CF-B25C-4E5A-93CB-3347AE94216A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6129862D-ACFC-47FF-94EB-79532A7AB692}
EndGlobalSection
EndGlobal