-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCanucks.sln
34 lines (34 loc) · 2.09 KB
/
Canucks.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Canucks.NewsReader.Phone", "Canucks.NewsReader.Phone\Canucks.NewsReader.Phone.csproj", "{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Canucks.NewsReader.Common", "Canucks.NewsReader.Common\Canucks.NewsReader.Common.csproj", "{277C426F-6D43-4487-824F-0371C9A88490}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CanucksNewsScheduler", "CanucksNewsScheduler\CanucksNewsScheduler.csproj", "{E6FEEA76-0831-4264-8472-FABD39F68956}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}.Release|Any CPU.Build.0 = Release|Any CPU
{5F3F176A-3751-48C8-8A87-83B5B60A5EA6}.Release|Any CPU.Deploy.0 = Release|Any CPU
{277C426F-6D43-4487-824F-0371C9A88490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{277C426F-6D43-4487-824F-0371C9A88490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{277C426F-6D43-4487-824F-0371C9A88490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{277C426F-6D43-4487-824F-0371C9A88490}.Release|Any CPU.Build.0 = Release|Any CPU
{E6FEEA76-0831-4264-8472-FABD39F68956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6FEEA76-0831-4264-8472-FABD39F68956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6FEEA76-0831-4264-8472-FABD39F68956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6FEEA76-0831-4264-8472-FABD39F68956}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal