Skip to content

Commit

Permalink
Clawback - Update Visual Studio files
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Jan 26, 2021
1 parent 0d25739 commit 5f07723
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Builds/VisualStudio/stellar-core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ exit /b 0
<ClCompile Include="..\..\src\transactions\ClaimClaimableBalanceOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\EndSponsoringFutureReservesOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\ClawbackOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\FeeBumpTransactionFrame.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentOpFrameBase.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentStrictReceiveOpFrame.cpp" />
Expand All @@ -351,6 +352,7 @@ exit /b 0
<ClCompile Include="..\..\src\transactions\SponsorshipUtils.cpp" />
<ClCompile Include="..\..\src\transactions\test\EndSponsoringFutureReservesTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\ClaimableBalanceTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\ClawbackTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\CreateAccountTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\FeeBumpTransactionTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\PathPaymentStrictSendTests.cpp" />
Expand Down Expand Up @@ -689,6 +691,7 @@ exit /b 0
<ClInclude Include="..\..\src\transactions\ClaimClaimableBalanceOpFrame.h" />
<ClInclude Include="..\..\src\transactions\EndSponsoringFutureReservesOpFrame.h" />
<ClInclude Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.h" />
<ClInclude Include="..\..\src\transactions\ClawbackOpFrame.h" />
<ClInclude Include="..\..\src\transactions\FeeBumpTransactionFrame.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentOpFrameBase.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentStrictReceiveOpFrame.h" />
Expand Down
9 changes: 9 additions & 0 deletions Builds/VisualStudio/stellar-core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,9 @@
<ClCompile Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\ClawbackOpFrame.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\BeginSponsoringFutureReservesOpFrame.cpp">
<Filter>transactions</Filter>
</ClCompile>
Expand All @@ -1104,6 +1107,9 @@
<ClCompile Include="..\..\src\transactions\test\ClaimableBalanceTests.cpp">
<Filter>transactions\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\test\ClawbackTests.cpp">
<Filter>transactions\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\test\EndSponsoringFutureReservesTests.cpp">
<Filter>transactions\tests</Filter>
</ClCompile>
Expand Down Expand Up @@ -1946,6 +1952,9 @@
<ClInclude Include="..\..\src\transactions\CreateClaimableBalanceOpFrame.h">
<Filter>transactions</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\ClawbackOpFrame.h">
<Filter>transactions</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\BeginSponsoringFutureReservesOpFrame.h">
<Filter>transactions</Filter>
</ClInclude>
Expand Down

5 comments on commit 5f07723

@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 MonsieurNicolas
at sisuresh@5f07723

@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/clawback = 5f07723 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/clawback = 5f07723 merged ok, testing candidate = 2c5b510

@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 = 2c5b510

Please sign in to comment.