Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 769 Bytes

File metadata and controls

8 lines (6 loc) · 769 Bytes

WindowsRuntimeResXSupport

This library provides a ResourceManager which both Windows RT and non-Windows-RT projects can use to retrieve resources located in a Shared C# project.

Why?

I created a Xamarin app that also needed to support UWP. While the WindowsPhone project could only load ResX files, the UWP project could only load the new ResW files. To get around this issue, I needed to apply this workaround and inject a new ResourceManager at runtime which could handle both.

Usage

Refer to the inline documentation.