From 01b2e4665136e519d3b35ca4cd1199d8616a4b85 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Feb 2023 15:59:30 +0300 Subject: Move to .net6 --- src/Properties/launchSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Properties/launchSettings.json (limited to 'src/Properties') diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json new file mode 100644 index 0000000..c36dbc3 --- /dev/null +++ b/src/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "Excel": { + "commandName": "Executable", + "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE", + "commandLineArgs": "RhSolutions-AddIn64.xll" + } + } +} \ No newline at end of file -- cgit v1.2.3