ProjectFileConverter.OldProjectFile Property

Definition

Gets or sets the old project file name.

public:
 property System::String ^ OldProjectFile { System::String ^ get(); void set(System::String ^ value); };
public string OldProjectFile { get; set; }
public string OldProjectFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.OldProjectFile : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OldProjectFile : string with get, set
Public Property OldProjectFile As String

Property Value

The old project file name.

Attributes

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

Applies to