microsoft / VSProjectSystem

Documentation for extending Visual Studio with new types of projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customized Build and Debugging supporting Target frameworks style projects

kusin10 opened this issue · comments

  1. There is a way to support customized debugger using IDebugLaunchProvider
  1. 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