conan-vs-extension
conan-vs-extension copied to clipboard
properties not update after updating `conanfile.txt` until reopening the solution in VS2019
Reproduce:
- check project properties:
- C/C++/Command Line
- Linker/Command Line
- update
conanfile.txt
by adding/removing some lib(s), save to trigger installation - repeat step 1, the commands for compiling and linking doesn't change
- reopen the solution, the commands for compiling and linking change according to updates to
conanfile.txt