Fix Visual Studio project GUIDs getting randomized during regeneration

This commit is contained in:
2023-09-27 20:16:46 +03:00
parent 0c00dc20a2
commit 22e5afdb6f
10 changed files with 59 additions and 41 deletions

View File

@@ -52,7 +52,7 @@ namespace Flax.Build.Projects
/// Generates the project.
/// </summary>
/// <param name="project">The project.</param>
public abstract void GenerateProject(Project project);
public abstract void GenerateProject(Project project, string solutionPath);
/// <summary>
/// Generates the solution.