UnityProjectInfo.ExportSolution(String, String, String) Method

Definition

Exports the project info into a solution file, and the CSProject files.

public:
 void ExportSolution(System::String ^ solutionTemplateText, System::String ^ projectFileTemplateText, System::String ^ generatedProjectPath);
public void ExportSolution (string solutionTemplateText, string projectFileTemplateText, string generatedProjectPath);
member this.ExportSolution : string * string * string -> unit
Public Sub ExportSolution (solutionTemplateText As String, projectFileTemplateText As String, generatedProjectPath As String)

Parameters

solutionTemplateText
String

The solution file template text.

projectFileTemplateText
String

The project file template text.

generatedProjectPath
String

The output folder of the platform props.

Applies to