-
Notifications
You must be signed in to change notification settings - Fork 3
/
SimpleMediator.sln
49 lines (49 loc) · 3.31 KB
/
SimpleMediator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMediator", "SimpleMediator\SimpleMediator.csproj", "{D33EBA3B-AFD7-4085-B5BD-F97E48788AA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMediator.Samples.ConsoleApp", "Samples\SimpleMediator.Samples.ConsoleApp\SimpleMediator.Samples.ConsoleApp.csproj", "{CAB56316-3FC6-4009-8CA8-F50C8157CB56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMediator.Extensions.Microsoft.DependencyInjection", "SimpleMediator.Extensions.Microsoft.DependencyInjection\SimpleMediator.Extensions.Microsoft.DependencyInjection.csproj", "{54487DB9-D0F0-48E3-A337-02D4B1A564C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMediator.Samples.MassTransit", "Samples\SimpleMediator.Samples.MassTransit\SimpleMediator.Samples.MassTransit.csproj", "{740D9303-4302-4B8F-A650-A7EA2863B37A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleMediator.Samples.Shared", "Samples\SimpleMediator.Samples.Shared\SimpleMediator.Samples.Shared.csproj", "{47601841-EE84-4E11-8AF5-EC26D11183CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D33EBA3B-AFD7-4085-B5BD-F97E48788AA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D33EBA3B-AFD7-4085-B5BD-F97E48788AA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D33EBA3B-AFD7-4085-B5BD-F97E48788AA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D33EBA3B-AFD7-4085-B5BD-F97E48788AA8}.Release|Any CPU.Build.0 = Release|Any CPU
{CAB56316-3FC6-4009-8CA8-F50C8157CB56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAB56316-3FC6-4009-8CA8-F50C8157CB56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAB56316-3FC6-4009-8CA8-F50C8157CB56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAB56316-3FC6-4009-8CA8-F50C8157CB56}.Release|Any CPU.Build.0 = Release|Any CPU
{54487DB9-D0F0-48E3-A337-02D4B1A564C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54487DB9-D0F0-48E3-A337-02D4B1A564C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54487DB9-D0F0-48E3-A337-02D4B1A564C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54487DB9-D0F0-48E3-A337-02D4B1A564C7}.Release|Any CPU.Build.0 = Release|Any CPU
{740D9303-4302-4B8F-A650-A7EA2863B37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{740D9303-4302-4B8F-A650-A7EA2863B37A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{740D9303-4302-4B8F-A650-A7EA2863B37A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{740D9303-4302-4B8F-A650-A7EA2863B37A}.Release|Any CPU.Build.0 = Release|Any CPU
{47601841-EE84-4E11-8AF5-EC26D11183CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47601841-EE84-4E11-8AF5-EC26D11183CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47601841-EE84-4E11-8AF5-EC26D11183CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47601841-EE84-4E11-8AF5-EC26D11183CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D6A507A-D650-4370-8FF3-88128823EF17}
EndGlobalSection
EndGlobal