-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMVC.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
MVC.sln
File metadata and controls
43 lines (43 loc) · 2.46 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.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC", "MVC\MVC.csproj", "{401DC60E-465B-4ED2-8DCF-2346432FFAD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC.WebAPI", "MVC.WebAPI\MVC.WebAPI.csproj", "{64B41C3F-35EB-4E78-87C0-6154BD0123F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC.Domain", "MVC.Domain\MVC.Domain.csproj", "{A883379B-B46E-4341-8CF3-73C99A9CCA85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC.Shared", "MVC.Shared\MVC.Shared.csproj", "{E755E893-E8DD-4B16-BAAC-9FA449918887}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{401DC60E-465B-4ED2-8DCF-2346432FFAD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401DC60E-465B-4ED2-8DCF-2346432FFAD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401DC60E-465B-4ED2-8DCF-2346432FFAD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401DC60E-465B-4ED2-8DCF-2346432FFAD8}.Release|Any CPU.Build.0 = Release|Any CPU
{64B41C3F-35EB-4E78-87C0-6154BD0123F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64B41C3F-35EB-4E78-87C0-6154BD0123F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64B41C3F-35EB-4E78-87C0-6154BD0123F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64B41C3F-35EB-4E78-87C0-6154BD0123F1}.Release|Any CPU.Build.0 = Release|Any CPU
{A883379B-B46E-4341-8CF3-73C99A9CCA85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A883379B-B46E-4341-8CF3-73C99A9CCA85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A883379B-B46E-4341-8CF3-73C99A9CCA85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A883379B-B46E-4341-8CF3-73C99A9CCA85}.Release|Any CPU.Build.0 = Release|Any CPU
{E755E893-E8DD-4B16-BAAC-9FA449918887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E755E893-E8DD-4B16-BAAC-9FA449918887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E755E893-E8DD-4B16-BAAC-9FA449918887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E755E893-E8DD-4B16-BAAC-9FA449918887}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {458D1E2F-5093-427A-B2D7-79A287241F6F}
EndGlobalSection
EndGlobal