-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhatToWatch.sln
72 lines (72 loc) · 4.83 KB
/
WhatToWatch.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.API", "WhatToWatch.API\WhatToWatch.API.csproj", "{92EAF8D9-E60B-4C01-B0CA-24A046784760}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.Entities", "WhatToWatch.Entities\WhatToWatch.Entities.csproj", "{8E6B63EC-A478-44E9-B803-9004F4723591}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.DataAccess", "WhatToWatch.DataAccess\WhatToWatch.DataAccess.csproj", "{F00D5913-E451-4EF6-8FF3-48F3B7A571D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.Business", "WhatToWatch.Business\WhatToWatch.Business.csproj", "{F042B949-8E98-4C4A-A391-18A5F49A4672}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.Core", "WhatToWatch.Core\WhatToWatch.Core.csproj", "{005B468D-E41D-4860-8AF7-CB079152AB1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.Worker", "WhatToWatch.Worker\WhatToWatch.Worker.csproj", "{BFCA4484-4287-499D-84B3-83A0ABCCA308}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatToWatch.MailWorker", "WhatToWatch.MailWorker\WhatToWatch.MailWorker.csproj", "{0B0B4C4E-6010-4816-8D4B-CFAE6310639D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{19E70E58-DE14-463A-A4FB-2399171F2CD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhatToWatch.API.Test", "Test\WhatToWatch.API.Test\WhatToWatch.API.Test.csproj", "{2554EB98-5CC9-4A68-955A-C1DF3F55364E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92EAF8D9-E60B-4C01-B0CA-24A046784760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92EAF8D9-E60B-4C01-B0CA-24A046784760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92EAF8D9-E60B-4C01-B0CA-24A046784760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92EAF8D9-E60B-4C01-B0CA-24A046784760}.Release|Any CPU.Build.0 = Release|Any CPU
{8E6B63EC-A478-44E9-B803-9004F4723591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E6B63EC-A478-44E9-B803-9004F4723591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E6B63EC-A478-44E9-B803-9004F4723591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E6B63EC-A478-44E9-B803-9004F4723591}.Release|Any CPU.Build.0 = Release|Any CPU
{F00D5913-E451-4EF6-8FF3-48F3B7A571D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F00D5913-E451-4EF6-8FF3-48F3B7A571D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F00D5913-E451-4EF6-8FF3-48F3B7A571D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F00D5913-E451-4EF6-8FF3-48F3B7A571D3}.Release|Any CPU.Build.0 = Release|Any CPU
{F042B949-8E98-4C4A-A391-18A5F49A4672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F042B949-8E98-4C4A-A391-18A5F49A4672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F042B949-8E98-4C4A-A391-18A5F49A4672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F042B949-8E98-4C4A-A391-18A5F49A4672}.Release|Any CPU.Build.0 = Release|Any CPU
{005B468D-E41D-4860-8AF7-CB079152AB1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{005B468D-E41D-4860-8AF7-CB079152AB1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{005B468D-E41D-4860-8AF7-CB079152AB1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{005B468D-E41D-4860-8AF7-CB079152AB1B}.Release|Any CPU.Build.0 = Release|Any CPU
{BFCA4484-4287-499D-84B3-83A0ABCCA308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFCA4484-4287-499D-84B3-83A0ABCCA308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFCA4484-4287-499D-84B3-83A0ABCCA308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFCA4484-4287-499D-84B3-83A0ABCCA308}.Release|Any CPU.Build.0 = Release|Any CPU
{0B0B4C4E-6010-4816-8D4B-CFAE6310639D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B0B4C4E-6010-4816-8D4B-CFAE6310639D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B0B4C4E-6010-4816-8D4B-CFAE6310639D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B0B4C4E-6010-4816-8D4B-CFAE6310639D}.Release|Any CPU.Build.0 = Release|Any CPU
{2554EB98-5CC9-4A68-955A-C1DF3F55364E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2554EB98-5CC9-4A68-955A-C1DF3F55364E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2554EB98-5CC9-4A68-955A-C1DF3F55364E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2554EB98-5CC9-4A68-955A-C1DF3F55364E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2554EB98-5CC9-4A68-955A-C1DF3F55364E} = {19E70E58-DE14-463A-A4FB-2399171F2CD8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D45028D-5301-4720-9F9B-C4228C745088}
EndGlobalSection
EndGlobal