diff options
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 |