-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAspNetCoreMvcMovie.sln
More file actions
27 lines (27 loc) · 1.2 KB
/
AspNetCoreMvcMovie.sln
File metadata and controls
27 lines (27 loc) · 1.2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreMvcMovie", "AspNetCoreMvcMovie\AspNetCoreMvcMovie.csproj", "{041449A3-F026-4F0A-B8C7-4B11E139EBEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19C522E3-9077-4DE6-AA1C-2976501CBDA3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{041449A3-F026-4F0A-B8C7-4B11E139EBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{041449A3-F026-4F0A-B8C7-4B11E139EBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{041449A3-F026-4F0A-B8C7-4B11E139EBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{041449A3-F026-4F0A-B8C7-4B11E139EBEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal