Skip to content

Commit

Permalink
fix Visual Project file
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurNicolas committed Sep 1, 2023
1 parent a404bca commit 5e34c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Builds/VisualStudio/stellar-core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ exit /b 0
<ClCompile Include="..\..\src\ledger\LedgerTxnContractDataSQL.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnDataSQL.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnEntry.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnExpirationSQL.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnHeader.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnLiquidityPoolSQL.cpp" />
<ClCompile Include="..\..\src\ledger\LedgerTxnOfferSQL.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions Builds/VisualStudio/stellar-core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,9 @@
<ClCompile Include="..\..\lib\tracy\public\TracyClient.cpp">
<Filter>lib\tracy</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ledger\LedgerTxnExpirationSQL.cpp">
<Filter>ledger</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\lib\util\cpptoml.h">
Expand Down

5 comments on commit 5e34c92

@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 graydon
at MonsieurNicolas@5e34c92

@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 MonsieurNicolas/stellar-core/windowsFixesSeptember2023 = 5e34c92 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.

MonsieurNicolas/stellar-core/windowsFixesSeptember2023 = 5e34c92 merged ok, testing candidate = fb4dd34

@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 = fb4dd34

Please sign in to comment.