cs11dotnet7/vs4win/Chapter02/Arguments/Properties/launchSettings.json

8 lines
121 B
JSON
Raw Normal View History

2022-02-13 17:03:32 +01:00
{
"profiles": {
"Arguments": {
"commandName": "Project",
"commandLineArgs": "red yellow 50"
}
}
}