-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMS_Rest_API.sln
More file actions
43 lines (43 loc) · 2.64 KB
/
CMS_Rest_API.sln
File metadata and controls
43 lines (43 loc) · 2.64 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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_Rest_API.EntityLayer", "CMS_Rest_API.EntityLayer\CMS_Rest_API.EntityLayer.csproj", "{4066EE3E-EA12-4D70-AB8A-6DFF61742312}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_Rest_API.MappingLayer", "CMS_Rest_API.MappingLayer\CMS_Rest_API.MappingLayer.csproj", "{3D8AD4D1-807F-4A95-BB73-B532E42ACC67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_Rest_API.DataAccessLayer", "CMS_Rest_API.DataAccessLayer\CMS_Rest_API.DataAccessLayer.csproj", "{34755DDA-3C93-47DA-A213-54D5E58EDCBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_Rest_API.UI", "CMS_Rest_API.UI\CMS_Rest_API.UI.csproj", "{20C89A2C-9CD3-4F3B-8FF9-8BED2EAE578D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4066EE3E-EA12-4D70-AB8A-6DFF61742312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4066EE3E-EA12-4D70-AB8A-6DFF61742312}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4066EE3E-EA12-4D70-AB8A-6DFF61742312}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4066EE3E-EA12-4D70-AB8A-6DFF61742312}.Release|Any CPU.Build.0 = Release|Any CPU
{3D8AD4D1-807F-4A95-BB73-B532E42ACC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D8AD4D1-807F-4A95-BB73-B532E42ACC67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D8AD4D1-807F-4A95-BB73-B532E42ACC67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D8AD4D1-807F-4A95-BB73-B532E42ACC67}.Release|Any CPU.Build.0 = Release|Any CPU
{34755DDA-3C93-47DA-A213-54D5E58EDCBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34755DDA-3C93-47DA-A213-54D5E58EDCBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34755DDA-3C93-47DA-A213-54D5E58EDCBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34755DDA-3C93-47DA-A213-54D5E58EDCBB}.Release|Any CPU.Build.0 = Release|Any CPU
{20C89A2C-9CD3-4F3B-8FF9-8BED2EAE578D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20C89A2C-9CD3-4F3B-8FF9-8BED2EAE578D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20C89A2C-9CD3-4F3B-8FF9-8BED2EAE578D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20C89A2C-9CD3-4F3B-8FF9-8BED2EAE578D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DEACF83E-4BF4-4E8A-B153-9E34466E0FF9}
EndGlobalSection
EndGlobal