Fix C# projects not compiling in VS with native code plugins present

This commit is contained in:
2025-01-31 23:56:30 +02:00
parent 04dde7a3f2
commit 0764ff6cb7
9 changed files with 12 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ namespace Flax.Build.Projects.VisualStudioCode
}
/// <inheritdoc />
public override void GenerateProject(Project project, string solutionPath)
public override void GenerateProject(Project project, string solutionPath, bool isMainProject)
{
// Not used, solution contains all projects definitions
}