forked from NMishchenko/WeatherForecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeatherForecast.PL.sln
43 lines (43 loc) · 2.61 KB
/
WeatherForecast.PL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherForecast.PL", "WeatherForecast.PL\WeatherForecast.PL.csproj", "{C656234F-1A56-43C0-9B0C-2470FC494970}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherForecast.BLL", "WeatherForecast.BLL\WeatherForecast.BLL.csproj", "{AF07DC6A-26FC-4DD0-92A2-28AEF83CB527}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherForecast.DAL", "WeatherForecast.DAL\WeatherForecast.DAL.csproj", "{0744E643-D12D-4BBD-BB0F-A019257E2F2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherForecast.UnitTests", "WeatherForecast.UnitTests\WeatherForecast.UnitTests.csproj", "{81AEA24D-A131-4E2D-80A9-D00523A182A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C656234F-1A56-43C0-9B0C-2470FC494970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C656234F-1A56-43C0-9B0C-2470FC494970}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C656234F-1A56-43C0-9B0C-2470FC494970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C656234F-1A56-43C0-9B0C-2470FC494970}.Release|Any CPU.Build.0 = Release|Any CPU
{AF07DC6A-26FC-4DD0-92A2-28AEF83CB527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF07DC6A-26FC-4DD0-92A2-28AEF83CB527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF07DC6A-26FC-4DD0-92A2-28AEF83CB527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF07DC6A-26FC-4DD0-92A2-28AEF83CB527}.Release|Any CPU.Build.0 = Release|Any CPU
{0744E643-D12D-4BBD-BB0F-A019257E2F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0744E643-D12D-4BBD-BB0F-A019257E2F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0744E643-D12D-4BBD-BB0F-A019257E2F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0744E643-D12D-4BBD-BB0F-A019257E2F2D}.Release|Any CPU.Build.0 = Release|Any CPU
{81AEA24D-A131-4E2D-80A9-D00523A182A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81AEA24D-A131-4E2D-80A9-D00523A182A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81AEA24D-A131-4E2D-80A9-D00523A182A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81AEA24D-A131-4E2D-80A9-D00523A182A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0ACE0AAA-12C6-4EAA-88F3-FC337DA0011F}
EndGlobalSection
EndGlobal