-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinal Project.sln
More file actions
55 lines (55 loc) · 3.38 KB
/
Copy pathFinal Project.sln
File metadata and controls
55 lines (55 loc) · 3.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{F14DB1AB-144E-4243-BF90-E050F67A26F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Context", "Context\Context.csproj", "{08220A37-B356-4074-A2D4-B1691C4E093C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTOs", "DTOs\DTOs.csproj", "{DF2E5D20-3B4E-44AB-9C3E-DDEF9616F635}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{BE7A729C-EBA8-4DCB-B084-02EDE7E601CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{C241D74F-1FFE-4170-A9BC-B2D2337C98D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{6B9FDC7F-2CF7-462A-9E63-949413BDFD55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F14DB1AB-144E-4243-BF90-E050F67A26F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F14DB1AB-144E-4243-BF90-E050F67A26F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F14DB1AB-144E-4243-BF90-E050F67A26F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F14DB1AB-144E-4243-BF90-E050F67A26F7}.Release|Any CPU.Build.0 = Release|Any CPU
{08220A37-B356-4074-A2D4-B1691C4E093C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08220A37-B356-4074-A2D4-B1691C4E093C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08220A37-B356-4074-A2D4-B1691C4E093C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08220A37-B356-4074-A2D4-B1691C4E093C}.Release|Any CPU.Build.0 = Release|Any CPU
{DF2E5D20-3B4E-44AB-9C3E-DDEF9616F635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF2E5D20-3B4E-44AB-9C3E-DDEF9616F635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF2E5D20-3B4E-44AB-9C3E-DDEF9616F635}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF2E5D20-3B4E-44AB-9C3E-DDEF9616F635}.Release|Any CPU.Build.0 = Release|Any CPU
{BE7A729C-EBA8-4DCB-B084-02EDE7E601CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE7A729C-EBA8-4DCB-B084-02EDE7E601CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE7A729C-EBA8-4DCB-B084-02EDE7E601CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE7A729C-EBA8-4DCB-B084-02EDE7E601CC}.Release|Any CPU.Build.0 = Release|Any CPU
{C241D74F-1FFE-4170-A9BC-B2D2337C98D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C241D74F-1FFE-4170-A9BC-B2D2337C98D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C241D74F-1FFE-4170-A9BC-B2D2337C98D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C241D74F-1FFE-4170-A9BC-B2D2337C98D9}.Release|Any CPU.Build.0 = Release|Any CPU
{6B9FDC7F-2CF7-462A-9E63-949413BDFD55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B9FDC7F-2CF7-462A-9E63-949413BDFD55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B9FDC7F-2CF7-462A-9E63-949413BDFD55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B9FDC7F-2CF7-462A-9E63-949413BDFD55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65241CE1-A9A5-4CDD-ADFF-90766C9C0DF2}
EndGlobalSection
EndGlobal