properties/webjobs.props (10 lines of code) (raw):
<Project>
<Import Project=".\core.props" />
<PropertyGroup>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\images\webjobs\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>