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

@@ -22,7 +22,7 @@ namespace Flax.Build.Projects.VisualStudio
public override Guid ProjectTypeGuid => ProjectTypeGuids.Android;
/// <inheritdoc />
public override void Generate(string solutionPath)
public override void Generate(string solutionPath, bool isMainProject)
{
// Try to reuse the existing project guid from existing files
ProjectGuid = GetProjectGuid(Path, Name);