- Deleted MainWindow.xaml.cs, which contained the WPF implementation of the main window. - Updated Program.cs to remove Windows Forms initialization and support only Avalonia UI. - Removed Windows Forms specific code from ViewModelBase, including control marshalling logic.
16 lines
No EOL
456 B
JSON
16 lines
No EOL
456 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "ImageCatalog Avalonia",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build ImageCatalog Avalonia",
|
|
"program": "${workspaceFolder:Catalog}/imagecatalog/bin/Debug/net10.0-windows/win-x64/ImageCatalog.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:Catalog}/imagecatalog",
|
|
"stopAtEntry": false,
|
|
"console": "internalConsole"
|
|
}
|
|
]
|
|
} |