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