I have built a Designer for a type I have created. I need to be able to add
an xml file(embedded) to the project from the designer. how should i
approach this?
Did you try do this by Automation? I mean try to add a reference to envdte ,
get the EnvDTE object , after get the project and after add the file to the
project
Gaston
> I have built a Designer for a type I have created. I need to be able to add
> an xml file(embedded) to the project from the designer. how should i
> approach this?