5 usages of MSBuild property AssemblyAttributesPath
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
3016
<PropertyGroup Condition="'$(
AssemblyAttributesPath
)' != ''">
3020
<ItemGroup Condition="'$(
AssemblyAttributesPath
)' != ''">
3021
<Clean Include="$(
AssemblyAttributesPath
)" Condition="'$(AssemblyAttributesFileClean)' != 'false'" />
3028
Outputs="$(
AssemblyAttributesPath
)"
3032
OutputFile="$(
AssemblyAttributesPath
)"