refactor: Removed avalonia code.

This commit is contained in:
real-zony
2024-11-29 22:54:38 +08:00
parent 9ab9cd50e2
commit 7732ab52d3
31 changed files with 0 additions and 1324 deletions

View File

@@ -1,16 +0,0 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:views="clr-namespace:ZonyLrcTools.Desktop.Views"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="ZonyLrcTools.Desktop.Views.MainWindow"
Background="{DynamicResource AcrylicBackgroundFillColorDefaultBrush}"
Icon="/Assets/avalonia-logo.ico"
Title="ZonyLrcTools.Desktop">
<Panel>
<views:MainView />
</Panel>
</Window>