-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMediatR.MinimalApi.sln
55 lines (55 loc) · 3.45 KB
/
MediatR.MinimalApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6E3ABF9A-47CF-4D16-A685-A627B1041DE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.MinimalApi", "src\MediatR.MinimalApi\MediatR.MinimalApi.csproj", "{D3CBF6FB-1175-40D8-8585-968D22C791BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{C8C8454F-3D01-48EE-B8C6-6F59F0A89527}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatRSampleWebApplication", "samples\MediatRSampleWebApplication\MediatRSampleWebApplication.csproj", "{F4C046EC-0314-4322-9161-5D27252E748B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4B59A04F-1DF0-4B4D-8644-2AE2A72365F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.MinimalApi.Tests.Unit", "test\MediatR.MinimalApi.Tests.Unit\MediatR.MinimalApi.Tests.Unit.csproj", "{D13C8577-3F9C-4DAD-A244-E65648618F06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediatR.MinimalApi.Tests.Integration", "test\MediatR.MinimalApi.Tests.Integration\MediatR.MinimalApi.Tests.Integration.csproj", "{74549D05-70C3-46BC-9F8E-A659672C4968}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3CBF6FB-1175-40D8-8585-968D22C791BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3CBF6FB-1175-40D8-8585-968D22C791BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3CBF6FB-1175-40D8-8585-968D22C791BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3CBF6FB-1175-40D8-8585-968D22C791BC}.Release|Any CPU.Build.0 = Release|Any CPU
{F4C046EC-0314-4322-9161-5D27252E748B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4C046EC-0314-4322-9161-5D27252E748B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4C046EC-0314-4322-9161-5D27252E748B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4C046EC-0314-4322-9161-5D27252E748B}.Release|Any CPU.Build.0 = Release|Any CPU
{D13C8577-3F9C-4DAD-A244-E65648618F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D13C8577-3F9C-4DAD-A244-E65648618F06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D13C8577-3F9C-4DAD-A244-E65648618F06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D13C8577-3F9C-4DAD-A244-E65648618F06}.Release|Any CPU.Build.0 = Release|Any CPU
{74549D05-70C3-46BC-9F8E-A659672C4968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74549D05-70C3-46BC-9F8E-A659672C4968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74549D05-70C3-46BC-9F8E-A659672C4968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74549D05-70C3-46BC-9F8E-A659672C4968}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D3CBF6FB-1175-40D8-8585-968D22C791BC} = {6E3ABF9A-47CF-4D16-A685-A627B1041DE2}
{F4C046EC-0314-4322-9161-5D27252E748B} = {C8C8454F-3D01-48EE-B8C6-6F59F0A89527}
{D13C8577-3F9C-4DAD-A244-E65648618F06} = {4B59A04F-1DF0-4B4D-8644-2AE2A72365F1}
{74549D05-70C3-46BC-9F8E-A659672C4968} = {4B59A04F-1DF0-4B4D-8644-2AE2A72365F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15270191-90B4-4FF0-B223-902FE00A4C4F}
EndGlobalSection
EndGlobal