Skip to content

Commit

Permalink
Merge pull request #3907 from MonsieurNicolas/windowsFixesSeptember2023
Browse files Browse the repository at this point in the history
fix Visual Project file (missing file)

Reviewed-by: graydon
  • Loading branch information
latobarita authored Sep 1, 2023
2 parents a404bca + 5e34c92 commit fb4dd34
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

0 comments on commit fb4dd34

Please sign in to comment.