AdventOfCode2022/AOC2022/Properties/launchSettings.json

14 lines
218 B
JSON

{
"profiles": {
"WithParams": {
"commandName": "Project",
"commandLineArgs": "1 2 3"
},
"WithoutParams": {
"commandName": "Project",
"workingDirectory": "./"
//"commandLineArgs": "1 2 3"
}
}
}