-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinema-service.sln
53 lines (53 loc) · 3.17 KB
/
cinema-service.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B441C66E-1822-490A-AA28-A60D352BAD95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cinema.Api", "src\Cinema.Api\Cinema.Api.csproj", "{40BBA85C-929A-443B-AB30-79CE956E1E0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cinema.Core", "src\Cinema.Core\Cinema.Core.csproj", "{3CBE60CB-9DCC-4E13-97BD-3D71331573B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cinema.Infrastructure", "src\Cinema.Infrastructure\Cinema.Infrastructure.csproj", "{458D9408-9E1B-4A16-AAB9-C61D314C3492}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{74BBF6B3-EFA8-442C-A122-B831E29436A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cinema.UnitTests", "tests\Cinema.UnitTests\Cinema.UnitTests.csproj", "{05D055D2-BA22-4F0B-87AA-F227E30A14E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40BBA85C-929A-443B-AB30-79CE956E1E0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40BBA85C-929A-443B-AB30-79CE956E1E0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40BBA85C-929A-443B-AB30-79CE956E1E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40BBA85C-929A-443B-AB30-79CE956E1E0F}.Release|Any CPU.Build.0 = Release|Any CPU
{3CBE60CB-9DCC-4E13-97BD-3D71331573B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CBE60CB-9DCC-4E13-97BD-3D71331573B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CBE60CB-9DCC-4E13-97BD-3D71331573B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CBE60CB-9DCC-4E13-97BD-3D71331573B6}.Release|Any CPU.Build.0 = Release|Any CPU
{458D9408-9E1B-4A16-AAB9-C61D314C3492}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458D9408-9E1B-4A16-AAB9-C61D314C3492}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458D9408-9E1B-4A16-AAB9-C61D314C3492}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458D9408-9E1B-4A16-AAB9-C61D314C3492}.Release|Any CPU.Build.0 = Release|Any CPU
{05D055D2-BA22-4F0B-87AA-F227E30A14E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D055D2-BA22-4F0B-87AA-F227E30A14E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D055D2-BA22-4F0B-87AA-F227E30A14E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D055D2-BA22-4F0B-87AA-F227E30A14E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40BBA85C-929A-443B-AB30-79CE956E1E0F} = {B441C66E-1822-490A-AA28-A60D352BAD95}
{3CBE60CB-9DCC-4E13-97BD-3D71331573B6} = {B441C66E-1822-490A-AA28-A60D352BAD95}
{458D9408-9E1B-4A16-AAB9-C61D314C3492} = {B441C66E-1822-490A-AA28-A60D352BAD95}
{05D055D2-BA22-4F0B-87AA-F227E30A14E3} = {74BBF6B3-EFA8-442C-A122-B831E29436A2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36E4C575-385A-4AD1-A1A4-B84AA23CAB69}
EndGlobalSection
EndGlobal