-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNFive.Notifications.sln
More file actions
35 lines (35 loc) · 2.1 KB
/
Copy pathNFive.Notifications.sln
File metadata and controls
35 lines (35 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F224EC53-B066-4239-B5FA-99D26DAA1C16}"
ProjectSection(SolutionItems) = preProject
nfive.yml = nfive.yml
EndProjectSection
EndProject
Project("{02D33008-F950-4783-A6B1-D2DF980E5D2B}") = "Notifications.Client", "Notifications.Client\Notifications.Client.csproj", "{45194D71-B14C-473F-93E7-0888E6363D5C}"
EndProject
Project("{02D33008-F950-4783-A6B1-D2DF980E5D2B}") = "Notifications.Server", "Notifications.Server\Notifications.Server.csproj", "{F4EF3C8D-4E1A-4791-8AEF-A3B644874AA6}"
EndProject
Project("{02D33008-F950-4783-A6B1-D2DF980E5D2B}") = "Notifications.Shared", "Notifications.Shared\Notifications.Shared.csproj", "{3D13D2EC-0E55-4E19-BAEF-1D75FA6EF55D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45194D71-B14C-473F-93E7-0888E6363D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45194D71-B14C-473F-93E7-0888E6363D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45194D71-B14C-473F-93E7-0888E6363D5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45194D71-B14C-473F-93E7-0888E6363D5C}.Release|Any CPU.Build.0 = Release|Any CPU
{F4EF3C8D-4E1A-4791-8AEF-A3B644874AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4EF3C8D-4E1A-4791-8AEF-A3B644874AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4EF3C8D-4E1A-4791-8AEF-A3B644874AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4EF3C8D-4E1A-4791-8AEF-A3B644874AA6}.Release|Any CPU.Build.0 = Release|Any CPU
{3D13D2EC-0E55-4E19-BAEF-1D75FA6EF55D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D13D2EC-0E55-4E19-BAEF-1D75FA6EF55D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D13D2EC-0E55-4E19-BAEF-1D75FA6EF55D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D13D2EC-0E55-4E19-BAEF-1D75FA6EF55D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal