-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLAB_APP.sln
58 lines (58 loc) · 3.58 KB
/
LAB_APP.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
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LAB_APP.API", "LAB_APP.API\LAB_APP.API.csproj", "{D6FB0902-0C50-4BF2-ACDA-9155F90B3D0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{802382F3-D444-427E-8732-323DD3C2D21D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LAB_APP.Domain", "LAB_APP.Domain\LAB_APP.Domain.csproj", "{AB9E26B3-90C0-45DC-9964-3FD3E28CF8B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LAB_APP.Data", "LAB_APP.Data\LAB_APP.Data.csproj", "{2CDF687A-B368-47E8-9795-EEF2754812AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LAB_APP.Application", "LAB_APP.Application\LAB_APP.Application.csproj", "{F5A22126-E488-49F9-A47A-EB34370174BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LAB_APP.IoC", "LAB_APP.IoC\LAB_APP.IoC.csproj", "{12DBBCA1-3832-4644-83AE-3B0B2CAA88BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6FB0902-0C50-4BF2-ACDA-9155F90B3D0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6FB0902-0C50-4BF2-ACDA-9155F90B3D0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6FB0902-0C50-4BF2-ACDA-9155F90B3D0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6FB0902-0C50-4BF2-ACDA-9155F90B3D0E}.Release|Any CPU.Build.0 = Release|Any CPU
{AB9E26B3-90C0-45DC-9964-3FD3E28CF8B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB9E26B3-90C0-45DC-9964-3FD3E28CF8B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB9E26B3-90C0-45DC-9964-3FD3E28CF8B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB9E26B3-90C0-45DC-9964-3FD3E28CF8B5}.Release|Any CPU.Build.0 = Release|Any CPU
{2CDF687A-B368-47E8-9795-EEF2754812AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CDF687A-B368-47E8-9795-EEF2754812AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CDF687A-B368-47E8-9795-EEF2754812AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CDF687A-B368-47E8-9795-EEF2754812AD}.Release|Any CPU.Build.0 = Release|Any CPU
{F5A22126-E488-49F9-A47A-EB34370174BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5A22126-E488-49F9-A47A-EB34370174BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5A22126-E488-49F9-A47A-EB34370174BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5A22126-E488-49F9-A47A-EB34370174BC}.Release|Any CPU.Build.0 = Release|Any CPU
{12DBBCA1-3832-4644-83AE-3B0B2CAA88BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12DBBCA1-3832-4644-83AE-3B0B2CAA88BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12DBBCA1-3832-4644-83AE-3B0B2CAA88BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12DBBCA1-3832-4644-83AE-3B0B2CAA88BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D6FB0902-0C50-4BF2-ACDA-9155F90B3D0E} = {802382F3-D444-427E-8732-323DD3C2D21D}
{AB9E26B3-90C0-45DC-9964-3FD3E28CF8B5} = {802382F3-D444-427E-8732-323DD3C2D21D}
{2CDF687A-B368-47E8-9795-EEF2754812AD} = {802382F3-D444-427E-8732-323DD3C2D21D}
{F5A22126-E488-49F9-A47A-EB34370174BC} = {802382F3-D444-427E-8732-323DD3C2D21D}
{12DBBCA1-3832-4644-83AE-3B0B2CAA88BD} = {802382F3-D444-427E-8732-323DD3C2D21D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED531F2E-A3FF-4DAE-9857-4727C6B475D1}
EndGlobalSection
EndGlobal