UnityProjectInfo.ExportSolution(String, String, String) 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.
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.