Update samples to deploy in VS 2026 (#129)
Several of the samples in this repo were using .vcxproj files to package and deploy Visual Studio extensions. This doesn’t currently work with VS 2026, so this migrates these projects to use .csproj files for deployment.
This also makes sure all the projects are using the same version of the VS SDK, and all the .sln files are marked as being from Visual Studio 2026.
This resolves https://github.com/microsoft/ConcordExtensibilitySamples/issues/128
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
ConcordExtensibilitySamples
Visual Studio Debug Engine Extensibility Samples
What are “Concord Extensibility Samples”?
Concord is the code name for Visual Studio’s new debug engine that first shipped in Visual Studio 2012. Concord was designed to be extensible and this repo contains samples of these extensions.
The samples in this repo currently target Visual Studio 2022+ (version 17.0+). For older versions of these samples, please see the VS16 branch.
Getting started
For Concord documentation, take a look at the wiki:
If you want to dive right into some code for extending the debug engine, take a look at the samples:
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.