-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRefactored.Email.sln
More file actions
58 lines (58 loc) · 3.34 KB
/
Refactored.Email.sln
File metadata and controls
58 lines (58 loc) · 3.34 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refactored.Email", "Refactored.Email\Refactored.Email.csproj", "{82F65CBE-95EA-46D3-9EFE-3DCD7EE6BCDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD5500D1-697C-49C5-8517-8BE141A6D7DB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{8EC9B5D0-642D-4B70-9DDC-A0E9FB6F14A6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.NetFramework", "Examples.NetFramework\Examples.NetFramework.csproj", "{44453EC9-A792-40E2-A146-CC228E2FBB70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.NetCore", "Examples.NetCore\Examples.NetCore.csproj", "{80DF18FE-68CA-4BDA-900E-FF69BA8947FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples.NetCore.Mvc", "Examples.NetCore.Mvc\Examples.NetCore.Mvc.csproj", "{C1E57018-7D12-4F9A-A42C-0C8707D2CE57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.NetFramework.Mvc", "Examples.NetFramework.Mvc\Examples.NetFramework.Mvc.csproj", "{FFC7B2F9-1F75-4B2D-B6D5-9474EEE7FE65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82F65CBE-95EA-46D3-9EFE-3DCD7EE6BCDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F65CBE-95EA-46D3-9EFE-3DCD7EE6BCDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F65CBE-95EA-46D3-9EFE-3DCD7EE6BCDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F65CBE-95EA-46D3-9EFE-3DCD7EE6BCDC}.Release|Any CPU.Build.0 = Release|Any CPU
{44453EC9-A792-40E2-A146-CC228E2FBB70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44453EC9-A792-40E2-A146-CC228E2FBB70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44453EC9-A792-40E2-A146-CC228E2FBB70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80DF18FE-68CA-4BDA-900E-FF69BA8947FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80DF18FE-68CA-4BDA-900E-FF69BA8947FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80DF18FE-68CA-4BDA-900E-FF69BA8947FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1E57018-7D12-4F9A-A42C-0C8707D2CE57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1E57018-7D12-4F9A-A42C-0C8707D2CE57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1E57018-7D12-4F9A-A42C-0C8707D2CE57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFC7B2F9-1F75-4B2D-B6D5-9474EEE7FE65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFC7B2F9-1F75-4B2D-B6D5-9474EEE7FE65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFC7B2F9-1F75-4B2D-B6D5-9474EEE7FE65}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0FC484B-B8B6-44C5-B401-5D4465E39173}
EndGlobalSection
EndGlobal