-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBusiness Portal.sln
66 lines (66 loc) · 4.21 KB
/
Business Portal.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
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{FD45A4B2-1022-4A3F-BA7A-8C540FBD0A98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{2AF96877-7BFF-4DA1-B89C-AF23E0BE093D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infra.Data", "Infra.Data", "{B5CE42B5-E989-474B-9BE8-BF519138364F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infra.IoC", "Infra.IoC", "{CCD751D2-D7A0-4B33-803E-76989B9F72F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{6834FF2F-8087-4288-A763-B37B5805BBF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessPortal.Application", "BusinessPortal.Application\BusinessPortal.Application.csproj", "{ABE36FEE-0FCF-406B-8466-A6FEF858F3E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessPortal.Domain", "BusinessPortal.Domain\BusinessPortal.Domain.csproj", "{FA81B66E-870B-4A55-AED4-35C85F3EBC30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessPortal.Data", "BusinessPortal.Data\BusinessPortal.Data.csproj", "{828A96D2-1465-49E1-B86D-EDBA18D0A148}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessPortal.IoC", "BusinessPortal.IoC\BusinessPortal.IoC.csproj", "{529A7B09-1F70-44EF-B6F4-FA1175F38384}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessPortal.Web", "BusinessPortal.Web\BusinessPortal.Web.csproj", "{D86A0CF4-AE73-4481-A0FF-1D61A59912D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABE36FEE-0FCF-406B-8466-A6FEF858F3E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABE36FEE-0FCF-406B-8466-A6FEF858F3E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABE36FEE-0FCF-406B-8466-A6FEF858F3E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABE36FEE-0FCF-406B-8466-A6FEF858F3E7}.Release|Any CPU.Build.0 = Release|Any CPU
{FA81B66E-870B-4A55-AED4-35C85F3EBC30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA81B66E-870B-4A55-AED4-35C85F3EBC30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA81B66E-870B-4A55-AED4-35C85F3EBC30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA81B66E-870B-4A55-AED4-35C85F3EBC30}.Release|Any CPU.Build.0 = Release|Any CPU
{828A96D2-1465-49E1-B86D-EDBA18D0A148}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{828A96D2-1465-49E1-B86D-EDBA18D0A148}.Debug|Any CPU.Build.0 = Debug|Any CPU
{828A96D2-1465-49E1-B86D-EDBA18D0A148}.Release|Any CPU.ActiveCfg = Release|Any CPU
{828A96D2-1465-49E1-B86D-EDBA18D0A148}.Release|Any CPU.Build.0 = Release|Any CPU
{529A7B09-1F70-44EF-B6F4-FA1175F38384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{529A7B09-1F70-44EF-B6F4-FA1175F38384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{529A7B09-1F70-44EF-B6F4-FA1175F38384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{529A7B09-1F70-44EF-B6F4-FA1175F38384}.Release|Any CPU.Build.0 = Release|Any CPU
{D86A0CF4-AE73-4481-A0FF-1D61A59912D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D86A0CF4-AE73-4481-A0FF-1D61A59912D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D86A0CF4-AE73-4481-A0FF-1D61A59912D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D86A0CF4-AE73-4481-A0FF-1D61A59912D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ABE36FEE-0FCF-406B-8466-A6FEF858F3E7} = {FD45A4B2-1022-4A3F-BA7A-8C540FBD0A98}
{FA81B66E-870B-4A55-AED4-35C85F3EBC30} = {2AF96877-7BFF-4DA1-B89C-AF23E0BE093D}
{828A96D2-1465-49E1-B86D-EDBA18D0A148} = {B5CE42B5-E989-474B-9BE8-BF519138364F}
{529A7B09-1F70-44EF-B6F4-FA1175F38384} = {CCD751D2-D7A0-4B33-803E-76989B9F72F5}
{D86A0CF4-AE73-4481-A0FF-1D61A59912D8} = {6834FF2F-8087-4288-A763-B37B5805BBF1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B398FD1A-E517-4DB1-985B-7C0E347D3062}
EndGlobalSection
EndGlobal