-
Notifications
You must be signed in to change notification settings - Fork 3
/
MediatR.Courier.sln
47 lines (47 loc) · 2.75 KB
/
MediatR.Courier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Courier", "MediatR.Courier\MediatR.Courier.csproj", "{6D85BD8A-58CC-4009-916E-FCB9CF75A185}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Courier.Tests", "MediatR.Courier.Tests\MediatR.Courier.Tests.csproj", "{C1A3F4C8-813C-4A7B-B1CF-9AA473A7E1B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8938C37-CC38-403C-9696-04D909027374}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Courier.Examples.Wpf.Core", "MediatR.Courier.Examples.Wpf.Core\MediatR.Courier.Examples.Wpf.Core.csproj", "{D171C567-8EE4-4091-B695-3CC849C720DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Courier.Build", "MediatR.Courier.Build\MediatR.Courier.Build.csproj", "{655E9E1E-C07A-4D04-87FE-6B5B21FB0346}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D85BD8A-58CC-4009-916E-FCB9CF75A185}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D85BD8A-58CC-4009-916E-FCB9CF75A185}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D85BD8A-58CC-4009-916E-FCB9CF75A185}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D85BD8A-58CC-4009-916E-FCB9CF75A185}.Release|Any CPU.Build.0 = Release|Any CPU
{C1A3F4C8-813C-4A7B-B1CF-9AA473A7E1B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A3F4C8-813C-4A7B-B1CF-9AA473A7E1B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A3F4C8-813C-4A7B-B1CF-9AA473A7E1B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A3F4C8-813C-4A7B-B1CF-9AA473A7E1B0}.Release|Any CPU.Build.0 = Release|Any CPU
{D171C567-8EE4-4091-B695-3CC849C720DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D171C567-8EE4-4091-B695-3CC849C720DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D171C567-8EE4-4091-B695-3CC849C720DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D171C567-8EE4-4091-B695-3CC849C720DE}.Release|Any CPU.Build.0 = Release|Any CPU
{655E9E1E-C07A-4D04-87FE-6B5B21FB0346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{655E9E1E-C07A-4D04-87FE-6B5B21FB0346}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38D89286-0FF5-415E-BD34-0622A3FFB77B}
EndGlobalSection
EndGlobal