124 people like it.
Like the snippet!
I use this basic template when writing .fsx files that I might want to compile. It adjusts the difference in command line/entrypoint handling between a script and a compiled assembly. This example shows the details for a WPF script — replace the #r's and/or remove the STAThread for a WinForms or Console script.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: |
|
Link: | http://fssnip.net/V |
Posted: | 13 years ago |
Author: | Blake Coverett |
Tags: | fsx , wpf |