conan-vs-extension
conan-vs-extension copied to clipboard
Conan Extension for Visual Studio
I'm using the Conan Package Manager in my Visual Studio 2022. It would be very useful if a button (or a menu item in the context menu when right-clicking the...
I'm facing a strange issue with the Package Manager in VS2022. Sometimes some libraries cannot be removed, e.g. the cryptopp one, as you can see in the below video: https://github.com/conan-io/conan-vs-extension/assets/22838173/e36db111-49fd-4ca2-a44e-7acc8db25dd9...
Can we support list or search package from private conan-server today ,I found it only support from conan-center.
Module A depends on module B, and module B depends on module C, write in the conanfile.yml: requirements: - moduleB/[1.0] Module A generates the conan directory, the .props of module...
I have a **Visual Studio 2022 solution** for which I need to write a **completely automatized** build script. The idea is to build the whole solution and get the binaries...