2 assignments to MSBuild property CompilerGeneratedFilesOutputPath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Roslyn\Microsoft.Managed.Core.targets (2)
338<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' != 'true'"></CompilerGeneratedFilesOutputPath> 339<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' == 'true' and '$(CompilerGeneratedFilesOutputPath)' == '' and '$(IntermediateOutputPath)' != ''">$(IntermediateOutputPath)/generated</CompilerGeneratedFilesOutputPath>
6 usages of MSBuild property CompilerGeneratedFilesOutputPath
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Roslyn\Microsoft.CSharp.Core.targets (1)
114GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Roslyn\Microsoft.Managed.Core.targets (4)
339<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' == 'true' and '$(CompilerGeneratedFilesOutputPath)' == '' and '$(IntermediateOutputPath)' != ''">$(IntermediateOutputPath)/generated</CompilerGeneratedFilesOutputPath> 346<Warning Condition="'$(CompilerGeneratedFilesOutputPath)' == ''" 349<MakeDir Condition="'$(CompilerGeneratedFilesOutputPath)' != ''" 350Directories="$(CompilerGeneratedFilesOutputPath)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
267GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"