-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IsBizMail.sln
51 lines (51 loc) · 2.38 KB
/
IsBizMail.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78307CEF-D002-4C0D-A5A5-19FD6321ADD1}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
LICENSE = LICENSE
Makefile = Makefile
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsBizMail", "src\IsBizMail.csproj", "{F8722C5D-2464-2454-5C38-51BD6511CD90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsBizMail.Tests", "tests\IsBizMail.Tests.csproj", "{8A4D33FB-4592-4EC2-894F-B773BEAE305C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{B848CBFD-3FF8-444D-B64E-972917F0852F}"
ProjectSection(SolutionItems) = preProject
assets\email-test-samples.json = assets\email-test-samples.json
assets\emails-not-in-spamassassin.txt = assets\emails-not-in-spamassassin.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8722C5D-2464-2454-5C38-51BD6511CD90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8722C5D-2464-2454-5C38-51BD6511CD90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8722C5D-2464-2454-5C38-51BD6511CD90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8722C5D-2464-2454-5C38-51BD6511CD90}.Release|Any CPU.Build.0 = Release|Any CPU
{8A4D33FB-4592-4EC2-894F-B773BEAE305C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A4D33FB-4592-4EC2-894F-B773BEAE305C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A4D33FB-4592-4EC2-894F-B773BEAE305C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A4D33FB-4592-4EC2-894F-B773BEAE305C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B848CBFD-3FF8-444D-B64E-972917F0852F} = {78307CEF-D002-4C0D-A5A5-19FD6321ADD1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3478BDBD-DA54-4805-A3E2-EE840F8FFA11}
EndGlobalSection
EndGlobal