-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCityTravel.sln
48 lines (48 loc) · 2.79 KB
/
CityTravel.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CityTravel.Domain", "CityTravel.Domain\CityTravel.Domain.csproj", "{3437C303-4BF4-4937-822E-0E1B6EB860D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CityTravel.Tests", "CityTravel.Tests\CityTravel.Tests.csproj", "{7673E8D3-A041-43BE-89F9-A5DF3282BAF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B350F56C-36B2-4A77-92C3-1083C380AD21}"
ProjectSection(SolutionItems) = preProject
CityTravel.vsmdi = CityTravel.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CityTravel.Web.UI", "CityTravel.Web.UI\CityTravel.Web.UI.csproj", "{D0D655B5-4486-4B68-AEB8-BE5F6566A876}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resources", "Resources\Resources.csproj", "{C65E7DDB-49C9-4671-94F2-9116E0FF051A}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = CityTravel.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3437C303-4BF4-4937-822E-0E1B6EB860D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3437C303-4BF4-4937-822E-0E1B6EB860D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3437C303-4BF4-4937-822E-0E1B6EB860D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3437C303-4BF4-4937-822E-0E1B6EB860D1}.Release|Any CPU.Build.0 = Release|Any CPU
{7673E8D3-A041-43BE-89F9-A5DF3282BAF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7673E8D3-A041-43BE-89F9-A5DF3282BAF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7673E8D3-A041-43BE-89F9-A5DF3282BAF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7673E8D3-A041-43BE-89F9-A5DF3282BAF3}.Release|Any CPU.Build.0 = Release|Any CPU
{D0D655B5-4486-4B68-AEB8-BE5F6566A876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0D655B5-4486-4B68-AEB8-BE5F6566A876}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0D655B5-4486-4B68-AEB8-BE5F6566A876}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0D655B5-4486-4B68-AEB8-BE5F6566A876}.Release|Any CPU.Build.0 = Release|Any CPU
{C65E7DDB-49C9-4671-94F2-9116E0FF051A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C65E7DDB-49C9-4671-94F2-9116E0FF051A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C65E7DDB-49C9-4671-94F2-9116E0FF051A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C65E7DDB-49C9-4671-94F2-9116E0FF051A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal