Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Working with WP8

yck1509 edited this page Feb 25, 2015 · 2 revisions

ConfuserEx should support Windows Phone 8 SDK. However you should take note of the following:

Windows Phone 8 SDK uses their own version of internal library, so you should tell ConfuserEx where to find it. You can do it by adding:

<probePath>C:\Program Files\Reference Assemblies\Microsoft\Framework\WindowsPhone\v8.0</probePath>

to your ConfuserEx Project file after <module> elements. If you're using GUI, you can add the Probe Paths by clicking the small gear button at the Project Tab.

Also, if you use Silverlight with WP8, you should add the probe path for that too. For example:

<probePath>C:\Program Files (x86)\Windows Phone Silverlight Kits\8.1\Windows MetaData</probePath>