-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMovies.sln
More file actions
43 lines (43 loc) · 2.51 KB
/
Copy pathMovies.sln
File metadata and controls
43 lines (43 loc) · 2.51 KB
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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movies.WebAPI", "Movies.WebAPI\Movies.WebAPI.csproj", "{D2CCC1AB-4190-4EFA-8D5A-6C040D273057}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movies.Core", "Movies.Core\Movies.Core.csproj", "{3FAF6CE3-53E0-49E9-9A28-BC79F67A8F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movies.EF", "Movies.EF\Movies.EF.csproj", "{B30C744F-A469-4E6A-AFAB-E8AB191489C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Movies.Services", "Movies.Services\Movies.Services.csproj", "{CFA126FB-1226-4726-B845-07FE10E16284}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2CCC1AB-4190-4EFA-8D5A-6C040D273057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2CCC1AB-4190-4EFA-8D5A-6C040D273057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2CCC1AB-4190-4EFA-8D5A-6C040D273057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2CCC1AB-4190-4EFA-8D5A-6C040D273057}.Release|Any CPU.Build.0 = Release|Any CPU
{3FAF6CE3-53E0-49E9-9A28-BC79F67A8F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FAF6CE3-53E0-49E9-9A28-BC79F67A8F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FAF6CE3-53E0-49E9-9A28-BC79F67A8F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FAF6CE3-53E0-49E9-9A28-BC79F67A8F56}.Release|Any CPU.Build.0 = Release|Any CPU
{B30C744F-A469-4E6A-AFAB-E8AB191489C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B30C744F-A469-4E6A-AFAB-E8AB191489C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B30C744F-A469-4E6A-AFAB-E8AB191489C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B30C744F-A469-4E6A-AFAB-E8AB191489C8}.Release|Any CPU.Build.0 = Release|Any CPU
{CFA126FB-1226-4726-B845-07FE10E16284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA126FB-1226-4726-B845-07FE10E16284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFA126FB-1226-4726-B845-07FE10E16284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFA126FB-1226-4726-B845-07FE10E16284}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EACF68F4-DD7E-43DF-834F-0C4D720C5380}
EndGlobalSection
EndGlobal