Xander
Xander

Reputation: 9171

Can I compile my Silverlight 4 application as a WPF?

Just curious I heard this somewhere... I doubt it is true...

Upvotes: 1

Views: 50

Answers (1)

codekaizen
codekaizen

Reputation: 27419

You can't do it directly, but you can create a WPF project and add links to the Silverlight files.

If you don't use Silverlight-specific code, you'll have a WPF application.

Upvotes: 2

Related Questions