5 usages of MSBuild property AssemblyAttributesPath
MSBuildFiles (5)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
3716
<PropertyGroup Condition="'$(
AssemblyAttributesPath
)' != ''">
3720
<ItemGroup Condition="'$(
AssemblyAttributesPath
)' != ''">
3721
<Clean Include="$(
AssemblyAttributesPath
)" Condition="'$(AssemblyAttributesFileClean)' != 'false'" />
3728
Outputs="$(
AssemblyAttributesPath
)"
3732
OutputFile="$(
AssemblyAttributesPath
)"