ProjectFileConverter.SolutionFile Property
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.
Gets or sets the name of the solution file that contains the project being converted.
public:
property System::String ^ SolutionFile { System::String ^ get(); void set(System::String ^ value); };
public string SolutionFile { get; set; }
public string SolutionFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.SolutionFile : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SolutionFile : string with get, set
Public Property SolutionFile As String
Property Value
The name of the solution file that contains the project being converted.
- 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