feat: initialize projects.

This commit is contained in:
rabbitism
2023-02-01 01:55:23 +08:00
parent dad3b2339f
commit 5de2520774
18 changed files with 315 additions and 0 deletions

9
demo/Ursa.Demo/App.axaml Normal file
View File

@@ -0,0 +1,9 @@
<Application
x:Class="Ursa.Demo.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Ursa.Demo">
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia/Themes/LightTheme.axaml" />
</Application.Styles>
</Application>