c# project conversion

This commit is contained in:
grimsace
2026-06-08 10:39:11 -05:00
parent 00c32d5cbe
commit 22c2ef78fd
16 changed files with 750 additions and 499 deletions
+15
View File
@@ -0,0 +1,15 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Finder2eFoundryConverterCS.App"
xmlns:local="using:Finder2eFoundryConverterCS"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>