RhSolutions-AddIn/RhSolutions.AddIn/Properties/launchSettings.json

9 lines
220 B
JSON
Raw Normal View History

2023-02-08 15:59:30 +03:00
{
"profiles": {
"Excel": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE",
"commandLineArgs": "RhSolutions-AddIn64.xll"
}
}
}