diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-20 15:18:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-20 15:18:17 +0300 |
commit | 5d0121f526c8dde41fb87c15a1e2556c8bcb62ba (patch) | |
tree | 2c80ce06f0600a897ee527fab97590b9c5c1fdac /protocols/CurrencyRates/Forex.vcxproj | |
parent | 0d08ce17f07300d4851e24a7123415015849605c (diff) |
CurrencyRates:
- std::wstring replaced with CMStringW wherever possible;
- std::wostringstream totally removed;
- boost::json replaced with Miranda's own parser;
- %d modifier added to visualize rate delta;
- version bump
Diffstat (limited to 'protocols/CurrencyRates/Forex.vcxproj')
-rw-r--r-- | protocols/CurrencyRates/Forex.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/CurrencyRates/Forex.vcxproj b/protocols/CurrencyRates/Forex.vcxproj index 4fd5b7ee2b..38e83636c8 100644 --- a/protocols/CurrencyRates/Forex.vcxproj +++ b/protocols/CurrencyRates/Forex.vcxproj @@ -38,10 +38,8 @@ <ClCompile Include="src\ExtraImages.cpp" /> <ClCompile Include="src\Forex.cpp" /> <ClCompile Include="src\HTTPSession.cpp" /> - <ClCompile Include="src\IconLib.cpp" /> <ClCompile Include="src\ImportExport.cpp" /> <ClCompile Include="src\Locale.cpp" /> - <ClCompile Include="src\Log.cpp" /> <ClCompile Include="src\ModuleInfo.cpp" /> <ClCompile Include="src\SettingsDlg.cpp" /> <ClCompile Include="src\stdafx.cxx"> @@ -50,7 +48,6 @@ <ClCompile Include="src\WinCtrlHelper.cpp" /> <ClInclude Include="src\Chart.h" /> <ClInclude Include="src\CommonOptionDlg.h" /> - <ClInclude Include="src\CreateFilePath.h" /> <ClInclude Include="src\CurrencyConverter.h" /> <ClInclude Include="src\CurrencyRateChart.h" /> <ClInclude Include="src\CurrencyRateInfoDlg.h" /> @@ -64,7 +61,6 @@ <ClInclude Include="src\ImportExport.h" /> <ClInclude Include="src\IsWithinAccuracy.h" /> <ClInclude Include="src\Locale.h" /> - <ClInclude Include="src\Log.h" /> <ClInclude Include="src\ModuleInfo.h" /> <ClInclude Include="src\resource.h" /> <ClInclude Include="src\SettingsDlg.h" /> |