static SbError RemoveProject(String^ solution_file, String^ project_uuid)
Delete the project with the specified uuid from the solution file
static SbVersion GetVersion(String^ solution_file)
Gets the version of the solution file.
static SbSolutionInfo GetInfo(String^ solution_file)
Returns the information contained in the solution_file.
Solution Info Class that wraps the sb_t_solution_info structure
SbVersion version
Version of the solution sb_t_solution_info.version
int current_project
Index of the current project in the projects array sb_t_solution_info.current_project
array< SbProjectInfo^> projects
Array of the projects information of the solution. sb_t_solution_info.projects
Version class that wraps the sb_t_version structure