-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPozitron.Extensions.MediatR.sln
50 lines (50 loc) · 2.49 KB
/
Pozitron.Extensions.MediatR.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.12.35309.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pozitron.Extensions.MediatR", "src\Pozitron.Extensions.MediatR\Pozitron.Extensions.MediatR.csproj", "{4BD9BB5E-E31E-4F9D-94BF-BDD6C36CACBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0981FD1-FB8B-4C25-B8AE-3E70E6B99B07}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
clean.sh = clean.sh
src\Directory.Build.props = src\Directory.Build.props
tests\Directory.Build.props = tests\Directory.Build.props
Directory.Packages.props = Directory.Packages.props
exclusion.dic = exclusion.dic
LICENSE.txt = LICENSE.txt
readme-nuget.md = readme-nuget.md
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
run-tests.sh = run-tests.sh
setup-sqllocaldb.ps1 = setup-sqllocaldb.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pozitron.Extensions.MediatR.Tests", "tests\Pozitron.Extensions.MediatR.Tests\Pozitron.Extensions.MediatR.Tests.csproj", "{D8EE7689-2649-446D-B9CE-382A4D7A96BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BD9BB5E-E31E-4F9D-94BF-BDD6C36CACBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BD9BB5E-E31E-4F9D-94BF-BDD6C36CACBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BD9BB5E-E31E-4F9D-94BF-BDD6C36CACBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BD9BB5E-E31E-4F9D-94BF-BDD6C36CACBB}.Release|Any CPU.Build.0 = Release|Any CPU
{D8EE7689-2649-446D-B9CE-382A4D7A96BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8EE7689-2649-446D-B9CE-382A4D7A96BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8EE7689-2649-446D-B9CE-382A4D7A96BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8EE7689-2649-446D-B9CE-382A4D7A96BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFD7A108-81EF-4536-9BB8-8CAA2DE41EA2}
EndGlobalSection
EndGlobal