Initial Commit

This commit is contained in:
Creeper Lv
2025-12-14 00:25:51 +11:00
commit 40c8998552
61 changed files with 1936 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jint" />
<PackageReference Include="Microsoft.Maui.Graphics" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" />
</ItemGroup>
</Project>