ok, ... here's what I want to do: I want to write an extension for visual studio that does something (e.g. shoot with my usb rocket launcher) whenever I start debugging my application. That's why I tried to build a "Custom Debugger extension". (2017 by the way).
So, I created a new C# project (Extensibility -> C# Item Tempate) and added a new element (Extensibility -> Project System -> Custom Debugger extension) ... then I compiled it.
What I got? Error -> MyUnconfiguredProject not found... I've no idea where this is defined and what I should do to fix this. So... I decided -> I don't need it... comment it out... fine. Now it compiled.
And then? What do I have to do now? What do I do with the .xaml file? And why is there no .dll in the bin folder? (only in the obj folder I can find one) ...
I somehow tried to build .target, .xml and .props files and create a BuildCustomization (I want to use it in C++... and in other projects as well as in custom projects). But, that doesn't help... all I get are strange error messages.
... so, what? Why is there always something not explained? Who's writing those tutorials and documentations?
Rudolf