-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mentorly.sln
53 lines (53 loc) · 3.21 KB
/
Mentorly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{88391026-96DB-400A-8842-F4C07191C0F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6E41F3DA-9DAD-450C-B483-2421E00AA446}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mentorly.Domain", "src\Mentorly.Domain\Mentorly.Domain.csproj", "{6F053659-52D0-411A-AD4B-E24876B171C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mentorly.Application", "src\Mentorly.Application\Mentorly.Application.csproj", "{77412A5A-4F65-4B01-9483-B988E2D30061}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mentorly.Infrastructure", "src\Mentorly.Infrastructure\Mentorly.Infrastructure.csproj", "{9BB7BB18-0D73-411B-966E-0CE0664AF58F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mentorly.Api", "src\Mentorly.Api\Mentorly.Api.csproj", "{BD45C6CF-7BCD-4F32-800E-E14872F7433C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F053659-52D0-411A-AD4B-E24876B171C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F053659-52D0-411A-AD4B-E24876B171C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F053659-52D0-411A-AD4B-E24876B171C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F053659-52D0-411A-AD4B-E24876B171C8}.Release|Any CPU.Build.0 = Release|Any CPU
{77412A5A-4F65-4B01-9483-B988E2D30061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77412A5A-4F65-4B01-9483-B988E2D30061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77412A5A-4F65-4B01-9483-B988E2D30061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77412A5A-4F65-4B01-9483-B988E2D30061}.Release|Any CPU.Build.0 = Release|Any CPU
{9BB7BB18-0D73-411B-966E-0CE0664AF58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BB7BB18-0D73-411B-966E-0CE0664AF58F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BB7BB18-0D73-411B-966E-0CE0664AF58F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BB7BB18-0D73-411B-966E-0CE0664AF58F}.Release|Any CPU.Build.0 = Release|Any CPU
{BD45C6CF-7BCD-4F32-800E-E14872F7433C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD45C6CF-7BCD-4F32-800E-E14872F7433C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD45C6CF-7BCD-4F32-800E-E14872F7433C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD45C6CF-7BCD-4F32-800E-E14872F7433C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F053659-52D0-411A-AD4B-E24876B171C8} = {88391026-96DB-400A-8842-F4C07191C0F7}
{77412A5A-4F65-4B01-9483-B988E2D30061} = {88391026-96DB-400A-8842-F4C07191C0F7}
{9BB7BB18-0D73-411B-966E-0CE0664AF58F} = {88391026-96DB-400A-8842-F4C07191C0F7}
{BD45C6CF-7BCD-4F32-800E-E14872F7433C} = {88391026-96DB-400A-8842-F4C07191C0F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEF7AF02-64F4-4903-B2CA-CC36BE4B43CE}
EndGlobalSection
EndGlobal