Vibe Card Library Update

This commit is contained in:
2026-06-17 11:20:16 -04:00
parent 2a8be6b74a
commit 4d45094492
591 changed files with 5271 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>