-
Notifications
You must be signed in to change notification settings - Fork 0
/
MediatR.Extensions.Microsoft.AspNetCore.sln
57 lines (57 loc) · 3.31 KB
/
MediatR.Extensions.Microsoft.AspNetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediatR.Extensions.Microsoft.AspNetCore", "src\MediatR.Extensions.Microsoft.AspNetCore\MediatR.Extensions.Microsoft.AspNetCore.csproj", "{8507D680-0473-4C84-9645-1D33E082E98C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediatR.Extensions.Microsoft.AspNetCore.Tests", "test\MediatR.Extensions.Microsoft.AspNetCore.Tests\MediatR.Extensions.Microsoft.AspNetCore.Tests.csproj", "{3B89403C-9C83-4AAE-96DE-98473764D61F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{B82E4E1E-9344-4099-AF93-FC0CC2E69517}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
{8507D680-0473-4C84-9645-1D33E082E98C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Debug|x64.ActiveCfg = Debug|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Debug|x64.Build.0 = Debug|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Debug|x86.ActiveCfg = Debug|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Debug|x86.Build.0 = Debug|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Release|Any CPU.Build.0 = Release|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Release|x64.ActiveCfg = Release|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Release|x64.Build.0 = Release|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Release|x86.ActiveCfg = Release|Any CPU
{8507D680-0473-4C84-9645-1D33E082E98C}.Release|x86.Build.0 = Release|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Debug|x64.ActiveCfg = Debug|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Debug|x64.Build.0 = Debug|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Debug|x86.ActiveCfg = Debug|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Debug|x86.Build.0 = Debug|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Release|Any CPU.Build.0 = Release|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Release|x64.ActiveCfg = Release|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Release|x64.Build.0 = Release|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Release|x86.ActiveCfg = Release|Any CPU
{3B89403C-9C83-4AAE-96DE-98473764D61F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {068301B1-230C-4D50-B47E-D0961B12A6C2}
EndGlobalSection
EndGlobal