2 assignments to MSBuild property CompilerGeneratedFilesOutputPath
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.Managed.Core.targets (2)
331<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' != 'true'"></CompilerGeneratedFilesOutputPath> 332<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.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (1)
119GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.Managed.Core.targets (4)
332<CompilerGeneratedFilesOutputPath Condition="'$(EmitCompilerGeneratedFiles)' == 'true' and '$(CompilerGeneratedFilesOutputPath)' == '' and '$(IntermediateOutputPath)' != ''">$(IntermediateOutputPath)/generated</CompilerGeneratedFilesOutputPath> 339<Warning Condition="'$(CompilerGeneratedFilesOutputPath)' == ''" 342<MakeDir Condition="'$(CompilerGeneratedFilesOutputPath)' != ''" 343Directories="$(CompilerGeneratedFilesOutputPath)" />