-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoctorissimo.sln
43 lines (43 loc) · 2.47 KB
/
Doctorissimo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31507.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doctorissimo", "Doctorissimo\Doctorissimo.csproj", "{52402B7A-A2E2-44FF-944E-1748D671DCB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{3914CBB3-A3FB-42AB-B1FC-68A57A9961BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{69E0DBE8-4DB5-499C-B749-06C949980A7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoctorissimoTests", "DoctorissimoTests\DoctorissimoTests.csproj", "{A7176A28-4987-4B37-8CEC-CE9AF98ADB72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52402B7A-A2E2-44FF-944E-1748D671DCB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52402B7A-A2E2-44FF-944E-1748D671DCB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52402B7A-A2E2-44FF-944E-1748D671DCB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52402B7A-A2E2-44FF-944E-1748D671DCB6}.Release|Any CPU.Build.0 = Release|Any CPU
{3914CBB3-A3FB-42AB-B1FC-68A57A9961BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3914CBB3-A3FB-42AB-B1FC-68A57A9961BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3914CBB3-A3FB-42AB-B1FC-68A57A9961BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3914CBB3-A3FB-42AB-B1FC-68A57A9961BC}.Release|Any CPU.Build.0 = Release|Any CPU
{69E0DBE8-4DB5-499C-B749-06C949980A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69E0DBE8-4DB5-499C-B749-06C949980A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69E0DBE8-4DB5-499C-B749-06C949980A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69E0DBE8-4DB5-499C-B749-06C949980A7F}.Release|Any CPU.Build.0 = Release|Any CPU
{A7176A28-4987-4B37-8CEC-CE9AF98ADB72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7176A28-4987-4B37-8CEC-CE9AF98ADB72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7176A28-4987-4B37-8CEC-CE9AF98ADB72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7176A28-4987-4B37-8CEC-CE9AF98ADB72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78FB5D11-4483-4B22-8748-68D717F344C7}
EndGlobalSection
EndGlobal