Skip to content

Commit

Permalink
add claimable balance to VS project files
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Jul 17, 2020
1 parent 34aaa7e commit 29c1cab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Builds/VisualStudio/stellar-core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,16 @@ exit /b 0
<ClCompile Include="..\..\src\historywork\BatchDownloadWork.cpp" />
<ClCompile Include="..\..\src\herder\QuorumIntersectionCheckerImpl.cpp" />
<ClCompile Include="..\..\src\herder\test\QuorumIntersectionTests.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnClaimableBalanceSQL.cpp" />
<ClCompile Include="..\..\src\ledger\test\LedgerCloseMetaStreamTests.cpp" />
<ClCompile Include="..\..\src\main\test\CommandHandlerTests.cpp" />
<ClCompile Include="..\..\src\overlay\SurveyManager.cpp" />
<ClCompile Include="..\..\src\overlay\SurveyMessageLimiter.cpp" />
<ClCompile Include="..\..\src\overlay\test\SurveyManagerTests.cpp" />
<ClCompile Include="..\..\src\overlay\test\SurveyMessageLimiterTests.cpp" />
<ClCompile Include="..\..\src\test\FuzzerImpl.cpp" />
<ClCompile Include="..\..\src\transactions\ClaimClaimableBalanceOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\FeeBumpTransactionFrame.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentOpFrameBase.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentStrictReceiveOpFrame.cpp" />
Expand All @@ -338,6 +341,7 @@ exit /b 0
<ClCompile Include="..\..\src\transactions\simulation\TxSimScaleBucketlistWork.cpp" />
<ClCompile Include="..\..\src\transactions\simulation\TxSimTransactionFrame.cpp" />
<ClCompile Include="..\..\src\transactions\simulation\TxSimUtils.cpp" />
<ClCompile Include="..\..\src\transactions\test\ClaimableBalanceTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\FeeBumpTransactionTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\PathPaymentStrictSendTests.cpp" />
<ClCompile Include="..\..\src\transactions\TransactionBridge.cpp" />
Expand Down Expand Up @@ -658,6 +662,8 @@ exit /b 0
<ClInclude Include="..\..\src\overlay\SurveyManager.h" />
<ClInclude Include="..\..\src\overlay\SurveyMessageLimiter.h" />
<ClInclude Include="..\..\src\test\FuzzerImpl.h" />
<ClInclude Include="..\..\src\transactions\ClaimClaimableBalanceOpFrame.h" />
<ClInclude Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.h" />
<ClInclude Include="..\..\src\transactions\FeeBumpTransactionFrame.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentOpFrameBase.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentStrictReceiveOpFrame.h" />
Expand Down
18 changes: 18 additions & 0 deletions Builds/VisualStudio/stellar-core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,18 @@
<ClCompile Include="..\..\lib\tracy\TracyClient.cpp">
<Filter>lib\tracy</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ledger\LedgerTxnClaimableBalanceSQL.cpp">
<Filter>ledger</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\ClaimClaimableBalanceOpFrame.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\test\ClaimableBalanceTests.cpp">
<Filter>transactions\tests</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\lib\util\easylogging++.h">
Expand Down Expand Up @@ -1868,6 +1880,12 @@
<ClInclude Include="..\..\lib\fmt\include\fmt\format.h">
<Filter>lib\fmt</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\ClaimClaimableBalanceOpFrame.h">
<Filter>transactions</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.h">
<Filter>transactions</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\AUTHORS" />
Expand Down

9 comments on commit 29c1cab

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jonjove
at sisuresh@29c1cab

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging sisuresh/stellar-core/cap23-implementation = 29c1cab into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sisuresh/stellar-core/cap23-implementation = 29c1cab merged ok, testing candidate = fa4b6c99

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jonjove
at sisuresh@29c1cab

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging sisuresh/stellar-core/cap23-implementation = 29c1cab into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sisuresh/stellar-core/cap23-implementation = 29c1cab merged ok, testing candidate = 34d7efd

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 34d7efd

Please sign in to comment.