Universal Windows Platform

Is there any mechanism to build ITK with UWP rather than a pure Win32 build? I tried force-fitting it with specific tags and various files failed to compile.

UWP has a lot of extra restrictions compared to regular Windows API.

For example, you cannot read most of the filesystem, only your installed location, an isolated application data folder, and an isolated temporary file folder.