MSBuild emits the following message for up to date targets:
Skipping target "MyTarget" because all output files are up-to-date with respect to the input files.
How is the actual check performed?
MSBuild emits the following message for up to date targets:
Skipping target "MyTarget" because all output files are up-to-date with respect to the input files.
How is the actual check performed?