mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Missed a couple places where custom build properties should be loaded.
This commit is contained in:
parent
80a72f991d
commit
da31757fa7
1 changed files with 2 additions and 0 deletions
|
@ -12831,12 +12831,14 @@ namespace IDE
|
||||||
{
|
{
|
||||||
mWorkspace.mName = new String();
|
mWorkspace.mName = new String();
|
||||||
Path.GetFileName(mWorkspace.mDir, mWorkspace.mName);
|
Path.GetFileName(mWorkspace.mDir, mWorkspace.mName);
|
||||||
|
CustomBuildProperties.Load();
|
||||||
LoadWorkspace(mVerb);
|
LoadWorkspace(mVerb);
|
||||||
}
|
}
|
||||||
else if (mWorkspace.IsSingleFileWorkspace)
|
else if (mWorkspace.IsSingleFileWorkspace)
|
||||||
{
|
{
|
||||||
mWorkspace.mName = new String();
|
mWorkspace.mName = new String();
|
||||||
Path.GetFileNameWithoutExtension(mWorkspace.mCompositeFile.mFilePath, mWorkspace.mName);
|
Path.GetFileNameWithoutExtension(mWorkspace.mCompositeFile.mFilePath, mWorkspace.mName);
|
||||||
|
CustomBuildProperties.Load();
|
||||||
LoadWorkspace(mVerb);
|
LoadWorkspace(mVerb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue