- 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.
18 lines
No EOL
371 B
JSON
18 lines
No EOL
371 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build ImageCatalog Avalonia",
|
|
"type": "process",
|
|
"command": "dotnet",
|
|
"args": [
|
|
"build",
|
|
"${workspaceFolder:Catalog}/imagecatalog/ImageCatalog 2.csproj",
|
|
"--configuration",
|
|
"Debug"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |