-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xaml file with ResourceDictionary does not get added on Pack #77
Comments
Use it like this: <ItemGroup>
<Resource Include="Themes\*.xaml" Pack="true" PackagePath="uap10.0\Themes\"/>
</ItemGroup> |
You need to set/add |
I forgot about that. |
Problem is that I already set Also, the |
Will look into it. |
So trying to get this working, I added tbh, this seems very hacky to me... |
The You don't need a separate Content item definition to get it working, i.e. use the same trick I mentioned and just add |
will try that, thanks |
I want to add a style in my NuGet package for using it in a custom renderer for UWP. I created a Themes folder, added Generic.xaml, but I am not able to get it into the NuGet package.
I am using multi targeting in this library, in a similar way Xamarin.Essentials does. The package structure shows a .pri file besides the dll, but the themes folder never shows up.
What am I missing?
The text was updated successfully, but these errors were encountered: