-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathSample.MediatR.sln
43 lines (43 loc) · 2.67 KB
/
Sample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.MediatR.Application", "src\Sample.MediatR.Application\Sample.MediatR.Application.csproj", "{45425E0A-B816-43F5-8C45-1767AD3AD21C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.MediatR.WebApi", "src\Sample.MediatR.WebApi\Sample.MediatR.WebApi.csproj", "{07F74506-E108-4939-ABD6-D6712FB5BED7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.MediatR.WebApi.Core", "src\Sample.MediatR.WebApi.Core\Sample.MediatR.WebApi.Core.csproj", "{8C4FA340-2C4E-4269-B945-7E8264A6625F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.MediatR.Persistence", "src\Sample.MediatR.Persistence\Sample.MediatR.Persistence.csproj", "{094142C4-377D-40DD-BEB6-C3F065953CF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45425E0A-B816-43F5-8C45-1767AD3AD21C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45425E0A-B816-43F5-8C45-1767AD3AD21C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45425E0A-B816-43F5-8C45-1767AD3AD21C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45425E0A-B816-43F5-8C45-1767AD3AD21C}.Release|Any CPU.Build.0 = Release|Any CPU
{07F74506-E108-4939-ABD6-D6712FB5BED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07F74506-E108-4939-ABD6-D6712FB5BED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07F74506-E108-4939-ABD6-D6712FB5BED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07F74506-E108-4939-ABD6-D6712FB5BED7}.Release|Any CPU.Build.0 = Release|Any CPU
{8C4FA340-2C4E-4269-B945-7E8264A6625F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C4FA340-2C4E-4269-B945-7E8264A6625F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C4FA340-2C4E-4269-B945-7E8264A6625F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C4FA340-2C4E-4269-B945-7E8264A6625F}.Release|Any CPU.Build.0 = Release|Any CPU
{094142C4-377D-40DD-BEB6-C3F065953CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{094142C4-377D-40DD-BEB6-C3F065953CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{094142C4-377D-40DD-BEB6-C3F065953CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{094142C4-377D-40DD-BEB6-C3F065953CF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D29E38B0-50AB-43F3-80FC-BF451088F15F}
EndGlobalSection
EndGlobal