This may seem like a bit of a strange question, but I know what I want to achieve, I just don't know if this is possible.
Firstly, I would like to create a visual studio project that the 2 developers who work with me can use as the basis for all new websites. I want to discard all the common files that we use there, such as jQuery, CMS files, etc. So that every time they start a new project, they do not need to worry about all this. I think for this I just created a project and "File> Export Template"?
Now here's the tricky bit ...
When you open one of the default templates in VS, it asks you some questions, for example, if you want to use the main page or want to use the code, etc.
I would like to do something like this, so when you use the project template, it asks which version of jQuery you want to use so that it can import the file you want or, for example, ask you if you want to enable certain user controls, which contains the CMS. If you check the box, the folder with the necessary user controls will be placed in your new project for you.
I know that MS can do this, but can a user like me include such functions in his own project template?
Hope this makes sense.
source
share