Start on an Avalonia Ui.

This commit is contained in:
2026-01-15 07:31:18 +01:00
committed by Dennis Brentjes
parent 88f8cf76ef
commit 7f8cd83eb9
45 changed files with 2523 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="gamenight.ui" android:icon="@drawable/Icon" />
</manifest>