mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 00:05:59 +02:00
Removed temporary member resolution logic from custom build properties
This commit is contained in:
parent
524ebaa914
commit
0cf382532c
3 changed files with 0 additions and 493 deletions
|
@ -1383,9 +1383,6 @@ namespace IDE
|
|||
|
||||
public bool QueueProjectCompile(Project project, Project hotProject, IDEApp.BuildCompletedCmd completedCompileCmd, List<String> hotFileNames, CompileKind compileKind)
|
||||
{
|
||||
CustomBuildProperties.ResolveProjectProperties(project);
|
||||
defer CustomBuildProperties.UnresolveProjectProperties(project);
|
||||
|
||||
project.mLastDidBuild = false;
|
||||
|
||||
TestManager.ProjectInfo testProjectInfo = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue