Excel-DNA / ExcelDna

Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
https://excel-dna.net
zlib License
1.29k stars 274 forks source link

Using %none% for 64-bit suffix breaks debugging #577

Closed govert closed 1 year ago

govert commented 1 year ago

The launchsettings.json gets the %none% string when the build task sets up the debugging.

{
  "profiles": {
    "Excel": {
      "commandName": "Executable",
      "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE",
      "commandLineArgs": "AddinWithSettings-AddIn%none%.xll"
    }
  }