-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Yagasoft.NotificationCentre.sln
37 lines (37 loc) · 2.24 KB
/
Yagasoft.NotificationCentre.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 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.NotificationCentre.WebResources", "Yagasoft.NotificationCentre.WebResources\Yagasoft.NotificationCentre.WebResources.csproj", "{DA1411BA-D6BA-4062-8F7E-85927D60C562}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.NotificationCentre.Plugins", "Yagasoft.NotificationCentre.Plugins\Yagasoft.NotificationCentre.Plugins.csproj", "{E73D7E63-09D1-4A0B-97DF-69FDC86C570A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yagasoft.NotificationCentre.Steps", "Yagasoft.NotificationCentre.Steps\Yagasoft.NotificationCentre.Steps.csproj", "{40C492EF-A267-43E8-AA69-FD1F0923948B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA1411BA-D6BA-4062-8F7E-85927D60C562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA1411BA-D6BA-4062-8F7E-85927D60C562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA1411BA-D6BA-4062-8F7E-85927D60C562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA1411BA-D6BA-4062-8F7E-85927D60C562}.Release|Any CPU.Build.0 = Release|Any CPU
{E73D7E63-09D1-4A0B-97DF-69FDC86C570A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E73D7E63-09D1-4A0B-97DF-69FDC86C570A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E73D7E63-09D1-4A0B-97DF-69FDC86C570A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E73D7E63-09D1-4A0B-97DF-69FDC86C570A}.Release|Any CPU.Build.0 = Release|Any CPU
{40C492EF-A267-43E8-AA69-FD1F0923948B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40C492EF-A267-43E8-AA69-FD1F0923948B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40C492EF-A267-43E8-AA69-FD1F0923948B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40C492EF-A267-43E8-AA69-FD1F0923948B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {202B7881-C136-47A2-943E-5636F9446658}
EndGlobalSection
EndGlobal