Refactor application to remove Windows Forms dependencies and transition to Avalonia UI
- 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.
This commit is contained in:
parent
988a3d94e1
commit
d6b778a648
16 changed files with 64 additions and 4415 deletions
20
Catalog.slnx
Normal file
20
Catalog.slnx
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<Solution>
|
||||
<Configurations>
|
||||
<Platform Name="Any CPU" />
|
||||
<Platform Name="x64" />
|
||||
<Platform Name="x86" />
|
||||
</Configurations>
|
||||
<Folder Name="/Libraries/">
|
||||
<Project Path="Catalog.Communication/Catalog.Communication.csproj" />
|
||||
<Project Path="MaddoShared/MaddoShared.csproj" />
|
||||
</Folder>
|
||||
<Folder Name="/Tests/">
|
||||
<Project Path="MaddoShared.Tests/MaddoShared.Tests.csproj" />
|
||||
</Folder>
|
||||
<Project Path="imagecatalog/ImageCatalog 2.csproj">
|
||||
<Platform Solution="*|x86" Project="x86" />
|
||||
<Platform Solution="Release|x64" Project="x64" />
|
||||
</Project>
|
||||
<Project Path="MaddoShared.Benchmarks/MaddoShared.Benchmarks.csproj" />
|
||||
<Project Path="MaddoShared.ImageSharpTests/MaddoShared.ImageSharpTests.csproj" />
|
||||
</Solution>
|
||||
Loading…
Add table
Add a link
Reference in a new issue