forked from yilmaz-kucukbagci/Udemy_NLayer_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UdemyNLayerProject.sln
49 lines (49 loc) · 3.15 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.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.API", "UdemyNLayerProject.API\UdemyNLayerProject.API.csproj", "{11837AE8-16D1-4CF0-A553-7999D61BD269}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Core", "UdemyNLayerProject.Core\UdemyNLayerProject.Core.csproj", "{6B37E245-77EE-453D-A821-C45B09E17AF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Data", "UdemyNLayerProject.Data\UdemyNLayerProject.Data.csproj", "{B66534B1-1707-42CC-B82D-F42CFF6BA9D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Service", "UdemyNLayerProject.Service\UdemyNLayerProject.Service.csproj", "{FEFBCD0C-0CA4-4459-BE8A-D986EEB4674D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdemyNLayerProject.Web", "UdemyNLayerProject.Web\UdemyNLayerProject.Web.csproj", "{63C07334-0AFE-412D-A2E0-ACD827014895}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11837AE8-16D1-4CF0-A553-7999D61BD269}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11837AE8-16D1-4CF0-A553-7999D61BD269}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11837AE8-16D1-4CF0-A553-7999D61BD269}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11837AE8-16D1-4CF0-A553-7999D61BD269}.Release|Any CPU.Build.0 = Release|Any CPU
{6B37E245-77EE-453D-A821-C45B09E17AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B37E245-77EE-453D-A821-C45B09E17AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B37E245-77EE-453D-A821-C45B09E17AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B37E245-77EE-453D-A821-C45B09E17AF0}.Release|Any CPU.Build.0 = Release|Any CPU
{B66534B1-1707-42CC-B82D-F42CFF6BA9D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B66534B1-1707-42CC-B82D-F42CFF6BA9D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B66534B1-1707-42CC-B82D-F42CFF6BA9D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B66534B1-1707-42CC-B82D-F42CFF6BA9D0}.Release|Any CPU.Build.0 = Release|Any CPU
{FEFBCD0C-0CA4-4459-BE8A-D986EEB4674D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEFBCD0C-0CA4-4459-BE8A-D986EEB4674D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEFBCD0C-0CA4-4459-BE8A-D986EEB4674D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEFBCD0C-0CA4-4459-BE8A-D986EEB4674D}.Release|Any CPU.Build.0 = Release|Any CPU
{63C07334-0AFE-412D-A2E0-ACD827014895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C07334-0AFE-412D-A2E0-ACD827014895}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C07334-0AFE-412D-A2E0-ACD827014895}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C07334-0AFE-412D-A2E0-ACD827014895}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06514C1E-D96C-42A0-A82B-0BA9F8BB5181}
EndGlobalSection
EndGlobal