mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Cosmos project system fix.
This commit is contained in:
parent
a5b557e6e4
commit
90d857d2c5
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ namespace Cosmos.VS.ProjectSystem.VS.Debug
|
|||
{
|
||||
["ProjectFile"] = ConfiguredProject.UnconfiguredProject.FullPath,
|
||||
["ISOFile"] = ConfiguredProject.UnconfiguredProject.MakeRooted(isoFile),
|
||||
["BinFormat"] = await GetPropertyAsync("BinFormat")
|
||||
["BinFormat"] = await GetPropertyAsync("BinFormat"),
|
||||
["OutputPath"] = await GetPropertyAsync("OutputPath")
|
||||
};
|
||||
|
||||
foreach (var xName in BuildProperties.PropNames)
|
||||
|
|
|
|||
Loading…
Reference in a new issue