-
Notifications
You must be signed in to change notification settings - Fork 3
/
Dtmgrpc.sln
80 lines (80 loc) · 5.21 KB
/
Dtmgrpc.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A8C60387-7535-4481-A68D-8D69EF997BB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dtmgrpc", "src\Dtmgrpc\Dtmgrpc.csproj", "{F3CAF92C-A542-4C5D-ACA0-EC8B7CEA601D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9E0177CB-0836-4959-A672-BCC0FE6943FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dtmgrpc.Tests", "tests\Dtmgrpc.Tests\Dtmgrpc.Tests.csproj", "{BD0C548C-D433-48DF-9C59-953B4025E56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dtmgrpc.IntegrationTests", "tests\Dtmgrpc.IntegrationTests\Dtmgrpc.IntegrationTests.csproj", "{EF107E6B-DAFE-48F2-8E5B-990E3C9F57E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusiGrpcService", "tests\BusiGrpcService\BusiGrpcService.csproj", "{ECAC7986-665F-40D6-BB02-32C7842618A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "protos", "protos", "{A0C2C43F-3B7C-4E09-B7F0-CA0C9CCC34D1}"
ProjectSection(SolutionItems) = preProject
tests\BusiGrpcService\Protos\busi.proto = tests\BusiGrpcService\Protos\busi.proto
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DtmCommon", "src\DtmCommon\DtmCommon.csproj", "{7823B7E5-77D4-49FB-9FEB-50F924D8F6E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DtmSERedisBarrier", "src\DtmSERedisBarrier\DtmSERedisBarrier.csproj", "{6F18F233-3FB1-4596-94A3-544B47DE9A0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DtmMongoBarrier", "src\DtmMongoBarrier\DtmMongoBarrier.csproj", "{3A7F9FCE-E5A2-4D7F-8CEB-C9EED9376693}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3CAF92C-A542-4C5D-ACA0-EC8B7CEA601D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3CAF92C-A542-4C5D-ACA0-EC8B7CEA601D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3CAF92C-A542-4C5D-ACA0-EC8B7CEA601D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3CAF92C-A542-4C5D-ACA0-EC8B7CEA601D}.Release|Any CPU.Build.0 = Release|Any CPU
{BD0C548C-D433-48DF-9C59-953B4025E56B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD0C548C-D433-48DF-9C59-953B4025E56B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD0C548C-D433-48DF-9C59-953B4025E56B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD0C548C-D433-48DF-9C59-953B4025E56B}.Release|Any CPU.Build.0 = Release|Any CPU
{EF107E6B-DAFE-48F2-8E5B-990E3C9F57E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF107E6B-DAFE-48F2-8E5B-990E3C9F57E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF107E6B-DAFE-48F2-8E5B-990E3C9F57E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF107E6B-DAFE-48F2-8E5B-990E3C9F57E3}.Release|Any CPU.Build.0 = Release|Any CPU
{ECAC7986-665F-40D6-BB02-32C7842618A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECAC7986-665F-40D6-BB02-32C7842618A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECAC7986-665F-40D6-BB02-32C7842618A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECAC7986-665F-40D6-BB02-32C7842618A3}.Release|Any CPU.Build.0 = Release|Any CPU
{7823B7E5-77D4-49FB-9FEB-50F924D8F6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7823B7E5-77D4-49FB-9FEB-50F924D8F6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7823B7E5-77D4-49FB-9FEB-50F924D8F6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7823B7E5-77D4-49FB-9FEB-50F924D8F6E0}.Release|Any CPU.Build.0 = Release|Any CPU
{6F18F233-3FB1-4596-94A3-544B47DE9A0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F18F233-3FB1-4596-94A3-544B47DE9A0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F18F233-3FB1-4596-94A3-544B47DE9A0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F18F233-3FB1-4596-94A3-544B47DE9A0B}.Release|Any CPU.Build.0 = Release|Any CPU
{3A7F9FCE-E5A2-4D7F-8CEB-C9EED9376693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A7F9FCE-E5A2-4D7F-8CEB-C9EED9376693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A7F9FCE-E5A2-4D7F-8CEB-C9EED9376693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A7F9FCE-E5A2-4D7F-8CEB-C9EED9376693}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F3CAF92C-A542-4C5D-ACA0-EC8B7CEA601D} = {A8C60387-7535-4481-A68D-8D69EF997BB8}
{BD0C548C-D433-48DF-9C59-953B4025E56B} = {9E0177CB-0836-4959-A672-BCC0FE6943FB}
{EF107E6B-DAFE-48F2-8E5B-990E3C9F57E3} = {9E0177CB-0836-4959-A672-BCC0FE6943FB}
{ECAC7986-665F-40D6-BB02-32C7842618A3} = {9E0177CB-0836-4959-A672-BCC0FE6943FB}
{A0C2C43F-3B7C-4E09-B7F0-CA0C9CCC34D1} = {9E0177CB-0836-4959-A672-BCC0FE6943FB}
{7823B7E5-77D4-49FB-9FEB-50F924D8F6E0} = {A8C60387-7535-4481-A68D-8D69EF997BB8}
{6F18F233-3FB1-4596-94A3-544B47DE9A0B} = {A8C60387-7535-4481-A68D-8D69EF997BB8}
{3A7F9FCE-E5A2-4D7F-8CEB-C9EED9376693} = {A8C60387-7535-4481-A68D-8D69EF997BB8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B86B52A-82F8-4AE2-956B-30B95BACCC27}
EndGlobalSection
EndGlobal