-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeskBooker.sln
49 lines (49 loc) · 3.07 KB
/
DeskBooker.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.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeskBooker.Core", "DeskBooker.Core\DeskBooker.Core.csproj", "{5A6B296A-7130-4405-99D0-8E96B03CBCF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeskBooker.DataAccess", "DeskBooker.DataAccess\DeskBooker.DataAccess.csproj", "{6E8874BC-41A1-48B0-AB9D-AB8972DEAD9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeskBooker.Web", "DeskBooker.Web\DeskBooker.Web.csproj", "{13C6DFA3-19B8-4C96-9224-13B426112AAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeskBooker.Core.Tests", "DeskBooker.Core.Tests\DeskBooker.Core.Tests.csproj", "{408296DF-6C34-4276-B6C5-6A200D7137EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeskBooker.Web.Tests", "DeskBooker.Web.Tests\DeskBooker.Web.Tests.csproj", "{A8D9927B-9BAC-4223-80A0-63D53E154E92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A6B296A-7130-4405-99D0-8E96B03CBCF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A6B296A-7130-4405-99D0-8E96B03CBCF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A6B296A-7130-4405-99D0-8E96B03CBCF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A6B296A-7130-4405-99D0-8E96B03CBCF9}.Release|Any CPU.Build.0 = Release|Any CPU
{6E8874BC-41A1-48B0-AB9D-AB8972DEAD9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E8874BC-41A1-48B0-AB9D-AB8972DEAD9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E8874BC-41A1-48B0-AB9D-AB8972DEAD9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E8874BC-41A1-48B0-AB9D-AB8972DEAD9A}.Release|Any CPU.Build.0 = Release|Any CPU
{13C6DFA3-19B8-4C96-9224-13B426112AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13C6DFA3-19B8-4C96-9224-13B426112AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13C6DFA3-19B8-4C96-9224-13B426112AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13C6DFA3-19B8-4C96-9224-13B426112AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{408296DF-6C34-4276-B6C5-6A200D7137EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{408296DF-6C34-4276-B6C5-6A200D7137EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{408296DF-6C34-4276-B6C5-6A200D7137EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{408296DF-6C34-4276-B6C5-6A200D7137EB}.Release|Any CPU.Build.0 = Release|Any CPU
{A8D9927B-9BAC-4223-80A0-63D53E154E92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8D9927B-9BAC-4223-80A0-63D53E154E92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8D9927B-9BAC-4223-80A0-63D53E154E92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8D9927B-9BAC-4223-80A0-63D53E154E92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA802F06-B890-44AD-B542-6844F5103A91}
EndGlobalSection
EndGlobal