From 90d857d2c53f295ef4ec0efab99fb4145162d54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Mon, 19 Feb 2018 17:44:20 +0000 Subject: [PATCH] Cosmos project system fix. --- .../ProjectSystem/VS/Debug/DebugLaunchProvider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Cosmos.VS.ProjectSystem/ProjectSystem/VS/Debug/DebugLaunchProvider.cs b/source/Cosmos.VS.ProjectSystem/ProjectSystem/VS/Debug/DebugLaunchProvider.cs index 00ce849ca..ac99b7c24 100644 --- a/source/Cosmos.VS.ProjectSystem/ProjectSystem/VS/Debug/DebugLaunchProvider.cs +++ b/source/Cosmos.VS.ProjectSystem/ProjectSystem/VS/Debug/DebugLaunchProvider.cs @@ -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)