How to create your own project that inherits C # using MPF?

Using the Visual Studio managed package infrastructure, how can I inherit from C # so that I have C # property pages and C # project elements? I tried to make a flavored project, but it was limited in terms of creating my own custom nodes and custom file properties. However, when using MPF, I cannot get the C # properties that were provided with the flavored design.

thanks

+6
c # mpf vsx extensibility
source share
1 answer

after a long week and a half, I was finally given a decision by a Microsoft employee:

http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/bfe5d211-c626-43ff-9096-c75023a76ca5

Hope this helps everyone who raised / approved this question ...

+2
source share

All Articles