-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwoPhaseCommitConsistencyDemo.sln
More file actions
28 lines (28 loc) · 1.75 KB
/
Copy pathTwoPhaseCommitConsistencyDemo.sln
File metadata and controls
28 lines (28 loc) · 1.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF85629F-A847-4D0B-BFFB-01EE4D458274}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoPhaseCommitConsistencyDemo.BasicAPI", "src\TwoPhaseCommitConsistencyDemo.BasicAPI\TwoPhaseCommitConsistencyDemo.BasicAPI.csproj", "{00579B47-74C2-44D6-9BB2-E671F3A2AC7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoPhaseCommitConsistencyDemo.Coordinator", "src\TwoPhaseCommitConsistencyDemo.Coordinator\TwoPhaseCommitConsistencyDemo.Coordinator.csproj", "{77DF8FFA-7086-4A02-A98E-08D407AF7AF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00579B47-74C2-44D6-9BB2-E671F3A2AC7E} = {EF85629F-A847-4D0B-BFFB-01EE4D458274}
{77DF8FFA-7086-4A02-A98E-08D407AF7AF1} = {EF85629F-A847-4D0B-BFFB-01EE4D458274}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00579B47-74C2-44D6-9BB2-E671F3A2AC7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00579B47-74C2-44D6-9BB2-E671F3A2AC7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00579B47-74C2-44D6-9BB2-E671F3A2AC7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00579B47-74C2-44D6-9BB2-E671F3A2AC7E}.Release|Any CPU.Build.0 = Release|Any CPU
{77DF8FFA-7086-4A02-A98E-08D407AF7AF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77DF8FFA-7086-4A02-A98E-08D407AF7AF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77DF8FFA-7086-4A02-A98E-08D407AF7AF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77DF8FFA-7086-4A02-A98E-08D407AF7AF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal