-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarketPlace.sln
48 lines (48 loc) · 2.84 KB
/
MarketPlace.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarketPlace.DomainLayer", "MarketPlace.DomainLayer\MarketPlace.DomainLayer.csproj", "{DC61BAFE-564D-4C4A-A825-7656F1AF22DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarketPlace.InfrastructureLayer", "MarketPlace.InfrastructureLayer\MarketPlace.InfrastructureLayer.csproj", "{30C540CD-5823-4844-A80D-261CCD700DC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarketPlace.API", "MarketPlace.API\MarketPlace.API.csproj", "{1132E91B-844B-45D3-80F3-7BC0CC85A434}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documantation", "Documantation", "{C64FFEA7-34F3-4919-84AF-5EDE7E51ACBD}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarketPlace.Host", "MarketPlace.Host\MarketPlace.Host.csproj", "{C25F495B-B3A1-4E63-ABCC-6D7B5B976ADD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC61BAFE-564D-4C4A-A825-7656F1AF22DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC61BAFE-564D-4C4A-A825-7656F1AF22DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC61BAFE-564D-4C4A-A825-7656F1AF22DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC61BAFE-564D-4C4A-A825-7656F1AF22DE}.Release|Any CPU.Build.0 = Release|Any CPU
{30C540CD-5823-4844-A80D-261CCD700DC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30C540CD-5823-4844-A80D-261CCD700DC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30C540CD-5823-4844-A80D-261CCD700DC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30C540CD-5823-4844-A80D-261CCD700DC0}.Release|Any CPU.Build.0 = Release|Any CPU
{1132E91B-844B-45D3-80F3-7BC0CC85A434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1132E91B-844B-45D3-80F3-7BC0CC85A434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1132E91B-844B-45D3-80F3-7BC0CC85A434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1132E91B-844B-45D3-80F3-7BC0CC85A434}.Release|Any CPU.Build.0 = Release|Any CPU
{C25F495B-B3A1-4E63-ABCC-6D7B5B976ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C25F495B-B3A1-4E63-ABCC-6D7B5B976ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C25F495B-B3A1-4E63-ABCC-6D7B5B976ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C25F495B-B3A1-4E63-ABCC-6D7B5B976ADD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5062F79-FCF0-4BF2-BD57-0A31F1D6B475}
EndGlobalSection
EndGlobal