forked from FromDoppler/mailerq-dotnet-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMailerQ.sln
77 lines (77 loc) · 4.14 KB
/
MailerQ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailerQ", "MailerQ\MailerQ.csproj", "{B6641256-543C-4D68-93CC-219366A2C099}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{06491495-0B05-4398-87B9-A4484CCA7D58}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MailerQ.Test", "MailerQ.Test\MailerQ.Test.csproj", "{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GithubActions", "GithubActions", "{6CB15229-679D-42BD-9AE3-019918B70A34}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflow", "Workflow", "{434E2510-BD12-454A-96A8-27AA32A56CE5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\bump-version.yml = .github\workflows\bump-version.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{FC8CF43E-53A6-4702-8ABB-DBFD8E54EADD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6641256-543C-4D68-93CC-219366A2C099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Debug|x64.ActiveCfg = Debug|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Debug|x64.Build.0 = Debug|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Debug|x86.ActiveCfg = Debug|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Debug|x86.Build.0 = Debug|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Release|Any CPU.Build.0 = Release|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Release|x64.ActiveCfg = Release|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Release|x64.Build.0 = Release|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Release|x86.ActiveCfg = Release|Any CPU
{B6641256-543C-4D68-93CC-219366A2C099}.Release|x86.Build.0 = Release|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Debug|x64.ActiveCfg = Debug|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Debug|x64.Build.0 = Debug|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Debug|x86.Build.0 = Debug|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Release|x64.ActiveCfg = Release|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Release|x64.Build.0 = Release|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Release|x86.ActiveCfg = Release|Any CPU
{C8E909D0-F7A9-4CB1-AC26-4E811CBBE0E1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6CB15229-679D-42BD-9AE3-019918B70A34} = {FC8CF43E-53A6-4702-8ABB-DBFD8E54EADD}
{434E2510-BD12-454A-96A8-27AA32A56CE5} = {6CB15229-679D-42BD-9AE3-019918B70A34}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CD10034-77AE-4B4E-828B-E1101505C019}
EndGlobalSection
EndGlobal