Skip to content

Do not package vs template files as zip files during packaging #7041

@BertanAygun

Description

@BertanAygun

Visual Studio 2017 and above supports reading vstemplate files deployed as flat files directly from their install location instead of zip files and in fact having flat files is better for new project dialog/new item dialog performance as VS doesn't have to extract vstemplate file.

_GetVsixTemplateItems build target should be modified to include template files as individual files in the final VSIX.

ie ProjectTemplate\MyTemplate.zip should be deployed as ProjectTemplate\MyTemplate\MyTemplate.vstemplate and so on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions