-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMovieAPI.sln
More file actions
43 lines (43 loc) · 2.3 KB
/
MovieAPI.sln
File metadata and controls
43 lines (43 loc) · 2.3 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.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{DFDCEF69-09BD-43E6-B4E0-AEE5686F24A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{0032BD48-07F8-4017-B635-086B13F64BEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{B0DDF7B5-CEDE-4C4F-AD4F-DDEEB16817EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0142CBC1-8D86-45E3-843F-F36227B765F1}"
ProjectSection(SolutionItems) = preProject
Code_Of_Conduct.md = Code_Of_Conduct.md
movieapi-openapi.yaml = movieapi-openapi.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFDCEF69-09BD-43E6-B4E0-AEE5686F24A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFDCEF69-09BD-43E6-B4E0-AEE5686F24A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFDCEF69-09BD-43E6-B4E0-AEE5686F24A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFDCEF69-09BD-43E6-B4E0-AEE5686F24A9}.Release|Any CPU.Build.0 = Release|Any CPU
{0032BD48-07F8-4017-B635-086B13F64BEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0032BD48-07F8-4017-B635-086B13F64BEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0032BD48-07F8-4017-B635-086B13F64BEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0032BD48-07F8-4017-B635-086B13F64BEC}.Release|Any CPU.Build.0 = Release|Any CPU
{B0DDF7B5-CEDE-4C4F-AD4F-DDEEB16817EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0DDF7B5-CEDE-4C4F-AD4F-DDEEB16817EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0DDF7B5-CEDE-4C4F-AD4F-DDEEB16817EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0DDF7B5-CEDE-4C4F-AD4F-DDEEB16817EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3A2AE94-D684-4D3B-84D9-E47372B784E3}
EndGlobalSection
EndGlobal