-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMovieRecommendations.sln
43 lines (43 loc) · 2.71 KB
/
MovieRecommendations.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.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieRecommendations.API", "MovieRecommendations.API\MovieRecommendations.API.csproj", "{B008C6BF-912D-4C0B-9F54-277B7E727EAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieRecommendations.Application", "MovieRecommendations.Application\MovieRecommendations.Application.csproj", "{D6FE9055-6FCA-40F2-83FD-CFE572C551A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieRecommendations.Domain", "MovieRecommendations.Domain\MovieRecommendations.Domain.csproj", "{02CE6DF4-D217-4805-9688-BE343B55B5A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieRecommendations.Infrastructure", "MovieRecommendations.Infrastructure\MovieRecommendations.Infrastructure.csproj", "{E5F8B78C-5781-4AEC-B58E-A86F962D33AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B008C6BF-912D-4C0B-9F54-277B7E727EAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B008C6BF-912D-4C0B-9F54-277B7E727EAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B008C6BF-912D-4C0B-9F54-277B7E727EAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B008C6BF-912D-4C0B-9F54-277B7E727EAF}.Release|Any CPU.Build.0 = Release|Any CPU
{D6FE9055-6FCA-40F2-83FD-CFE572C551A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6FE9055-6FCA-40F2-83FD-CFE572C551A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6FE9055-6FCA-40F2-83FD-CFE572C551A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6FE9055-6FCA-40F2-83FD-CFE572C551A5}.Release|Any CPU.Build.0 = Release|Any CPU
{02CE6DF4-D217-4805-9688-BE343B55B5A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02CE6DF4-D217-4805-9688-BE343B55B5A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02CE6DF4-D217-4805-9688-BE343B55B5A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02CE6DF4-D217-4805-9688-BE343B55B5A0}.Release|Any CPU.Build.0 = Release|Any CPU
{E5F8B78C-5781-4AEC-B58E-A86F962D33AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5F8B78C-5781-4AEC-B58E-A86F962D33AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5F8B78C-5781-4AEC-B58E-A86F962D33AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5F8B78C-5781-4AEC-B58E-A86F962D33AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79780D4D-4494-43CE-A703-E7D77A5516CA}
EndGlobalSection
EndGlobal