-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMovieManager.sln
More file actions
57 lines (57 loc) · 3.44 KB
/
MovieManager.sln
File metadata and controls
57 lines (57 loc) · 3.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MovieManager", "MovieManager\MovieManager.csproj", "{2BF948C3-E850-4758-B345-72AF0DD22805}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9923185-C841-44EF-B6D3-DA974C4C5442}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MovieManager.Test", "MovieManager.Test\MovieManager.Test.csproj", "{D88238B2-FD13-4201-A3BE-4FF926680108}"
ProjectSection(ProjectDependencies) = postProject
{2BF948C3-E850-4758-B345-72AF0DD22805} = {2BF948C3-E850-4758-B345-72AF0DD22805}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MovieManager.Api", "MovieManager.Api\MovieManager.Api.csproj", "{5C1E1485-47D6-4AA1-9335-67953ABBFC2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieManager.Infrastructure", "MovieManager.Infrastructure\MovieManager.Infrastructure.csproj", "{2BFE45B2-6F1D-4C5C-9C79-B8A8802DEB04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MovieManager.Core", "MovieManager.Core\MovieManager.Core.csproj", "{E3074DE0-50B5-4B62-9E30-E8188FF86E94}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BF948C3-E850-4758-B345-72AF0DD22805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF948C3-E850-4758-B345-72AF0DD22805}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF948C3-E850-4758-B345-72AF0DD22805}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF948C3-E850-4758-B345-72AF0DD22805}.Release|Any CPU.Build.0 = Release|Any CPU
{D88238B2-FD13-4201-A3BE-4FF926680108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D88238B2-FD13-4201-A3BE-4FF926680108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D88238B2-FD13-4201-A3BE-4FF926680108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D88238B2-FD13-4201-A3BE-4FF926680108}.Release|Any CPU.Build.0 = Release|Any CPU
{5C1E1485-47D6-4AA1-9335-67953ABBFC2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1E1485-47D6-4AA1-9335-67953ABBFC2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1E1485-47D6-4AA1-9335-67953ABBFC2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1E1485-47D6-4AA1-9335-67953ABBFC2E}.Release|Any CPU.Build.0 = Release|Any CPU
{2BFE45B2-6F1D-4C5C-9C79-B8A8802DEB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BFE45B2-6F1D-4C5C-9C79-B8A8802DEB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BFE45B2-6F1D-4C5C-9C79-B8A8802DEB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BFE45B2-6F1D-4C5C-9C79-B8A8802DEB04}.Release|Any CPU.Build.0 = Release|Any CPU
{E3074DE0-50B5-4B62-9E30-E8188FF86E94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3074DE0-50B5-4B62-9E30-E8188FF86E94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3074DE0-50B5-4B62-9E30-E8188FF86E94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3074DE0-50B5-4B62-9E30-E8188FF86E94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EB584A2-BDE3-4832-8419-4041BA822E48}
EndGlobalSection
EndGlobal