-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRG.RazorMail.sln
43 lines (43 loc) · 2.33 KB
/
RG.RazorMail.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RG.RazorMail", "RG.RazorMail\RG.RazorMail.csproj", "{1795348A-C270-483A-92DE-5F0FF24A0640}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{897B64DB-7E92-4A75-B9FE-3C4B0001F559}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\CI.yml = .github\workflows\CI.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{B4BF0FD4-2665-4FFA-BF55-B59D2FE7E732}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{81513214-A2C4-4ED8-B45D-AB4AC50B2540}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1795348A-C270-483A-92DE-5F0FF24A0640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1795348A-C270-483A-92DE-5F0FF24A0640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1795348A-C270-483A-92DE-5F0FF24A0640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1795348A-C270-483A-92DE-5F0FF24A0640}.Release|Any CPU.Build.0 = Release|Any CPU
{B4BF0FD4-2665-4FFA-BF55-B59D2FE7E732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4BF0FD4-2665-4FFA-BF55-B59D2FE7E732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4BF0FD4-2665-4FFA-BF55-B59D2FE7E732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4BF0FD4-2665-4FFA-BF55-B59D2FE7E732}.Release|Any CPU.Build.0 = Release|Any CPU
{81513214-A2C4-4ED8-B45D-AB4AC50B2540}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81513214-A2C4-4ED8-B45D-AB4AC50B2540}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81513214-A2C4-4ED8-B45D-AB4AC50B2540}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81513214-A2C4-4ED8-B45D-AB4AC50B2540}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65B4E704-618A-441D-8EB3-753157ECD284}
EndGlobalSection
EndGlobal