Microsoft.Build.Conversion.v4.0
Converts a Visual Studio project file to the Visual Studio 2010 project file format.
Initializes a new instance of the class.
Gets a value indicating whether the last attempted conversion was skipped because the project file is already in the latest format.
if the last attempted conversion was skipped because the project file is already in the latest format; otherwise, .
Gets a list of warnings generated during the conversion.
A string array containing any warnings generated during the conversion.
Converts the project specified by the property and saves it in the file specified by the property.
Converts the project specified by the property and saves it in the file specified by the property.
A flag that determine whether the project ignores non-existent .target files when loading.
This is the entry point method, which performs the project file format conversion. This method will overwrite "newProjectFile" if it already exists, so the caller of this method should confirm with the user if that's what he really wants to do.
The fully qualified path to MSBuild.exe.
Creates a new project in memory from the .
The converted .
Creates a new project in memory from the .
The in which to create the new project.
The converted .
This is the entry point method, which performs the project file format conversion. This method will simply create a new MSBuild Project object in memory, instead of trying to write it to disk.
The in which to create the new project.
A flag that determines whether the project ignores non-existent .target files when loading.
The converted .
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.
if true, make the changes, otherwise, don't actually make any changes, but return whether you would make the changes
if anything was (would be) changed; otherwise, .
Gets or sets a value indicating whether the project file being converted is a .user file.
if the project file being converted is a .user file; otherwise, .
Gets or sets the new project file name.
A string representing the new project file name.
Gets or sets the old project file name.
The old project file name.
Gets or sets the name of the solution file that contains the project being converted.
The name of the solution file that contains the project being converted.