-
Notifications
You must be signed in to change notification settings - Fork 11
/
smtp4dev.sln
113 lines (113 loc) · 7.57 KB
/
smtp4dev.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13CABC51-730F-4BF9-AC6F-352C09A57C7E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
LICENSE.rtf = LICENSE.rtf
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
smtp4dev.vsmdi = smtp4dev.vsmdi
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{5718B0F5-3130-43B6-BF4C-077854718955}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{FD5F0B9D-06E8-45F0-9F96-AC7747396F3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rnwood.Smtp4dev", "Rnwood.Smtp4dev\Rnwood.Smtp4dev.csproj", "{957A6C18-3016-403E-A04D-926D050BDEAE}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{4AC6FE07-1162-4341-BD53-67312859BE37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rnwood.SmtpServer", "Rnwood.SmtpServer\Rnwood.SmtpServer.csproj", "{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleServer", "Rnwood.SmtpServer\Examples\SimpleServer\SimpleServer.csproj", "{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rnwood.AutoUpdate", "Rnwood.AutoUpdate\Rnwood.AutoUpdate.csproj", "{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsService", "Rnwood.SmtpServer\Examples\WindowsService\WindowsService.csproj", "{B6D12678-5E09-4AFA-AADA-615619889EBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{957A6C18-3016-403E-A04D-926D050BDEAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Release|Any CPU.Build.0 = Release|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{957A6C18-3016-403E-A04D-926D050BDEAE}.Release|x86.ActiveCfg = Release|Any CPU
{4AC6FE07-1162-4341-BD53-67312859BE37}.Debug|Any CPU.ActiveCfg = Debug|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Debug|x86.ActiveCfg = Debug|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Debug|x86.Build.0 = Debug|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Release|Any CPU.ActiveCfg = Release|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Release|Mixed Platforms.ActiveCfg = Release|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Release|Mixed Platforms.Build.0 = Release|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Release|x86.ActiveCfg = Release|x86
{4AC6FE07-1162-4341-BD53-67312859BE37}.Release|x86.Build.0 = Release|x86
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Release|Any CPU.Build.0 = Release|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF}.Release|x86.ActiveCfg = Release|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Debug|x86.ActiveCfg = Debug|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Release|Any CPU.Build.0 = Release|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0}.Release|x86.ActiveCfg = Release|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Debug|x86.ActiveCfg = Debug|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Release|Any CPU.Build.0 = Release|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4439D0A4-0B45-4DE5-9B2E-DF6C36686308}.Release|x86.ActiveCfg = Release|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Debug|x86.ActiveCfg = Debug|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Release|Any CPU.Build.0 = Release|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B6D12678-5E09-4AFA-AADA-615619889EBA}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD5F0B9D-06E8-45F0-9F96-AC7747396F3E} = {5718B0F5-3130-43B6-BF4C-077854718955}
{C5BBE7C2-0EA0-4E50-95FF-BF07EA1B93FF} = {5718B0F5-3130-43B6-BF4C-077854718955}
{08B47A5D-D87C-4D48-856F-D30FDCCDB7F0} = {FD5F0B9D-06E8-45F0-9F96-AC7747396F3E}
{B6D12678-5E09-4AFA-AADA-615619889EBA} = {FD5F0B9D-06E8-45F0-9F96-AC7747396F3E}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = smtp4dev.vsmdi
EndGlobalSection
EndGlobal