ProjectFileConverter.FSharpSpecificConversions(Boolean) Method

Definition

Performs conversions specific to F# projects (VS2008 CTP -> VS2012) and (VS2010 -> VS2012).

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

Parameters

actuallyMakeChanges
Boolean

if true, make the changes, otherwise, don't actually make any changes, but return whether you would make the changes

Returns

true if anything was (would be) changed; otherwise, false.

Applies to