-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDI.WeatherApp.sln
44 lines (44 loc) · 2.55 KB
/
DI.WeatherApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DB288976-7B8C-43CD-8649-00A37E45489A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DI.WeatherApp.ConsoleClient", "src\DI.WeatherApp.ConsoleClient\DI.WeatherApp.ConsoleClient.csproj", "{7C43DE30-8E54-4920-ADBD-F5206FEED5AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DI.WeatherApp.Data", "src\DI.WeatherApp.Data\DI.WeatherApp.Data.csproj", "{269D9D55-C35F-4AEF-B13E-6B544E503CF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DI.WeatherApp.Services", "src\DI.WeatherApp.Services\DI.WeatherApp.Services.csproj", "{FCEB2D42-6474-41D5-B044-792BD8D09A2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C43DE30-8E54-4920-ADBD-F5206FEED5AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C43DE30-8E54-4920-ADBD-F5206FEED5AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C43DE30-8E54-4920-ADBD-F5206FEED5AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C43DE30-8E54-4920-ADBD-F5206FEED5AB}.Release|Any CPU.Build.0 = Release|Any CPU
{269D9D55-C35F-4AEF-B13E-6B544E503CF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{269D9D55-C35F-4AEF-B13E-6B544E503CF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{269D9D55-C35F-4AEF-B13E-6B544E503CF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{269D9D55-C35F-4AEF-B13E-6B544E503CF6}.Release|Any CPU.Build.0 = Release|Any CPU
{FCEB2D42-6474-41D5-B044-792BD8D09A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCEB2D42-6474-41D5-B044-792BD8D09A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCEB2D42-6474-41D5-B044-792BD8D09A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCEB2D42-6474-41D5-B044-792BD8D09A2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7C43DE30-8E54-4920-ADBD-F5206FEED5AB} = {DB288976-7B8C-43CD-8649-00A37E45489A}
{269D9D55-C35F-4AEF-B13E-6B544E503CF6} = {DB288976-7B8C-43CD-8649-00A37E45489A}
{FCEB2D42-6474-41D5-B044-792BD8D09A2D} = {DB288976-7B8C-43CD-8649-00A37E45489A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C778F66-0EEF-455F-BA95-88B596B174DD}
EndGlobalSection
EndGlobal