@@ -473,7 +473,6 @@ exit /b 0
473
473
<ClCompile Include =" ..\..\src\bucket\LiveBucket.cpp" />
474
474
<ClCompile Include =" ..\..\src\bucket\LiveBucketList.cpp" />
475
475
<ClCompile Include =" ..\..\src\bucket\MergeKey.cpp" />
476
- <ClCompile Include =" ..\..\src\bucket\PublishQueueBuckets.cpp" />
477
476
<ClCompile Include =" ..\..\src\bucket\SearchableBucketList.cpp" />
478
477
<ClCompile Include =" ..\..\src\bucket\test\BucketIndexTests.cpp" />
479
478
<ClCompile Include =" ..\..\src\bucket\test\BucketListTests.cpp" />
@@ -487,11 +486,11 @@ exit /b 0
487
486
<ClCompile Include =" ..\..\src\catchup\ApplyLedgerWork.cpp" />
488
487
<ClCompile Include =" ..\..\src\catchup\AssumeStateWork.cpp" />
489
488
<ClCompile Include =" ..\..\src\catchup\CatchupConfiguration.cpp" />
490
- <ClCompile Include =" ..\..\src\catchup\CatchupManagerImpl.cpp" />
491
489
<ClCompile Include =" ..\..\src\catchup\CatchupRange.cpp" />
492
490
<ClCompile Include =" ..\..\src\catchup\CatchupWork.cpp" />
493
491
<ClCompile Include =" ..\..\src\catchup\DownloadApplyTxsWork.cpp" />
494
492
<ClCompile Include =" ..\..\src\catchup\IndexBucketsWork.cpp" />
493
+ <ClCompile Include =" ..\..\src\catchup\LedgerApplyManagerImpl.cpp" />
495
494
<ClCompile Include =" ..\..\src\catchup\ReplayDebugMetaWork.cpp" />
496
495
<ClCompile Include =" ..\..\src\catchup\test\CatchupWorkTests.cpp" />
497
496
<ClCompile Include =" ..\..\src\catchup\VerifyLedgerChainWork.cpp" />
@@ -600,7 +599,6 @@ exit /b 0
600
599
<ClCompile Include =" ..\..\src\ledger\LedgerTxnEntry.cpp" />
601
600
<ClCompile Include =" ..\..\src\ledger\LedgerTxnHeader.cpp" />
602
601
<ClCompile Include =" ..\..\src\ledger\LedgerTxnOfferSQL.cpp" />
603
-
604
602
<ClCompile Include =" ..\..\src\ledger\LedgerTypeUtils.cpp" />
605
603
<ClCompile Include =" ..\..\src\ledger\NetworkConfig.cpp" />
606
604
<ClCompile Include =" ..\..\src\ledger\test\InMemoryLedgerTxn.cpp" />
@@ -932,7 +930,6 @@ exit /b 0
932
930
<ClInclude Include =" ..\..\src\bucket\LiveBucket.h" />
933
931
<ClInclude Include =" ..\..\src\bucket\LiveBucketList.h" />
934
932
<ClInclude Include =" ..\..\src\bucket\MergeKey.h" />
935
- <ClInclude Include =" ..\..\src\bucket\PublishQueueBuckets.h" />
936
933
<ClInclude Include =" ..\..\src\bucket\SearchableBucketList.h" />
937
934
<ClInclude Include =" ..\..\src\bucket\test\BucketTestUtils.h" />
938
935
<ClInclude Include =" ..\..\src\catchup\ApplyBucketsWork.h" />
@@ -942,11 +939,12 @@ exit /b 0
942
939
<ClInclude Include =" ..\..\src\catchup\AssumeStateWork.h" />
943
940
<ClInclude Include =" ..\..\src\catchup\CatchupConfiguration.h" />
944
941
<ClInclude Include =" ..\..\src\catchup\CatchupManager.h" />
945
- <ClInclude Include =" ..\..\src\catchup\CatchupManagerImpl.h" />
946
942
<ClInclude Include =" ..\..\src\catchup\CatchupRange.h" />
947
943
<ClInclude Include =" ..\..\src\catchup\CatchupWork.h" />
948
944
<ClInclude Include =" ..\..\src\catchup\DownloadApplyTxsWork.h" />
949
945
<ClInclude Include =" ..\..\src\catchup\IndexBucketsWork.h" />
946
+ <ClInclude Include =" ..\..\src\catchup\LedgerApplyManager.h" />
947
+ <ClInclude Include =" ..\..\src\catchup\LedgerApplyManagerImpl.h" />
950
948
<ClInclude Include =" ..\..\src\catchup\ReplayDebugMetaWork.h" />
951
949
<ClInclude Include =" ..\..\src\catchup\test\CatchupWorkTests.h" />
952
950
<ClInclude Include =" ..\..\src\catchup\VerifyLedgerChainWork.h" />
0 commit comments