Skip to content

Testing a mapping

ldfallas edited this page Aug 17, 2015 · 2 revisions

There are 4 types of mappings in the UWP conversion tool:

  1. C# Code Mappings ( *.map files )
  2. Xaml Mappings ( *.xmap files )
  3. Project reference mappings ( *.refmap )
  4. Namespace mappings ( *.nsmap )

Then converting a project the tool load all the mappings localed in the %LOCALAPPDATA%\Mobilize.net\WinPhone2UWP\Mappings directory .

If you write mapping and want to test them on a project migration, just copy the files to this directory a the tool will load them.

Overview

Writing mappings

Code Mapping Actions

Code Mapping Conditions

XAML mapping actions

XAML mapping conditions

Misc

Clone this wiki locally