diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-17 18:07:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-17 18:07:10 +0300 |
commit | f47c3437da642cc85e6e1fed470a2964e914f208 (patch) | |
tree | 73f01228df45c6ac6ea0f669c40966c5b1a193fb /protocols/CurrencyRates/Forex.vcxproj | |
parent | 0353de737783a61cc1381d26dcdeda3111b61cb8 (diff) |
CurrencyRates: adaptation for two or more data providers
Diffstat (limited to 'protocols/CurrencyRates/Forex.vcxproj')
-rw-r--r-- | protocols/CurrencyRates/Forex.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/CurrencyRates/Forex.vcxproj b/protocols/CurrencyRates/Forex.vcxproj index e2a771d55e..f65c410009 100644 --- a/protocols/CurrencyRates/Forex.vcxproj +++ b/protocols/CurrencyRates/Forex.vcxproj @@ -32,6 +32,7 @@ <ClCompile Include="src\CurrencyRateInfoDlg.cpp" /> <ClCompile Include="src\CurrencyRatesProviderBase.cpp" /> <ClCompile Include="src\CurrencyRatesProviderCurrencyConverter.cpp" /> + <ClCompile Include="src\CurrencyRatesProviderExchangeRates.cpp" /> <ClCompile Include="src\CurrencyRatesProviders.cpp" /> <ClCompile Include="src\DBUtils.cpp" /> <ClCompile Include="src\ExtraImages.cpp" /> |