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

12 lines
290 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",
2023-12-09 23:04:49 +03:00
"commandLineArgs": "RhSolutions-AddIn64.xll",
"environmentVariables": {
"ISTESTING": "false"
}
2023-02-08 15:59:30 +03:00
}
}
}