1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 06:45:59 +02:00

Resolve custom build properties specified in workspace project specs.

This commit is contained in:
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe 2025-03-27 18:17:28 -07:00
parent da31757fa7
commit d929e1bfe9
No known key found for this signature in database
3 changed files with 21 additions and 6 deletions

View file

@ -198,11 +198,6 @@ namespace IDE
}
}
static public void ResolveWorkspaceProperties(Workspace workspace)
{
}
static public void ResolveProjectProperties(Project project)
{
if (project == null)