From 9169a318121f8919e9b54cc076f63ef9a65d5b2b Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 30 May 2018 19:12:04 +0300 Subject: Implemented SQLite db on PPC. Working on PPC. --- Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugCommand.cs') diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugCommand.cs b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugCommand.cs index 5b76761db..5b019eddc 100644 --- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugCommand.cs +++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugCommand.cs @@ -123,7 +123,7 @@ namespace Tango.BuildExtensions String filePath = GetProjectOutputFilePath(project); String folder = Path.GetDirectoryName(filePath); String fileName = Path.GetFileName(filePath); - String remoteFolder = Path.Combine(SHARED_PATH, projectName); + String remoteFolder = Path.Combine(dlg.SharedFolder, projectName); String remoteFilePath = Path.Combine(remoteFolder, fileName); DTE.Solution.SolutionBuild.BuildProject("Debug", project.FullName, true); -- cgit v1.3.1