I want to prepare a general visual studio solution in c# programming language. But any user will download it a custom name. Is this possible. For example, my own project is prepered and filled like this:
ECommerceInfrastructure (vs solution)
WebApi (Project)
files and folders
Database (class library)
files and folders
Tools (class library)
files and folders
Wen a user want s to download it from my server, he can select a custom project name. For example he selected a name "ToysShop". So he will download it:
ToysShop(vs solution)
ToysShop.WebApi (Project)
files and folders
ToysShop.Database (class library)
files and folders
ToysShop.Tools (class library)
files and folders
Is this possible? How can I do it? (the files and folders namespaces will adjust as well).