Source/AdvancedAlgorithms/Knapsack/Properties/launchSettings.json
{
"profiles": { "Knapsack": { "commandName": "Executable", "executablePath": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", "commandLineArgs": "-noexit -command \"&{ import-module .\\Knapsack.dll -verbose}\"" } } } |