From 822398e2867b3494296a87139035ee17ee0f6c30 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Thu, 18 Jan 2024 22:38:02 +0300 Subject: [PATCH] Update launchSettings.json --- RhSolutions.AddIn/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RhSolutions.AddIn/Properties/launchSettings.json b/RhSolutions.AddIn/Properties/launchSettings.json index c36dbc3..9a75b36 100644 --- a/RhSolutions.AddIn/Properties/launchSettings.json +++ b/RhSolutions.AddIn/Properties/launchSettings.json @@ -3,7 +3,7 @@ "Excel": { "commandName": "Executable", "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE", - "commandLineArgs": "RhSolutions-AddIn64.xll" + "commandLineArgs": "/x \"RhSolutions-AddIn64.xll\"" } } } \ No newline at end of file