Redth / ResizetizerNT

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

SVGs in a separate project #28

Closed DiagProf closed 3 years ago

DiagProf commented 3 years ago

Hello Redth,

i have my SVGs in a separate project (see pic). But somehow ResizetizerNT can't handle that. No PNGs are generated in the other projects. Is there a solution for this?

Best regards DiagProf Solution

Vehicle.zip

Redth commented 3 years ago

It can, but your Manufacturer project needs to be directly referenced by your Vehicle.Android, Vehicle.iOS, Vehicle.UWP, etc projects. Right now you have it referenced by Vehicle only so it is an implicit project reference to the app heads, which Resizetizer can't handle/discover.