How not to output default T4 generated file?
Found a trick/hack! <#@ output extension=”https://stackoverflow.com/” #> or <#@ output extension=”\\” #> Visual Studio neither outputs the default file nor complains about its inability too much. If you want to avoid warnings, you can also modify output path through the extension: <#@ output extension=”xml/../_” #> The file will still be created and attached to the … Read more