-
Notifications
You must be signed in to change notification settings - Fork 0
/
fbognini.Notifications.sln
67 lines (67 loc) · 4.65 KB
/
fbognini.Notifications.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A70D62BA-CDE1-42A0-A3A4-8012641BD6EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fbognini.Notifications", "src\fbognini.Notifications\fbognini.Notifications.csproj", "{828551C1-CB3D-4032-B596-7BC3F814F7A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fbognini.Notifications.Sinks.MTarget", "src\fbognini.Notifications.MTarget\fbognini.Notifications.Sinks.MTarget.csproj", "{2466E5A9-CA7D-4659-B799-02C00DD44DE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fbognini.Notifications.Sinks.Email", "src\fbognini.Notifications.Sinks.Email\fbognini.Notifications.Sinks.Email.csproj", "{B5B12F2C-096F-4BC6-8D37-883A22B0FB8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fbognini.Notifications.Source.SqlServer", "src\fbognini.Notifications.Source.SqlServer\fbognini.Notifications.Source.SqlServer.csproj", "{4BCC196D-D952-495D-BA8A-D29458BB48BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fbognini.Notifications.Source.AppSettings", "src\fbognini.Notifications.Source.AppSettings\fbognini.Notifications.Source.AppSettings.csproj", "{760135E9-879B-4F6D-BA1D-B9A7D9E60AF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{83BCB33B-B121-43EC-868A-F9E3AF8F196E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fbognini.Notifications.WorkerSample", "examples\fbognini.Notifications.WorkerSample\fbognini.Notifications.WorkerSample.csproj", "{F2C621A6-5F0B-40BB-BE34-8367054E4436}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{828551C1-CB3D-4032-B596-7BC3F814F7A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{828551C1-CB3D-4032-B596-7BC3F814F7A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{828551C1-CB3D-4032-B596-7BC3F814F7A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{828551C1-CB3D-4032-B596-7BC3F814F7A2}.Release|Any CPU.Build.0 = Release|Any CPU
{2466E5A9-CA7D-4659-B799-02C00DD44DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2466E5A9-CA7D-4659-B799-02C00DD44DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2466E5A9-CA7D-4659-B799-02C00DD44DE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2466E5A9-CA7D-4659-B799-02C00DD44DE4}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B12F2C-096F-4BC6-8D37-883A22B0FB8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B12F2C-096F-4BC6-8D37-883A22B0FB8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B12F2C-096F-4BC6-8D37-883A22B0FB8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B12F2C-096F-4BC6-8D37-883A22B0FB8A}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCC196D-D952-495D-BA8A-D29458BB48BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCC196D-D952-495D-BA8A-D29458BB48BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCC196D-D952-495D-BA8A-D29458BB48BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCC196D-D952-495D-BA8A-D29458BB48BE}.Release|Any CPU.Build.0 = Release|Any CPU
{760135E9-879B-4F6D-BA1D-B9A7D9E60AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{760135E9-879B-4F6D-BA1D-B9A7D9E60AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{760135E9-879B-4F6D-BA1D-B9A7D9E60AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{760135E9-879B-4F6D-BA1D-B9A7D9E60AF5}.Release|Any CPU.Build.0 = Release|Any CPU
{F2C621A6-5F0B-40BB-BE34-8367054E4436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2C621A6-5F0B-40BB-BE34-8367054E4436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2C621A6-5F0B-40BB-BE34-8367054E4436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2C621A6-5F0B-40BB-BE34-8367054E4436}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{828551C1-CB3D-4032-B596-7BC3F814F7A2} = {A70D62BA-CDE1-42A0-A3A4-8012641BD6EB}
{2466E5A9-CA7D-4659-B799-02C00DD44DE4} = {A70D62BA-CDE1-42A0-A3A4-8012641BD6EB}
{B5B12F2C-096F-4BC6-8D37-883A22B0FB8A} = {A70D62BA-CDE1-42A0-A3A4-8012641BD6EB}
{4BCC196D-D952-495D-BA8A-D29458BB48BE} = {A70D62BA-CDE1-42A0-A3A4-8012641BD6EB}
{760135E9-879B-4F6D-BA1D-B9A7D9E60AF5} = {A70D62BA-CDE1-42A0-A3A4-8012641BD6EB}
{F2C621A6-5F0B-40BB-BE34-8367054E4436} = {83BCB33B-B121-43EC-868A-F9E3AF8F196E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD97CDD4-F62D-451F-BBB9-E82EADB17D24}
EndGlobalSection
EndGlobal