-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApricot.sln
37 lines (37 loc) · 2.01 KB
/
Apricot.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.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apricot", "Apricot\Apricot.csproj", "{C858F25D-051B-4F70-A5D4-C279405F46BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notifications", "Notifications\Notifications.csproj", "{522D4BA6-AEBB-4FAE-8962-4107A8F69106}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather", "Weather\Weather.csproj", "{AAA813F0-32C7-4C0B-B46C-C9ADEEECE35F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C858F25D-051B-4F70-A5D4-C279405F46BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C858F25D-051B-4F70-A5D4-C279405F46BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C858F25D-051B-4F70-A5D4-C279405F46BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C858F25D-051B-4F70-A5D4-C279405F46BA}.Release|Any CPU.Build.0 = Release|Any CPU
{522D4BA6-AEBB-4FAE-8962-4107A8F69106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{522D4BA6-AEBB-4FAE-8962-4107A8F69106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{522D4BA6-AEBB-4FAE-8962-4107A8F69106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{522D4BA6-AEBB-4FAE-8962-4107A8F69106}.Release|Any CPU.Build.0 = Release|Any CPU
{AAA813F0-32C7-4C0B-B46C-C9ADEEECE35F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAA813F0-32C7-4C0B-B46C-C9ADEEECE35F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAA813F0-32C7-4C0B-B46C-C9ADEEECE35F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAA813F0-32C7-4C0B-B46C-C9ADEEECE35F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9214C393-A2F1-4A09-A288-9312AC69F032}
EndGlobalSection
EndGlobal