diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 15:59:30 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 15:59:30 +0300 |
commit | 01b2e4665136e519d3b35ca4cd1199d8616a4b85 (patch) | |
tree | fb4d4accb4d6fef67fac4a06b8f2c862bb6b5f7d /src/Properties/launchSettings.json | |
parent | 69b336f2d51da40bbc299af276d350288ba0fc3b (diff) |
Move to .net6
Diffstat (limited to 'src/Properties/launchSettings.json')
-rw-r--r-- | src/Properties/launchSettings.json | 9 |
1 files changed, 9 insertions, 0 deletions
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 |