TextTransform on MSBuild only when file modified? (or an alternate route of doing this)
问题 I have a project that integrates TextTransform with MSBuild, but I am now at the point that the files are too many and it is slowing down development time. The process that I have is, I have a POCO.cs; I use Roslyn to Parse the .cs file to gather some metadata; hand the metadata to a .tt file that will then generate a [Implementation].cs Here is part of the .csproj file that pertains to my question: <PropertyGroup> <_CommonProgramFiles>$([System.Environment]::GetEnvironmentVariable(