2 assignments to MSBuild property CompilerGeneratedFilesOutputPath
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.Managed.Core.targets (2)
328<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' != 'true'"></CompilerGeneratedFilesOutputPath> 329<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' == 'true' and '$(CompilerGeneratedFilesOutputPath)' == '' and '$(IntermediateOutputPath)' != ''">$(IntermediateOutputPath)/generated</CompilerGeneratedFilesOutputPath>
5 usages of MSBuild property CompilerGeneratedFilesOutputPath
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.CSharp.Core.targets (1)
119GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.Managed.Core.targets (4)
329<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' == 'true' and '$(CompilerGeneratedFilesOutputPath)' == '' and '$(IntermediateOutputPath)' != ''">$(IntermediateOutputPath)/generated</CompilerGeneratedFilesOutputPath> 336<Warning Condition="'$(CompilerGeneratedFilesOutputPath)' == ''" 339<MakeDir Condition="'$(CompilerGeneratedFilesOutputPath)' != ''" 340Directories="$(CompilerGeneratedFilesOutputPath)" />