Add solution folder to visual studio project template

后端 未结 5 715
忘掉有多难
忘掉有多难 2021-01-06 17:18

Is it possible to add a solution folders with the project template? If it\'s not built in functionality, is it possible to create a custom task for this?

5条回答
  •  孤街浪徒
    2021-01-06 18:14

    Just simply add ... in the .vstemplate file

    
            
                3rdpartyProj\MyTemplate.vstemplate
            
            
                3rdpartyProj\MyTemplate.vstemplate
            
        
    

    References: SolutionFolder

提交回复
热议问题