-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUdemyNLayerProject.sln
49 lines (49 loc) · 3.14 KB
/
UdemyNLayerProject.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.API", "UdemyNLayerProject.API\UdemyNLayerProject.API.csproj", "{D8986780-71E4-4BE6-B7DA-9C35947940A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Core", "UdemyNLayerProject.Core\UdemyNLayerProject.Core.csproj", "{7606DBFD-64A0-480F-A70D-96FDD88B3A47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Data", "UdemyNLayerProject.Data\UdemyNLayerProject.Data.csproj", "{CB9BFD39-4DF5-4CFD-B25E-A5DDCA55E5A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Service", "UdemyNLayerProject.Service\UdemyNLayerProject.Service.csproj", "{B5BC95E4-8257-4DF1-9505-4CC4F34DD3A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdemyNLayerProject.Web", "UdemyNLayerProject.Web\UdemyNLayerProject.Web.csproj", "{0B5F29C6-1D8D-4736-9F7F-F40014F3E675}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8986780-71E4-4BE6-B7DA-9C35947940A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8986780-71E4-4BE6-B7DA-9C35947940A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8986780-71E4-4BE6-B7DA-9C35947940A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8986780-71E4-4BE6-B7DA-9C35947940A5}.Release|Any CPU.Build.0 = Release|Any CPU
{7606DBFD-64A0-480F-A70D-96FDD88B3A47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7606DBFD-64A0-480F-A70D-96FDD88B3A47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7606DBFD-64A0-480F-A70D-96FDD88B3A47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7606DBFD-64A0-480F-A70D-96FDD88B3A47}.Release|Any CPU.Build.0 = Release|Any CPU
{CB9BFD39-4DF5-4CFD-B25E-A5DDCA55E5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB9BFD39-4DF5-4CFD-B25E-A5DDCA55E5A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB9BFD39-4DF5-4CFD-B25E-A5DDCA55E5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB9BFD39-4DF5-4CFD-B25E-A5DDCA55E5A8}.Release|Any CPU.Build.0 = Release|Any CPU
{B5BC95E4-8257-4DF1-9505-4CC4F34DD3A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BC95E4-8257-4DF1-9505-4CC4F34DD3A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BC95E4-8257-4DF1-9505-4CC4F34DD3A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BC95E4-8257-4DF1-9505-4CC4F34DD3A3}.Release|Any CPU.Build.0 = Release|Any CPU
{0B5F29C6-1D8D-4736-9F7F-F40014F3E675}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B5F29C6-1D8D-4736-9F7F-F40014F3E675}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B5F29C6-1D8D-4736-9F7F-F40014F3E675}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B5F29C6-1D8D-4736-9F7F-F40014F3E675}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16A657F3-6120-4CBA-B5BC-4E60B2930B5B}
EndGlobalSection
EndGlobal