The Managed Package Framework (MPF) provides C# classes you can use to implement your own project types. MPF implements many of the interfaces Visual Studio expects a project type to provide, leaving you free to concentrate on implementing the particulars of your project type. A language service provides editor support that lets you implement certain Visual Studio features. Managed Package Framework service classes provide support for common features
Questions tagged [mpf]
32 questions
0
votes
1 answer
How can I obtain the list of files in a project from VSIX(/MPF) code?
I am building a VSIX package to support a custom language in Visual Studio using MPF. I am in a custom designer and I need to find the files referenced in the project to resolve some dependencies. Where can I access this list?

Simon P
- 1,196
- 1
- 12
- 26
0
votes
1 answer
Is this a bug in mpf_class types?
I came across a strange thing today while playing with the higher precision mpf_class of data type: it seems that any pre-multiplication, more than once, of a complex object by an mpf_class type is problematic, but singleā¦

fpghost
- 2,834
- 4
- 32
- 61