microsoft / VSProjectSystem

Documentation for extending Visual Studio with new types of projects.
Other
313 stars 87 forks source link

Customized Build and Debugging supporting Target frameworks style projects #363

Open kusin10 opened 1 year ago

kusin10 commented 1 year ago
  1. There is a way to support customized debugger using IDebugLaunchProvider 2) CPS picks up custom projects using XAML rules

Using the CPS xaml rule as stated above in 2) "Including the .xaml file via MSBuild PropertyPageSchema items", is there a way to support Multiple Target Framework style projects on VSProjectSystem kind of custom extension projects ?

Thanks in advance