-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.ManagementData.API.sln
43 lines (43 loc) · 2.68 KB
/
App.ManagementData.API.sln
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.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.ManagementData.API", "App.ManagementData.API\App.ManagementData.API.csproj", "{90768068-3479-479A-A4ED-FCCCF092934B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.ManagementData.BusinessLayer", "App.ManagementData.BusinessLayer\App.ManagementData.BusinessLayer.csproj", "{FFDB2CAE-39B6-4B13-9E41-4E8986D5EEDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.ManagementData.DataAccess", "App.ManagementData.DataAccess\App.ManagementData.DataAccess.csproj", "{2A74A70B-209A-41B7-A29A-4FCD5B8CE9BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.ManagementData.MVC", "App.ManagementData.MVC\App.ManagementData.MVC.csproj", "{5A9B0ED4-168E-4BF6-B7EC-DDCE9294A8E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90768068-3479-479A-A4ED-FCCCF092934B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90768068-3479-479A-A4ED-FCCCF092934B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90768068-3479-479A-A4ED-FCCCF092934B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90768068-3479-479A-A4ED-FCCCF092934B}.Release|Any CPU.Build.0 = Release|Any CPU
{FFDB2CAE-39B6-4B13-9E41-4E8986D5EEDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDB2CAE-39B6-4B13-9E41-4E8986D5EEDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDB2CAE-39B6-4B13-9E41-4E8986D5EEDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDB2CAE-39B6-4B13-9E41-4E8986D5EEDC}.Release|Any CPU.Build.0 = Release|Any CPU
{2A74A70B-209A-41B7-A29A-4FCD5B8CE9BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A74A70B-209A-41B7-A29A-4FCD5B8CE9BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A74A70B-209A-41B7-A29A-4FCD5B8CE9BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A74A70B-209A-41B7-A29A-4FCD5B8CE9BD}.Release|Any CPU.Build.0 = Release|Any CPU
{5A9B0ED4-168E-4BF6-B7EC-DDCE9294A8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9B0ED4-168E-4BF6-B7EC-DDCE9294A8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9B0ED4-168E-4BF6-B7EC-DDCE9294A8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9B0ED4-168E-4BF6-B7EC-DDCE9294A8E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E67FE8D6-C559-4915-8BB5-3F73D1E1BCD6}
EndGlobalSection
EndGlobal