-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBusMgmt.sln
More file actions
62 lines (62 loc) · 3.69 KB
/
BusMgmt.sln
File metadata and controls
62 lines (62 loc) · 3.69 KB
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
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bus.Web", "Bus.Web\Bus.Web.csproj", "{0AB19999-6066-4A60-BFF9-01C93CBBE935}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bus.Services", "Bus.Services\Bus.Services.csproj", "{9DB3BE47-A134-40FE-977B-AB5DDDC88977}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bus.Data", "Bus.Data\Bus.Data.csproj", "{2215505B-59B7-4BA2-9475-388B184D245E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bus.Repo", "Bus.Repo\Bus.Repo.csproj", "{510BEC47-6082-4295-BDA1-C74E86C4208B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9A40004D-8A8B-4F10-8FEF-EC92C0718B2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{7DD8324E-521A-4895-BEB9-8BD9D7DBC065}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{BB6E6263-544B-4593-ABD4-3DD414F1066D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructue", "Infrastructue", "{ED65636C-07C4-4CBD-B8BB-6444B6C6AB74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{F99B03AB-2EF2-4624-9D46-B9C0AEDC0C77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AB19999-6066-4A60-BFF9-01C93CBBE935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AB19999-6066-4A60-BFF9-01C93CBBE935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AB19999-6066-4A60-BFF9-01C93CBBE935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AB19999-6066-4A60-BFF9-01C93CBBE935}.Release|Any CPU.Build.0 = Release|Any CPU
{9DB3BE47-A134-40FE-977B-AB5DDDC88977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DB3BE47-A134-40FE-977B-AB5DDDC88977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DB3BE47-A134-40FE-977B-AB5DDDC88977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DB3BE47-A134-40FE-977B-AB5DDDC88977}.Release|Any CPU.Build.0 = Release|Any CPU
{2215505B-59B7-4BA2-9475-388B184D245E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2215505B-59B7-4BA2-9475-388B184D245E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2215505B-59B7-4BA2-9475-388B184D245E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2215505B-59B7-4BA2-9475-388B184D245E}.Release|Any CPU.Build.0 = Release|Any CPU
{510BEC47-6082-4295-BDA1-C74E86C4208B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{510BEC47-6082-4295-BDA1-C74E86C4208B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{510BEC47-6082-4295-BDA1-C74E86C4208B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{510BEC47-6082-4295-BDA1-C74E86C4208B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0AB19999-6066-4A60-BFF9-01C93CBBE935} = {F99B03AB-2EF2-4624-9D46-B9C0AEDC0C77}
{9DB3BE47-A134-40FE-977B-AB5DDDC88977} = {BB6E6263-544B-4593-ABD4-3DD414F1066D}
{2215505B-59B7-4BA2-9475-388B184D245E} = {BB6E6263-544B-4593-ABD4-3DD414F1066D}
{510BEC47-6082-4295-BDA1-C74E86C4208B} = {ED65636C-07C4-4CBD-B8BB-6444B6C6AB74}
{BB6E6263-544B-4593-ABD4-3DD414F1066D} = {9A40004D-8A8B-4F10-8FEF-EC92C0718B2B}
{ED65636C-07C4-4CBD-B8BB-6444B6C6AB74} = {9A40004D-8A8B-4F10-8FEF-EC92C0718B2B}
{F99B03AB-2EF2-4624-9D46-B9C0AEDC0C77} = {9A40004D-8A8B-4F10-8FEF-EC92C0718B2B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46B3EACB-51C2-40A6-9EE8-9C8E753231F0}
EndGlobalSection
EndGlobal