Develop WPF standalone and XBAP in one setup

Karen wrote a very handy VS template, in which you can develop WPF standalone and XBAP in one setup. Read more here to gain the details.

Update:

Quote from Karen:

“This drop of the template does NOT have publishing support.

If you want to deploy the standalone, you can distribute the EXE.

To publish the standalone XBAP, copy the files from bin\XBAP Release or
bin\XBAP Debug to your web server.  Users should navigate to the .xbap file.
You should also add the following mime-times to your server:

Extension        MIME Type
———        ———
.manifest         application/manifest
.xaml             application/xaml+xml
.application         application/x-ms-application
.xbap             application/x-ms-xbap
.deploy         application/octet-stream

~ by Martin on August 14, 2007.

Leave a comment