-
Notifications
You must be signed in to change notification settings - Fork 0
/
DogSitter.sln
49 lines (49 loc) · 3.03 KB
/
DogSitter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DogSitter.API", "DogSitter\DogSitter.API.csproj", "{ED1822D0-6D32-4E43-819E-6C459FB52DC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DogSitter.DAL", "DogSitter.Data\DogSitter.DAL.csproj", "{754CE399-6911-43E1-92CC-74A2443EB450}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DogSitter.BLL", "DogSitter.BLL\DogSitter.BLL.csproj", "{A113496F-36C5-4218-9DE0-43CA72579C49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DogSitter.DAL.Tests", "DogSitter.DAL.Tests\DogSitter.DAL.Tests.csproj", "{10B45B5C-10A1-4242-BA3D-48E3B894BB1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DogSitter.BLL.Tests", "DogSitter.BLL.Tests\DogSitter.BLL.Tests.csproj", "{1DAA0ABA-3B6C-4389-AB95-C3827FD263E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED1822D0-6D32-4E43-819E-6C459FB52DC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED1822D0-6D32-4E43-819E-6C459FB52DC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED1822D0-6D32-4E43-819E-6C459FB52DC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED1822D0-6D32-4E43-819E-6C459FB52DC4}.Release|Any CPU.Build.0 = Release|Any CPU
{754CE399-6911-43E1-92CC-74A2443EB450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{754CE399-6911-43E1-92CC-74A2443EB450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{754CE399-6911-43E1-92CC-74A2443EB450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{754CE399-6911-43E1-92CC-74A2443EB450}.Release|Any CPU.Build.0 = Release|Any CPU
{A113496F-36C5-4218-9DE0-43CA72579C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A113496F-36C5-4218-9DE0-43CA72579C49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A113496F-36C5-4218-9DE0-43CA72579C49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A113496F-36C5-4218-9DE0-43CA72579C49}.Release|Any CPU.Build.0 = Release|Any CPU
{10B45B5C-10A1-4242-BA3D-48E3B894BB1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10B45B5C-10A1-4242-BA3D-48E3B894BB1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10B45B5C-10A1-4242-BA3D-48E3B894BB1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10B45B5C-10A1-4242-BA3D-48E3B894BB1A}.Release|Any CPU.Build.0 = Release|Any CPU
{1DAA0ABA-3B6C-4389-AB95-C3827FD263E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DAA0ABA-3B6C-4389-AB95-C3827FD263E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DAA0ABA-3B6C-4389-AB95-C3827FD263E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DAA0ABA-3B6C-4389-AB95-C3827FD263E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F72D5EA-98B9-4014-B6F4-09A9D0EC70DA}
EndGlobalSection
EndGlobal