-
Notifications
You must be signed in to change notification settings - Fork 2
/
PharmacyNetwork.sln
75 lines (75 loc) · 4.23 KB
/
PharmacyNetwork.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
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{33533DFE-FBE6-4C14-A156-02C8C8E1B841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationCore", "src\ApplicationCore\ApplicationCore.csproj", "{1B7806F9-B9F4-40FD-8998-4290EBAE1252}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC}"
ProjectSection(ProjectDependencies) = postProject
{1B7806F9-B9F4-40FD-8998-4290EBAE1252} = {1B7806F9-B9F4-40FD-8998-4290EBAE1252}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5}"
ProjectSection(ProjectDependencies) = postProject
{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC} = {BBE52175-CEF0-4807-9A0F-BB1CA641ACDC}
{1B7806F9-B9F4-40FD-8998-4290EBAE1252} = {1B7806F9-B9F4-40FD-8998-4290EBAE1252}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EA57030A-FDC5-44C8-BAB6-18FD8924CCE8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{75EF2933-3A13-4C06-9871-BE0AC0CF8025}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{CD4E4A98-B4D4-43A9-B40C-5019E5FAABD1}"
ProjectSection(ProjectDependencies) = postProject
{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5} = {F7B05577-7BF6-44D6-99B2-11F90BB4DFD5}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{43BD4EC4-8492-49E4-B42D-803AE3C031B9}"
ProjectSection(SolutionItems) = preProject
doc\diagram.png = doc\diagram.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "db_backup", "db_backup", "{C28AEEB7-D6FB-4BAB-AAFC-17994797EC1A}"
ProjectSection(SolutionItems) = preProject
backup_db\BackupDB.rar = backup_db\BackupDB.rar
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B7806F9-B9F4-40FD-8998-4290EBAE1252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7806F9-B9F4-40FD-8998-4290EBAE1252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7806F9-B9F4-40FD-8998-4290EBAE1252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7806F9-B9F4-40FD-8998-4290EBAE1252}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC}.Release|Any CPU.Build.0 = Release|Any CPU
{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5}.Release|Any CPU.Build.0 = Release|Any CPU
{CD4E4A98-B4D4-43A9-B40C-5019E5FAABD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD4E4A98-B4D4-43A9-B40C-5019E5FAABD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD4E4A98-B4D4-43A9-B40C-5019E5FAABD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD4E4A98-B4D4-43A9-B40C-5019E5FAABD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1B7806F9-B9F4-40FD-8998-4290EBAE1252} = {33533DFE-FBE6-4C14-A156-02C8C8E1B841}
{BBE52175-CEF0-4807-9A0F-BB1CA641ACDC} = {33533DFE-FBE6-4C14-A156-02C8C8E1B841}
{F7B05577-7BF6-44D6-99B2-11F90BB4DFD5} = {33533DFE-FBE6-4C14-A156-02C8C8E1B841}
{CD4E4A98-B4D4-43A9-B40C-5019E5FAABD1} = {EA57030A-FDC5-44C8-BAB6-18FD8924CCE8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21CED9E3-C006-4361-9D3E-363A35523221}
EndGlobalSection
EndGlobal