-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRabbit.Communication.sln
More file actions
61 lines (61 loc) · 4.29 KB
/
Rabbit.Communication.sln
File metadata and controls
61 lines (61 loc) · 4.29 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Rabbit.Communication", "NuGet.Rabbit.Communication\NuGet.Rabbit.Communication.csproj", "{0451BAEF-DF2E-4B98-8644-94EE9415E389}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rabbit.Communication", "Rabbit.Communication\Rabbit.Communication.csproj", "{D77EB5E2-2B29-44AB-B6AE-213B7D069538}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailingSample", "MailingSample\MailingSample.csproj", "{0B38C55F-2BFF-4DBD-9D21-83807BDBAE52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rabbit.Communication.TextTemplate", "Rabbit.Communication.TextTemplate\Rabbit.Communication.TextTemplate.csproj", "{887871F9-A3BB-46CE-B1B6-F770E6403EAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rabbit.Communication.MsgHtmlTemplate", "Rabbit.Communication.MsgHtmlTemplate\Rabbit.Communication.MsgHtmlTemplate.csproj", "{2D723200-BDF4-40BD-9615-E28B7B57F8FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Rabbit.Communication.MsgHtmlTemplate", "NuGet.Rabbit.Communication.MsgHtmlTemplate\NuGet.Rabbit.Communication.MsgHtmlTemplate.csproj", "{3EDD0809-A4A1-427C-BD50-C6CCADE3D58E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Rabbit.Communication.TextTemplate", "NuGet.Rabbit.Communication.TextTemplate\NuGet.Rabbit.Communication.TextTemplate.csproj", "{997863CD-3405-4E45-A0BC-7C0900FAB0B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.Build.0 = Release|Any CPU
{D77EB5E2-2B29-44AB-B6AE-213B7D069538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D77EB5E2-2B29-44AB-B6AE-213B7D069538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D77EB5E2-2B29-44AB-B6AE-213B7D069538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D77EB5E2-2B29-44AB-B6AE-213B7D069538}.Release|Any CPU.Build.0 = Release|Any CPU
{0B38C55F-2BFF-4DBD-9D21-83807BDBAE52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B38C55F-2BFF-4DBD-9D21-83807BDBAE52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B38C55F-2BFF-4DBD-9D21-83807BDBAE52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B38C55F-2BFF-4DBD-9D21-83807BDBAE52}.Release|Any CPU.Build.0 = Release|Any CPU
{887871F9-A3BB-46CE-B1B6-F770E6403EAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{887871F9-A3BB-46CE-B1B6-F770E6403EAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{887871F9-A3BB-46CE-B1B6-F770E6403EAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{887871F9-A3BB-46CE-B1B6-F770E6403EAB}.Release|Any CPU.Build.0 = Release|Any CPU
{2D723200-BDF4-40BD-9615-E28B7B57F8FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D723200-BDF4-40BD-9615-E28B7B57F8FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D723200-BDF4-40BD-9615-E28B7B57F8FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D723200-BDF4-40BD-9615-E28B7B57F8FD}.Release|Any CPU.Build.0 = Release|Any CPU
{3EDD0809-A4A1-427C-BD50-C6CCADE3D58E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EDD0809-A4A1-427C-BD50-C6CCADE3D58E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EDD0809-A4A1-427C-BD50-C6CCADE3D58E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EDD0809-A4A1-427C-BD50-C6CCADE3D58E}.Release|Any CPU.Build.0 = Release|Any CPU
{997863CD-3405-4E45-A0BC-7C0900FAB0B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{997863CD-3405-4E45-A0BC-7C0900FAB0B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{997863CD-3405-4E45-A0BC-7C0900FAB0B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{997863CD-3405-4E45-A0BC-7C0900FAB0B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E724798A-F909-4B5F-B6AB-7AE785F375E6}
EndGlobalSection
EndGlobal