-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThorium.Core.MessageQueue.sln
More file actions
50 lines (50 loc) · 3 KB
/
Thorium.Core.MessageQueue.sln
File metadata and controls
50 lines (50 loc) · 3 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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thorium.Core.MessageQueue", "Thorium.Core.MessageQueue\Thorium.Core.MessageQueue.csproj", "{69714DBB-53EF-440E-9FB0-0E10DF9E6FDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsumerTest", "ConsumerTest\ConsumerTest.csproj", "{427014C7-C9F1-4792-A257-9C2996A102F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProducerTest", "ProducerTest\ProducerTest.csproj", "{207D5470-1B56-444D-A3AA-36B74B1073C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApplications", "TestApplications", "{5DA1FC13-B3CB-4FF8-AD17-E1137236E4D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtlasProducerTest", "AtlasProducerTest\AtlasProducerTest.csproj", "{14C9C877-7DD0-4550-94D6-BAC8286F3F23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69714DBB-53EF-440E-9FB0-0E10DF9E6FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69714DBB-53EF-440E-9FB0-0E10DF9E6FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69714DBB-53EF-440E-9FB0-0E10DF9E6FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69714DBB-53EF-440E-9FB0-0E10DF9E6FDE}.Release|Any CPU.Build.0 = Release|Any CPU
{427014C7-C9F1-4792-A257-9C2996A102F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{427014C7-C9F1-4792-A257-9C2996A102F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{427014C7-C9F1-4792-A257-9C2996A102F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{427014C7-C9F1-4792-A257-9C2996A102F9}.Release|Any CPU.Build.0 = Release|Any CPU
{207D5470-1B56-444D-A3AA-36B74B1073C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{207D5470-1B56-444D-A3AA-36B74B1073C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{207D5470-1B56-444D-A3AA-36B74B1073C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{207D5470-1B56-444D-A3AA-36B74B1073C1}.Release|Any CPU.Build.0 = Release|Any CPU
{14C9C877-7DD0-4550-94D6-BAC8286F3F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14C9C877-7DD0-4550-94D6-BAC8286F3F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14C9C877-7DD0-4550-94D6-BAC8286F3F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14C9C877-7DD0-4550-94D6-BAC8286F3F23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{427014C7-C9F1-4792-A257-9C2996A102F9} = {5DA1FC13-B3CB-4FF8-AD17-E1137236E4D1}
{207D5470-1B56-444D-A3AA-36B74B1073C1} = {5DA1FC13-B3CB-4FF8-AD17-E1137236E4D1}
{14C9C877-7DD0-4550-94D6-BAC8286F3F23} = {5DA1FC13-B3CB-4FF8-AD17-E1137236E4D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF6072A1-ED91-4262-8A06-967DB3B273A8}
EndGlobalSection
EndGlobal