Nested projects in multiproject visual studio templates -


i need create vstemplate following structure.

ecart - ecart.csproject - modules - folder - mvc.csproject

how can add project within project? in case ecart web project , mvc project within modules folder of same project.

here trying in template -

<projecttemplatelink projectname="ecart">     ecart.vstemplate </projecttemplatelink> <projecttemplatelink projectname="mvc">     modules\mvc\mvc.vstemplate </projecttemplatelink> 

i did not find way modifying vstemplate file because vstemplate's schema not supporting nested project structure. hence found workaround (not liking though). implemented iwizard. zipped project , added zip file in folder structure wanted project in. programatically in runfinished method unzipped project , added project solution structure.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -