Skip to content

Commit

Permalink
Update VisualStudio project files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjove committed Mar 25, 2020
1 parent 142b15f commit 8780721
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Builds/VisualStudio/stellar-core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -317,17 +317,23 @@ exit /b 0
<ClCompile Include="..\..\src\herder\QuorumIntersectionCheckerImpl.cpp" />
<ClCompile Include="..\..\src\herder\test\QuorumIntersectionTests.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\FeeBumpTransactionFrame.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentOpFrameBase.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentStrictReceiveOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\PathPaymentStrictSendOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\simulation\SimulationMergeOpFrame.cpp" />
<ClCompile Include="..\..\src\transactions\simulation\SimulationTransactionFrame.cpp" />
<ClCompile Include="..\..\src\transactions\test\FeeBumpTransactionTests.cpp" />
<ClCompile Include="..\..\src\transactions\test\PathPaymentStrictSendTests.cpp" />
<ClCompile Include="..\..\src\transactions\TransactionBridge.cpp" />
<ClCompile Include="..\..\src\transactions\TransactionFrameBase.cpp" />
<ClCompile Include="..\..\src\transactions\TransactionSQL.cpp" />
<ClCompile Include="..\..\src\util\FileSystemException.cpp" />
<ClCompile Include="..\..\src\util\test\MetricTests.cpp" />
<ClCompile Include="..\..\src\work\BatchWork.cpp" />
Expand Down Expand Up @@ -639,11 +645,15 @@ 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\FeeBumpTransactionFrame.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentOpFrameBase.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentStrictReceiveOpFrame.h" />
<ClInclude Include="..\..\src\transactions\PathPaymentStrictSendOpFrame.h" />
<ClInclude Include="..\..\src\transactions\simulation\SimulationMergeOpFrame.h" />
<ClInclude Include="..\..\src\transactions\simulation\SimulationTransactionFrame.h" />
<ClInclude Include="..\..\src\transactions\TransactionBridge.h" />
<ClInclude Include="..\..\src\transactions\TransactionFrameBase.h" />
<ClInclude Include="..\..\src\transactions\TransactionSQL.h" />
<ClInclude Include="..\..\src\work\BatchWork.h" />
<ClInclude Include="..\..\src\historywork\DownloadBucketsWork.h" />
<ClInclude Include="..\..\src\historywork\DownloadVerifyTxResultsWork.h" />
Expand Down Expand Up @@ -1046,4 +1056,4 @@ exit /b 0
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
32 changes: 31 additions & 1 deletion Builds/VisualStudio/stellar-core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,9 @@
<ClCompile Include="..\..\src\ledger\test\LiabilitiesTests.cpp">
<Filter>ledger\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\main\test\CommandHandlerTests.cpp">
<Filter>main\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\main\test\ConfigTests.cpp">
<Filter>main\tests</Filter>
</ClCompile>
Expand Down Expand Up @@ -1020,6 +1023,21 @@
<ClCompile Include="..\..\src\util\test\MetricTests.cpp">
<Filter>util\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\test\FeeBumpTransactionTests.cpp">
<Filter>transactions\tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\FeeBumpTransactionFrame.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\TransactionBridge.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\TransactionFrameBase.cpp">
<Filter>transactions</Filter>
</ClCompile>
<ClCompile Include="..\..\src\transactions\TransactionSQL.cpp">
<Filter>transactions</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\lib\util\easylogging++.h">
Expand Down Expand Up @@ -1766,6 +1784,18 @@
<ClInclude Include="..\..\src\overlay\SurveyMessageLimiter.h">
<Filter>overlay</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\FeeBumpTransactionFrame.h">
<Filter>transactions</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\TransactionBridge.h">
<Filter>transactions</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\TransactionFrameBase.h">
<Filter>transactions</Filter>
</ClInclude>
<ClInclude Include="..\..\src\transactions\TransactionSQL.h">
<Filter>transactions</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\AUTHORS" />
Expand Down Expand Up @@ -1923,4 +1953,4 @@
<Text Include="..\..\INSTALL-Windows.md" />
<Text Include="..\..\LICENSE-APACHE.txt" />
</ItemGroup>
</Project>
</Project>

5 comments on commit 8780721

@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 jonjove@8780721

@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 jonjove/stellar-core/fee-bump-transactions = 8780721 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.

jonjove/stellar-core/fee-bump-transactions = 8780721 merged ok, testing candidate = 0a39dab

@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 = 0a39dab

Please sign in to comment.