1 assignment to MSBuild item IntermediateRefAssembly
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
403
<
IntermediateRefAssembly
Include="$(IntermediateOutputPath)refint\$(TargetName)$(TargetExt)" Condition="'@(IntermediateRefAssembly)' == ''" />
7 usages of MSBuild item IntermediateRefAssembly
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
403
<IntermediateRefAssembly Include="$(IntermediateOutputPath)refint\$(TargetName)$(TargetExt)" Condition="'@(
IntermediateRefAssembly
)' == ''" />
404
<CreateDirectory Include="@(
IntermediateRefAssembly
->'%(RootDir)%(Directory)')" />
4877
SourcePath="@(
IntermediateRefAssembly
)"
5466
<FileWrites Include="@(
IntermediateRefAssembly
)" Condition="'$(ProduceReferenceAssembly)' == 'true' and Exists('@(
IntermediateRefAssembly
)')"/>
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (2)
61
@(
IntermediateRefAssembly
);
138
OutputRefAssembly="@(
IntermediateRefAssembly
)"