Exported project template in VS2017 misses source files

后端 未结 3 1884
后悔当初
后悔当初 2020-12-17 23:09

When I use the Project -> Export template option in Visual Studio 2017, the resulting ZIP file includes the main project files, but not any of the *.cp

3条回答
  •  抹茶落季
    2020-12-17 23:55

    You need to manually edit the .vstemplate file and add true in the tag so it looks like this:

    
        
            TemplateTest
            
            JavaScript
            
            
            1000
            true
            true
            CodovaTemplateTest
            true
            Enabled
            true
            __TemplateIcon.ico
      
    

提交回复
热议问题