-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHomework-3-CaglarDemir.sln
61 lines (61 loc) · 3.66 KB
/
Homework-3-CaglarDemir.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pharmacy.Application", "Pharmacy.Application\Pharmacy.Application.csproj", "{06D8650F-DD76-4171-BD48-9A597965420F}"
ProjectSection(ProjectDependencies) = postProject
{8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A} = {8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A}
{325127E0-C1EB-4A28-A787-E56859F68622} = {325127E0-C1EB-4A28-A787-E56859F68622}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pharmacy.Domain", "Pharmacy.Domain\Pharmacy.Domain.csproj", "{325127E0-C1EB-4A28-A787-E56859F68622}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pharmacy.Infrastructure", "Pharmacy.Infrastructure\Pharmacy.Infrastructure.csproj", "{8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A}"
ProjectSection(ProjectDependencies) = postProject
{325127E0-C1EB-4A28-A787-E56859F68622} = {325127E0-C1EB-4A28-A787-E56859F68622}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pharmacy.API", "Pharmacy.API\Pharmacy.API.csproj", "{86147610-B4C6-4047-83AE-9B75017C4128}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{724C8358-17F0-4E92-88C4-BD990935C8B9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PharmacyAPI.Test", "PharmacyAPI.Test\PharmacyAPI.Test.csproj", "{6C8752CF-EED5-4A82-AA3F-049F40C1448E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06D8650F-DD76-4171-BD48-9A597965420F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06D8650F-DD76-4171-BD48-9A597965420F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06D8650F-DD76-4171-BD48-9A597965420F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06D8650F-DD76-4171-BD48-9A597965420F}.Release|Any CPU.Build.0 = Release|Any CPU
{325127E0-C1EB-4A28-A787-E56859F68622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{325127E0-C1EB-4A28-A787-E56859F68622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{325127E0-C1EB-4A28-A787-E56859F68622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{325127E0-C1EB-4A28-A787-E56859F68622}.Release|Any CPU.Build.0 = Release|Any CPU
{8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B4A937E-B3EC-4DBD-80ED-CC8ADE52220A}.Release|Any CPU.Build.0 = Release|Any CPU
{86147610-B4C6-4047-83AE-9B75017C4128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86147610-B4C6-4047-83AE-9B75017C4128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86147610-B4C6-4047-83AE-9B75017C4128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86147610-B4C6-4047-83AE-9B75017C4128}.Release|Any CPU.Build.0 = Release|Any CPU
{6C8752CF-EED5-4A82-AA3F-049F40C1448E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C8752CF-EED5-4A82-AA3F-049F40C1448E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C8752CF-EED5-4A82-AA3F-049F40C1448E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C8752CF-EED5-4A82-AA3F-049F40C1448E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {693C94EF-ACD1-4508-956C-B468BF4AF0A6}
EndGlobalSection
EndGlobal