conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

Refresh Visual Studio property sheets list before adding a new one (resolving issue #128) #185

Closed Woazim closed 4 months ago

Woazim commented 3 years ago

This workaround corrects issue #128 I didn't find an elegant way to do it from DTE. See my comment in issue #128

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

Woazim commented 3 years ago

This last commit addresses issue #176. Since I found no way to do it using VisualStudio assemblies, I went to modify directly vcxproj files using Microsoft.Build Assembly. If modifications are done in the vcxproj file, it is unloaded then reloaded to let Visual Studio see the change without warning the user.

AbrilRBS commented 4 months ago

Closing as we've just released a new vs2022 compatible version that differs from this base, which will be the version we'll be supporting in the future, feel free to check it out in https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension&ssr=false#overview