-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweather.sln
36 lines (36 loc) · 1.89 KB
/
weather.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{31FCACB6-E4D2-43AB-9DF8-246E4747A289}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A944AC8C-1009-4452-A229-B7834969B309}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Weather.Tests", "tests\Weather.Tests\Weather.Tests.csproj", "{1A6B50B7-40C6-4F31-B63E-F7DDBAA12A90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "weather", "src\weather\weather.csproj", "{9C9EBD23-E4B9-4BA2-ACA9-036DF8F8D674}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A6B50B7-40C6-4F31-B63E-F7DDBAA12A90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A6B50B7-40C6-4F31-B63E-F7DDBAA12A90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A6B50B7-40C6-4F31-B63E-F7DDBAA12A90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A6B50B7-40C6-4F31-B63E-F7DDBAA12A90}.Release|Any CPU.Build.0 = Release|Any CPU
{9C9EBD23-E4B9-4BA2-ACA9-036DF8F8D674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9EBD23-E4B9-4BA2-ACA9-036DF8F8D674}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9EBD23-E4B9-4BA2-ACA9-036DF8F8D674}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9EBD23-E4B9-4BA2-ACA9-036DF8F8D674}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1A6B50B7-40C6-4F31-B63E-F7DDBAA12A90} = {A944AC8C-1009-4452-A229-B7834969B309}
{9C9EBD23-E4B9-4BA2-ACA9-036DF8F8D674} = {31FCACB6-E4D2-43AB-9DF8-246E4747A289}
EndGlobalSection
EndGlobal