Redth / ResizetizerNT

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

What about Xamarin Native? #37

Closed roy2k closed 3 years ago

roy2k commented 3 years ago

Will be supported on a specific platform?

Redth commented 3 years ago

It'll work fine there already. You can either put your images in a common netstandard2.0 project just like the forms example, or put them in your platform specific projects and set this variable in your project:

<PropertyGroup>
    <ResizetizerIncludeSelfProject>True</ResizetizerIncludeSelfProject>
</PropertyGroup>