forked from ppossanzini/arbitrer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharbitrer.sln
More file actions
45 lines (45 loc) · 2.63 KB
/
arbitrer.sln
File metadata and controls
45 lines (45 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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arbitrer", "Arbitrer\Arbitrer.csproj", "{E1E567F0-1BDF-4DE9-86F8-12E6CAFEE1E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arbitrer.RabbitMQ", "Arbitrer.RabbitMQ\Arbitrer.RabbitMQ.csproj", "{7BC4AE47-FEB5-4404-B027-A30FAF581833}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arbitrer.Kafka", "Arbitrer.Kafka\Arbitrer.Kafka.csproj", "{52E67D98-DE21-4434-AB34-5FF4FB70C5E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arbitrer.GRPC", "Arbitrer.GRPC\Arbitrer.GRPC.csproj", "{26449499-FBBC-4A2A-AE93-EB97A354BAA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1E567F0-1BDF-4DE9-86F8-12E6CAFEE1E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E567F0-1BDF-4DE9-86F8-12E6CAFEE1E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E567F0-1BDF-4DE9-86F8-12E6CAFEE1E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E567F0-1BDF-4DE9-86F8-12E6CAFEE1E7}.Release|Any CPU.Build.0 = Release|Any CPU
{7BC4AE47-FEB5-4404-B027-A30FAF581833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BC4AE47-FEB5-4404-B027-A30FAF581833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BC4AE47-FEB5-4404-B027-A30FAF581833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BC4AE47-FEB5-4404-B027-A30FAF581833}.Release|Any CPU.Build.0 = Release|Any CPU
{52E67D98-DE21-4434-AB34-5FF4FB70C5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52E67D98-DE21-4434-AB34-5FF4FB70C5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52E67D98-DE21-4434-AB34-5FF4FB70C5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52E67D98-DE21-4434-AB34-5FF4FB70C5E7}.Release|Any CPU.Build.0 = Release|Any CPU
{26449499-FBBC-4A2A-AE93-EB97A354BAA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26449499-FBBC-4A2A-AE93-EB97A354BAA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26449499-FBBC-4A2A-AE93-EB97A354BAA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26449499-FBBC-4A2A-AE93-EB97A354BAA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA2AB956-E48F-42AE-B669-D12BB549726A}
EndGlobalSection
EndGlobal