Catalog/imagecatalog/Properties/launchSettings.json

15 lines
303 B
JSON
Raw Permalink Normal View History

2024-10-14 19:54:29 +02:00
{
"profiles": {
"ImageCatalog (WinForms)": {
"commandName": "Project"
},
"ImageCatalog (WPF)": {
"commandName": "Project",
"commandLineArgs": "--wpf"
},
"ImageCatalog (Avalonia)": {
"commandName": "Project",
"commandLineArgs": "--avalonia"
2024-10-14 19:54:29 +02:00
}
}
}