Add simulation project scaffold

This commit is contained in:
2026-04-16 10:56:01 +02:00
parent 4c4089a57b
commit fc654f599d
150 changed files with 35757 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
// <auto-generated/>
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;
global using Xunit;