在使用Visual Studio进行编译时,如何设置其他F#编译器标志?

vcs*_*nes 2 f# visual-studio-2012

我正在编写一个使用Visual Studio 2012定位.NET Framework 3.5的F#库.我想使用--standalone编译器标志,以便库包含自己运行所需的所有类型.

如何设置我的F#项目使用此标志进行编译并使用命令行进行编译?

Lea*_*and 6

您可以在项目属性的"其他标志"部分中添加其他编译器标志.

项目属性的屏幕截图