Setting up source code for Avalonia port.

This commit is contained in:
Jordan Wages 2025-08-25 23:11:13 -05:00
commit 8110fe420e
53 changed files with 991 additions and 58 deletions

6
src.4.7/App.config Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>