-
Notifications
You must be signed in to change notification settings - Fork 0
/
NServiceBus.Transport.Email.sln
59 lines (59 loc) · 3.64 KB
/
NServiceBus.Transport.Email.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12F28A86-D6E7-412B-AFD7-E087968FA318}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitattributes = .gitattributes
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Transport.Email", "NServiceBus.Transport.Email\NServiceBus.Transport.Email.csproj", "{5D04DE94-9BAE-474E-95AD-D228FBA51B9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Transport.Email.Demo.Receiver", "NServiceBus.Transport.Email.Demo.Receiver\NServiceBus.Transport.Email.Demo.Receiver.csproj", "{8F1B21F5-0F08-4331-AFF6-9EAD614CCCE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Transport.Email.Demo.Shared", "NServiceBus.Transport.Email.Demo.Shared\NServiceBus.Transport.Email.Demo.Shared.csproj", "{A1898D80-2B6A-4CD4-96FB-E2668B1DC679}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Transport.Email.Demo.Sender", "NServiceBus.Transport.Email.Demo.Sender\NServiceBus.Transport.Email.Demo.Sender.csproj", "{571B1E69-841B-49AD-8B4C-94274DCDD268}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Transport.Email.Tests", "NServiceBus.Transport.Email.Tests\NServiceBus.Transport.Email.Tests.csproj", "{EAF9250F-B51C-4AFC-B5DF-E613B21D53EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D04DE94-9BAE-474E-95AD-D228FBA51B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D04DE94-9BAE-474E-95AD-D228FBA51B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D04DE94-9BAE-474E-95AD-D228FBA51B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D04DE94-9BAE-474E-95AD-D228FBA51B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{8F1B21F5-0F08-4331-AFF6-9EAD614CCCE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F1B21F5-0F08-4331-AFF6-9EAD614CCCE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F1B21F5-0F08-4331-AFF6-9EAD614CCCE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F1B21F5-0F08-4331-AFF6-9EAD614CCCE6}.Release|Any CPU.Build.0 = Release|Any CPU
{A1898D80-2B6A-4CD4-96FB-E2668B1DC679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1898D80-2B6A-4CD4-96FB-E2668B1DC679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1898D80-2B6A-4CD4-96FB-E2668B1DC679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1898D80-2B6A-4CD4-96FB-E2668B1DC679}.Release|Any CPU.Build.0 = Release|Any CPU
{571B1E69-841B-49AD-8B4C-94274DCDD268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571B1E69-841B-49AD-8B4C-94274DCDD268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571B1E69-841B-49AD-8B4C-94274DCDD268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571B1E69-841B-49AD-8B4C-94274DCDD268}.Release|Any CPU.Build.0 = Release|Any CPU
{EAF9250F-B51C-4AFC-B5DF-E613B21D53EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAF9250F-B51C-4AFC-B5DF-E613B21D53EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAF9250F-B51C-4AFC-B5DF-E613B21D53EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAF9250F-B51C-4AFC-B5DF-E613B21D53EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal