-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mintzat.Email.sln
50 lines (50 loc) · 2.41 KB
/
Mintzat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mintzat.Email", "Mintzat.Email\Mintzat.Email.csproj", "{0B5FB629-F65F-46BD-A726-1FE35CA01487}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mintzat.Email.Tests", "Mintzat.Email.Tests\Mintzat.Email.Tests.csproj", "{A9D24AB5-EF11-47BB-8F2D-7DFA4215E5B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{82567CE1-8F35-4DEB-99AE-88DD9DD87BBB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{7C5D09D0-F794-438D-80A7-DE3247A55E19}"
ProjectSection(SolutionItems) = preProject
scripts\preBuild.ps1 = scripts\preBuild.ps1
scripts\README-nuget.md = scripts\README-nuget.md
scripts\README-template.md = scripts\README-template.md
scripts\Resend.md = scripts\Resend.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B5FB629-F65F-46BD-A726-1FE35CA01487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B5FB629-F65F-46BD-A726-1FE35CA01487}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B5FB629-F65F-46BD-A726-1FE35CA01487}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B5FB629-F65F-46BD-A726-1FE35CA01487}.Release|Any CPU.Build.0 = Release|Any CPU
{A9D24AB5-EF11-47BB-8F2D-7DFA4215E5B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9D24AB5-EF11-47BB-8F2D-7DFA4215E5B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9D24AB5-EF11-47BB-8F2D-7DFA4215E5B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9D24AB5-EF11-47BB-8F2D-7DFA4215E5B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7C5D09D0-F794-438D-80A7-DE3247A55E19} = {82567CE1-8F35-4DEB-99AE-88DD9DD87BBB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55D6F85F-639F-40AC-A149-CD98792B7923}
EndGlobalSection
EndGlobal