Pages

Tuesday, September 6, 2011

Deploy F# application - Very simple

some people wondering how to deploy a F# application. The solution is very simple: xcopy everything under your release folder.

For Windows Phone 7 app, you might also need to include the resource folder.

In one word, xcopy everything under your release folder.

Another source is: http://msdn.microsoft.com/en-us/library/ee241127.aspx

No comments: