I am trying to create a template project with a custom .csproj file name. For example on creating a project, project name supplied is POS and the requirement is to append ".Domain" to it so that the csproj file is POS.Domain.csproj.
I have tried TargetFileName attribute as mentioned in microsoft documentation but it didn't do any change and project is created with POS.csproj file name.
Any help would be appreciated, Ali