tags:

views:

6

answers:

1

Hi all,

Is it possible to have a project build that produces both a standard version of an application (standard as in just the exe and its required assemblies) and an XBAP version of the application? I have looked on the internet and read my books on WPF and I have not found a way to do this as of yet.

Thanks for your time and I look forward to hearing your answers.

Adam

A: 

After a lot more searching and leafing through the incredibly useful "Windows Presentation Foundation Unleashed" - I was presented with a link to a site where they supplied a project template to achieve my exact requirement.

For anyone else interested the link is below:

http://scorbs.com/2006/06/04/vs-template-flexible-application/

Thanks!