-
Notifications
You must be signed in to change notification settings - Fork 0
/
Trailers.sln
43 lines (43 loc) · 2.51 KB
/
Trailers.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 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trailers", "Trailers\Trailers.csproj", "{3734BD5E-C3EA-4368-805C-629B3D776E54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trailers.MVC", "Trailers.MVC\Trailers.MVC.csproj", "{193A8C14-A1D9-4D7D-A8B9-5560DAD5F613}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Companies.Tests", "Companies.Tests\Companies.Tests.csproj", "{101C2ADA-A3AD-4078-8C33-370D5343A5C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Movies.Tests", "Movies.Tests\Movies.Tests.csproj", "{6B6CC2F5-0400-416D-9D46-6B5657F899F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3734BD5E-C3EA-4368-805C-629B3D776E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3734BD5E-C3EA-4368-805C-629B3D776E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3734BD5E-C3EA-4368-805C-629B3D776E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3734BD5E-C3EA-4368-805C-629B3D776E54}.Release|Any CPU.Build.0 = Release|Any CPU
{193A8C14-A1D9-4D7D-A8B9-5560DAD5F613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{193A8C14-A1D9-4D7D-A8B9-5560DAD5F613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{193A8C14-A1D9-4D7D-A8B9-5560DAD5F613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{193A8C14-A1D9-4D7D-A8B9-5560DAD5F613}.Release|Any CPU.Build.0 = Release|Any CPU
{101C2ADA-A3AD-4078-8C33-370D5343A5C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{101C2ADA-A3AD-4078-8C33-370D5343A5C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{101C2ADA-A3AD-4078-8C33-370D5343A5C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{101C2ADA-A3AD-4078-8C33-370D5343A5C1}.Release|Any CPU.Build.0 = Release|Any CPU
{6B6CC2F5-0400-416D-9D46-6B5657F899F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B6CC2F5-0400-416D-9D46-6B5657F899F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B6CC2F5-0400-416D-9D46-6B5657F899F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B6CC2F5-0400-416D-9D46-6B5657F899F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5021447B-1B46-420A-A8B7-562D580C3179}
EndGlobalSection
EndGlobal