-
Notifications
You must be signed in to change notification settings - Fork 2
/
HotelPriceScout.sln
40 lines (40 loc) · 2.19 KB
/
HotelPriceScout.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotelPriceScout", "HotelPriceScout\HotelPriceScout.csproj", "{DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLibrary", "DataAccessLibrary\DataAccessLibrary.csproj", "{B8B4D92D-1DC2-4733-87F2-F694AAC63734}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{EDFCEEFD-5425-4752-B168-2685429544F2}"
ProjectSection(ProjectDependencies) = postProject
{DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC} = {DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA9CB3C8-76E7-45F2-B6C0-EF99DC5C66BC}.Release|Any CPU.Build.0 = Release|Any CPU
{B8B4D92D-1DC2-4733-87F2-F694AAC63734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B4D92D-1DC2-4733-87F2-F694AAC63734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B4D92D-1DC2-4733-87F2-F694AAC63734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B4D92D-1DC2-4733-87F2-F694AAC63734}.Release|Any CPU.Build.0 = Release|Any CPU
{EDFCEEFD-5425-4752-B168-2685429544F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDFCEEFD-5425-4752-B168-2685429544F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDFCEEFD-5425-4752-B168-2685429544F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDFCEEFD-5425-4752-B168-2685429544F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {797F10E3-0F4B-4AA6-A380-FDB3D139144C}
EndGlobalSection
EndGlobal