ProjectFileConverter.FSharpSpecificConversions(Boolean) 方法

定义

执行特定于 F# 项目 (VS2008 CTP -> VS2012) 和 (VS2010 -> VS2012) 的转换。Performs conversions specific to F# projects (VS2008 CTP -> VS2012) and (VS2010 -> VS2012).

这包括:更改 FSharp 目标的位置,对于 2008CTP,则是添加显式 mscorlib 和 FSharp.Core 引用。This involves: changing the location of FSharp targets, and for 2008CTP, adding explicit mscorlib and FSharp.Core references.

public:
 bool FSharpSpecificConversions(bool actuallyMakeChanges);
public bool FSharpSpecificConversions (bool actuallyMakeChanges);
member this.FSharpSpecificConversions : bool -> bool
Public Function FSharpSpecificConversions (actuallyMakeChanges As Boolean) As Boolean

参数

actuallyMakeChanges
Boolean

如果为 true,则进行更改,否则不进行任何更改,但返回是否要进行更改if true, make the changes, otherwise, don't actually make any changes, but return whether you would make the changes

返回

Boolean

如果发生了(将会发生)任何更改,则为 true;否则为 falsetrue if anything was (would be) changed; otherwise, false.

适用于