forked from alphagov/notifications-net-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notify.sln
35 lines (35 loc) · 1.87 KB
/
Notify.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notify", "src\Notify\Notify.csproj", "{DE367F9A-28B6-45A3-9A98-D179086D2F80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notify.Tests", "src\Notify.Tests\Notify.Tests.csproj", "{C2884731-C59D-4837-82A6-8284EE1C1E4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE367F9A-28B6-45A3-9A98-D179086D2F80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE367F9A-28B6-45A3-9A98-D179086D2F80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE367F9A-28B6-45A3-9A98-D179086D2F80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE367F9A-28B6-45A3-9A98-D179086D2F80}.Release|Any CPU.Build.0 = Release|Any CPU
{C2884731-C59D-4837-82A6-8284EE1C1E4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2884731-C59D-4837-82A6-8284EE1C1E4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2884731-C59D-4837-82A6-8284EE1C1E4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2884731-C59D-4837-82A6-8284EE1C1E4E}.Release|Any CPU.Build.0 = Release|Any CPU
{89D4B5F4-DD96-43EA-85AE-2DBF586D34ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89D4B5F4-DD96-43EA-85AE-2DBF586D34ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89D4B5F4-DD96-43EA-85AE-2DBF586D34ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89D4B5F4-DD96-43EA-85AE-2DBF586D34ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BFDE9F9-CD56-4830-8EF7-33518474CA90}
EndGlobalSection
EndGlobal