-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLastForecast.sln
37 lines (37 loc) · 2.07 KB
/
LastForecast.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LastForecastUI", "LastForecastUI\LastForecastUI.csproj", "{3F2C5E23-2776-4F4E-B6E0-139833ECE41A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForecastLibrary", "ForecastLibrary\ForecastLibrary.csproj", "{630375AC-5398-46BC-B460-494C8B6CC0BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLibrary", "DataAccessLibrary\DataAccessLibrary.csproj", "{806A4619-68F1-439D-A933-C080BFE4E9E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F2C5E23-2776-4F4E-B6E0-139833ECE41A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F2C5E23-2776-4F4E-B6E0-139833ECE41A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F2C5E23-2776-4F4E-B6E0-139833ECE41A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F2C5E23-2776-4F4E-B6E0-139833ECE41A}.Release|Any CPU.Build.0 = Release|Any CPU
{630375AC-5398-46BC-B460-494C8B6CC0BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{630375AC-5398-46BC-B460-494C8B6CC0BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{630375AC-5398-46BC-B460-494C8B6CC0BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{630375AC-5398-46BC-B460-494C8B6CC0BA}.Release|Any CPU.Build.0 = Release|Any CPU
{806A4619-68F1-439D-A933-C080BFE4E9E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{806A4619-68F1-439D-A933-C080BFE4E9E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{806A4619-68F1-439D-A933-C080BFE4E9E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{806A4619-68F1-439D-A933-C080BFE4E9E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51BA9EAC-F13C-42A6-B734-972904E9ED1F}
EndGlobalSection
EndGlobal