mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 16:35:53 +00:00
Added AmountRound to vcxproj
This commit is contained in:
@@ -101,6 +101,7 @@
|
|||||||
<ClCompile Include="src\cpp\ripple\AccountSetTransactor.cpp" />
|
<ClCompile Include="src\cpp\ripple\AccountSetTransactor.cpp" />
|
||||||
<ClCompile Include="src\cpp\ripple\AccountState.cpp" />
|
<ClCompile Include="src\cpp\ripple\AccountState.cpp" />
|
||||||
<ClCompile Include="src\cpp\ripple\Amount.cpp" />
|
<ClCompile Include="src\cpp\ripple\Amount.cpp" />
|
||||||
|
<ClCompile Include="src\cpp\ripple\AmountRound.cpp" />
|
||||||
<ClCompile Include="src\cpp\ripple\Application.cpp" />
|
<ClCompile Include="src\cpp\ripple\Application.cpp" />
|
||||||
<ClCompile Include="src\cpp\ripple\BitcoinUtil.cpp" />
|
<ClCompile Include="src\cpp\ripple\BitcoinUtil.cpp" />
|
||||||
<ClCompile Include="src\cpp\ripple\CallRPC.cpp" />
|
<ClCompile Include="src\cpp\ripple\CallRPC.cpp" />
|
||||||
|
|||||||
@@ -363,6 +363,9 @@
|
|||||||
<ClCompile Include="src\cpp\ripple\RPCSub.cpp">
|
<ClCompile Include="src\cpp\ripple\RPCSub.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="src\cpp\ripple\AmountRound.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="util\pugiconfig.hpp">
|
<ClInclude Include="util\pugiconfig.hpp">
|
||||||
|
|||||||
Reference in New Issue
Block a user