Fix C# projects not compiling in VS with native code plugins present
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user