Closed Woazim closed 8 months 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.
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
This workaround corrects issue #128 I didn't find an elegant way to do it from DTE. See my comment in issue #128