Redth / ResizetizerNT

Add SVG's and PNG's to your shared Xamarin Project
MIT License
318 stars 31 forks source link

Add support for aliases #55

Closed mattleibow closed 3 years ago

mattleibow commented 3 years ago

Aliases can be added using the Link="xxx" attribute/element in msbuild.

Not only will this appear nicely in the IDE when multiple files using the same name are included, but they can also be organized.

<ItemGroup>
    <SharedImage Include="loginbg.png" BaseSize="123,105" Link="changed_name.png" />
</ItemGroup>