-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCoreWebApi.BestPracties.sln
49 lines (49 loc) · 3.15 KB
/
AspNetCoreWebApi.BestPracties.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 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNlayerProject.API", "UdemyNlayerProject.API\UdemyNlayerProject.API.csproj", "{B1AA83E2-BF47-4809-9633-F1AB9B2F2E28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNLayerProject.Core", "UdemyNLayerProject.Core\UdemyNLayerProject.Core.csproj", "{09C35E58-13CB-470A-BAD5-775DA50A3844}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNlayerProject.Data", "UdemyNlayerProject.Data\UdemyNlayerProject.Data.csproj", "{45397D81-6507-437C-B00D-D168F6DBEB93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdemyNlayerProject.Service", "UdemyNlayerProject.Service\UdemyNlayerProject.Service.csproj", "{6F50845A-7C70-4FAE-8AEB-83C6847E6F1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdemyNLayerProject.Web", "UdemyNLayerProject.Web\UdemyNLayerProject.Web.csproj", "{6A9518A8-50F4-40AE-B49F-10AB1FD79171}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1AA83E2-BF47-4809-9633-F1AB9B2F2E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1AA83E2-BF47-4809-9633-F1AB9B2F2E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1AA83E2-BF47-4809-9633-F1AB9B2F2E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1AA83E2-BF47-4809-9633-F1AB9B2F2E28}.Release|Any CPU.Build.0 = Release|Any CPU
{09C35E58-13CB-470A-BAD5-775DA50A3844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C35E58-13CB-470A-BAD5-775DA50A3844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C35E58-13CB-470A-BAD5-775DA50A3844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C35E58-13CB-470A-BAD5-775DA50A3844}.Release|Any CPU.Build.0 = Release|Any CPU
{45397D81-6507-437C-B00D-D168F6DBEB93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45397D81-6507-437C-B00D-D168F6DBEB93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45397D81-6507-437C-B00D-D168F6DBEB93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45397D81-6507-437C-B00D-D168F6DBEB93}.Release|Any CPU.Build.0 = Release|Any CPU
{6F50845A-7C70-4FAE-8AEB-83C6847E6F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F50845A-7C70-4FAE-8AEB-83C6847E6F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F50845A-7C70-4FAE-8AEB-83C6847E6F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F50845A-7C70-4FAE-8AEB-83C6847E6F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{6A9518A8-50F4-40AE-B49F-10AB1FD79171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A9518A8-50F4-40AE-B49F-10AB1FD79171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A9518A8-50F4-40AE-B49F-10AB1FD79171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A9518A8-50F4-40AE-B49F-10AB1FD79171}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A24F34DF-F197-4387-8F1E-7D0607D89101}
EndGlobalSection
EndGlobal