Cosmos project system fix.

This commit is contained in:
José Pedro 2018-02-19 17:44:20 +00:00
parent a5b557e6e4
commit 90d857d2c5
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -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)