2 declarations of MSBuild target AddGeneratedFile
dotnet-new.IntegrationTests (1)
dotnet-new.IntegrationTests.csproj (1)
60
<Target Name="
AddGeneratedFile
" BeforeTargets="BeforeCompile;CoreCompile" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)GeneratedFile.cs">
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.BuildCheck.UnitTests.csproj (1)
57
<Target Name="
AddGeneratedFile
" BeforeTargets="BeforeCompile;CoreCompile" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)BuildCheckUnitTestsConstants.cs">