-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore.Messaging.sln
More file actions
43 lines (43 loc) · 2.63 KB
/
Copy pathCore.Messaging.sln
File metadata and controls
43 lines (43 loc) · 2.63 KB
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 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Messaging.InProcess", "Core.Messaging.InMemoryBus\Core.Messaging.InProcess.csproj", "{5BE31753-0471-47B1-802F-4799F794F29C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Messaging.AzureServiceBus", "Core.Messaging.AzureServiceBus\Core.Messaging.AzureServiceBus.csproj", "{FFAF2F84-99BC-42D1-900A-612725737EA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Messaging", "Core.Messaging\Core.Messaging.csproj", "{553F5007-CD20-4193-AD7C-4C8C3C704D28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Messaging.Tests", "Core.Messaging.Tests\Core.Messaging.Tests.csproj", "{01E99034-44C5-46C3-AD5C-0F7F74878BD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BE31753-0471-47B1-802F-4799F794F29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BE31753-0471-47B1-802F-4799F794F29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BE31753-0471-47B1-802F-4799F794F29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BE31753-0471-47B1-802F-4799F794F29C}.Release|Any CPU.Build.0 = Release|Any CPU
{FFAF2F84-99BC-42D1-900A-612725737EA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFAF2F84-99BC-42D1-900A-612725737EA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFAF2F84-99BC-42D1-900A-612725737EA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFAF2F84-99BC-42D1-900A-612725737EA3}.Release|Any CPU.Build.0 = Release|Any CPU
{553F5007-CD20-4193-AD7C-4C8C3C704D28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{553F5007-CD20-4193-AD7C-4C8C3C704D28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{553F5007-CD20-4193-AD7C-4C8C3C704D28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{553F5007-CD20-4193-AD7C-4C8C3C704D28}.Release|Any CPU.Build.0 = Release|Any CPU
{01E99034-44C5-46C3-AD5C-0F7F74878BD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E99034-44C5-46C3-AD5C-0F7F74878BD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E99034-44C5-46C3-AD5C-0F7F74878BD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E99034-44C5-46C3-AD5C-0F7F74878BD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D689382-91C6-4BCD-BEE7-96131CAAA51B}
EndGlobalSection
EndGlobal