-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeekNotifier.sln
44 lines (44 loc) · 2.5 KB
/
WeekNotifier.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.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{EE271772-BF08-45F6-A2AC-32073B15A39C}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "WeekNotifier.WAP", "WeekNotifier.WAP\WeekNotifier.WAP.wapproj", "{97876506-66B6-46FD-8DA9-7132419EBE65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeekNotifier", "WeekNotifier\WeekNotifier.csproj", "{4A0F63C9-8281-492B-B07C-422D3E3B8E8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeekNotifier.Tests", "UnitTests\WeekNotifier.Tests\WeekNotifier.Tests.csproj", "{4F1AC384-41D0-465F-88EC-BA07BD92B994}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97876506-66B6-46FD-8DA9-7132419EBE65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97876506-66B6-46FD-8DA9-7132419EBE65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97876506-66B6-46FD-8DA9-7132419EBE65}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{97876506-66B6-46FD-8DA9-7132419EBE65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97876506-66B6-46FD-8DA9-7132419EBE65}.Release|Any CPU.Build.0 = Release|Any CPU
{97876506-66B6-46FD-8DA9-7132419EBE65}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4A0F63C9-8281-492B-B07C-422D3E3B8E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0F63C9-8281-492B-B07C-422D3E3B8E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A0F63C9-8281-492B-B07C-422D3E3B8E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A0F63C9-8281-492B-B07C-422D3E3B8E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{4F1AC384-41D0-465F-88EC-BA07BD92B994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F1AC384-41D0-465F-88EC-BA07BD92B994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F1AC384-41D0-465F-88EC-BA07BD92B994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F1AC384-41D0-465F-88EC-BA07BD92B994}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F1AC384-41D0-465F-88EC-BA07BD92B994} = {EE271772-BF08-45F6-A2AC-32073B15A39C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3984B4E-F4FF-47AA-B205-9929CE9A8CF8}
EndGlobalSection
EndGlobal