-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWeatherSolution.sln
47 lines (47 loc) · 2.82 KB
/
WeatherSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Web", "App.Web\App.Web.csproj", "{30CCA365-0D9F-43A5-86A0-C8D4A43ACEAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Core", "App.Core\App.Core.csproj", "{3610C29A-AD12-4075-A7B8-115BD1535D6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Core.Tests.Integration", "App.Core.Tests.Integration\App.Core.Tests.Integration.csproj", "{5D496CF4-A314-49E0-B070-DAF76DCEABF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Web.Tests", "App.Web.Tests\App.Web.Tests.csproj", "{4530EB73-0AA5-4F4E-90D0-56145626D85A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{EEFC8658-FD1A-47B1-B402-4F11779E6774}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30CCA365-0D9F-43A5-86A0-C8D4A43ACEAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30CCA365-0D9F-43A5-86A0-C8D4A43ACEAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30CCA365-0D9F-43A5-86A0-C8D4A43ACEAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30CCA365-0D9F-43A5-86A0-C8D4A43ACEAF}.Release|Any CPU.Build.0 = Release|Any CPU
{3610C29A-AD12-4075-A7B8-115BD1535D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3610C29A-AD12-4075-A7B8-115BD1535D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3610C29A-AD12-4075-A7B8-115BD1535D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3610C29A-AD12-4075-A7B8-115BD1535D6C}.Release|Any CPU.Build.0 = Release|Any CPU
{5D496CF4-A314-49E0-B070-DAF76DCEABF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D496CF4-A314-49E0-B070-DAF76DCEABF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D496CF4-A314-49E0-B070-DAF76DCEABF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D496CF4-A314-49E0-B070-DAF76DCEABF4}.Release|Any CPU.Build.0 = Release|Any CPU
{4530EB73-0AA5-4F4E-90D0-56145626D85A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4530EB73-0AA5-4F4E-90D0-56145626D85A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4530EB73-0AA5-4F4E-90D0-56145626D85A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4530EB73-0AA5-4F4E-90D0-56145626D85A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D496CF4-A314-49E0-B070-DAF76DCEABF4} = {EEFC8658-FD1A-47B1-B402-4F11779E6774}
{4530EB73-0AA5-4F4E-90D0-56145626D85A} = {EEFC8658-FD1A-47B1-B402-4F11779E6774}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal