-
Notifications
You must be signed in to change notification settings - Fork 23
/
aspnetcore.ntier.sln
49 lines (49 loc) · 3.1 KB
/
aspnetcore.ntier.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.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore.ntier.API", "aspnetcore.ntier.API\aspnetcore.ntier.API.csproj", "{6124A687-1354-4BB6-910C-42122A92D9FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore.ntier.BLL", "aspnetcore.ntier.BLL\aspnetcore.ntier.BLL.csproj", "{21D121C1-9288-4E53-8090-F85B1C46B02E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore.ntier.DAL", "aspnetcore.ntier.DAL\aspnetcore.ntier.DAL.csproj", "{08378D6F-47CC-48B6-8819-FB5C2C016F16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore.ntier.DTO", "aspnetcore.ntier.DTO\aspnetcore.ntier.DTO.csproj", "{BF449856-DB2F-4F78-B5D4-7B73E4E5CC31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore.ntier.Test", "aspnetcore.ntier.Test\aspnetcore.ntier.Test.csproj", "{5C5318E9-6AA8-42C6-ADD5-DD23053911D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21D121C1-9288-4E53-8090-F85B1C46B02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21D121C1-9288-4E53-8090-F85B1C46B02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21D121C1-9288-4E53-8090-F85B1C46B02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21D121C1-9288-4E53-8090-F85B1C46B02E}.Release|Any CPU.Build.0 = Release|Any CPU
{08378D6F-47CC-48B6-8819-FB5C2C016F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08378D6F-47CC-48B6-8819-FB5C2C016F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08378D6F-47CC-48B6-8819-FB5C2C016F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08378D6F-47CC-48B6-8819-FB5C2C016F16}.Release|Any CPU.Build.0 = Release|Any CPU
{BF449856-DB2F-4F78-B5D4-7B73E4E5CC31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF449856-DB2F-4F78-B5D4-7B73E4E5CC31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF449856-DB2F-4F78-B5D4-7B73E4E5CC31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF449856-DB2F-4F78-B5D4-7B73E4E5CC31}.Release|Any CPU.Build.0 = Release|Any CPU
{5C5318E9-6AA8-42C6-ADD5-DD23053911D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C5318E9-6AA8-42C6-ADD5-DD23053911D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C5318E9-6AA8-42C6-ADD5-DD23053911D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C5318E9-6AA8-42C6-ADD5-DD23053911D5}.Release|Any CPU.Build.0 = Release|Any CPU
{6124A687-1354-4BB6-910C-42122A92D9FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6124A687-1354-4BB6-910C-42122A92D9FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6124A687-1354-4BB6-910C-42122A92D9FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6124A687-1354-4BB6-910C-42122A92D9FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFC254A6-9841-4432-A65A-23D01A86F030}
EndGlobalSection
EndGlobal