Hello, friends!
After creating a Visual Studio project ( Visual C # \ Extensibility \ C # Project Template ), removing the <Project></Project>
along with its contents in the MyTemplate.vstemplate file, we get the following project:
After building this project in the ** bin ** folder, an archive is created with two files:
How to set up a project in such a way that, when building this archive, an arbitrary folder with arbitrary files from the project would fall?
At the same time, it is impossible for the template to generate all these files when launching its shortcut from VisualStudio (that is, you cannot add files to the file with the .vstemplate extension as I understand it)
(And this cannot be done because this template is used to call the WizardTemplate which itself already generates a template along the path that is transferred from the Template itself. And the files that are in the template are conditionally used in this Wizard. Such cases)
Thanks in advance for your help!