ProjectFileConverter.FSharpSpecificConversions(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.
Remarks
Warning
This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution