forked from orcasound/orcahello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotificationSystem.sln
More file actions
43 lines (43 loc) · 2.67 KB
/
NotificationSystem.sln
File metadata and controls
43 lines (43 loc) · 2.67 KB
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.14.36327.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationSystem", "NotificationSystem\NotificationSystem.csproj", "{075CF57E-551A-72ED-41BB-37457432B933}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationSystem.Tests.Unit", "NotificationSystem.Tests.Unit\NotificationSystem.Tests.Unit.csproj", "{EAEB97A9-A10F-19F2-1653-5E843F20D652}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationSystem.Tests.Integration", "NotificationSystem.Tests.Integration\NotificationSystem.Tests.Integration.csproj", "{B8C3D456-789A-2B3C-9876-123456789ABC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostBackfillToOrcasite", "PostBackfillToOrcasite\PostBackfillToOrcasite.csproj", "{A13110FD-D49E-4906-85FB-E5A969BEB417}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{075CF57E-551A-72ED-41BB-37457432B933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{075CF57E-551A-72ED-41BB-37457432B933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{075CF57E-551A-72ED-41BB-37457432B933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{075CF57E-551A-72ED-41BB-37457432B933}.Release|Any CPU.Build.0 = Release|Any CPU
{EAEB97A9-A10F-19F2-1653-5E843F20D652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAEB97A9-A10F-19F2-1653-5E843F20D652}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAEB97A9-A10F-19F2-1653-5E843F20D652}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAEB97A9-A10F-19F2-1653-5E843F20D652}.Release|Any CPU.Build.0 = Release|Any CPU
{B8C3D456-789A-2B3C-9876-123456789ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8C3D456-789A-2B3C-9876-123456789ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8C3D456-789A-2B3C-9876-123456789ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8C3D456-789A-2B3C-9876-123456789ABC}.Release|Any CPU.Build.0 = Release|Any CPU
{A13110FD-D49E-4906-85FB-E5A969BEB417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A13110FD-D49E-4906-85FB-E5A969BEB417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A13110FD-D49E-4906-85FB-E5A969BEB417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A13110FD-D49E-4906-85FB-E5A969BEB417}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {842ED079-DF84-4DF4-A4DD-0B3EE224F1BD}
EndGlobalSection
EndGlobal