forked from mahays0/CSSE376Lab2-UnitTesting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpedia.sln
More file actions
33 lines (33 loc) · 1.71 KB
/
Expedia.sln
File metadata and controls
33 lines (33 loc) · 1.71 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedia", "Expedia.csproj", "{FD26D9A2-F755-449D-9631-D5DE6A5010F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpediaTest", "ExpediaTest\ExpediaTest.csproj", "{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Default|Any CPU = Default|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}.Default|Any CPU.Build.0 = Debug|Any CPU
{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB3FE0B0-C7CE-44FC-A3DC-B2D183C11F9A}.Release|Any CPU.Build.0 = Release|Any CPU
{FD26D9A2-F755-449D-9631-D5DE6A5010F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD26D9A2-F755-449D-9631-D5DE6A5010F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD26D9A2-F755-449D-9631-D5DE6A5010F8}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{FD26D9A2-F755-449D-9631-D5DE6A5010F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD26D9A2-F755-449D-9631-D5DE6A5010F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Expedia.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal