This commit is contained in:
nub31
2026-02-09 12:58:23 +01:00
parent bd7e3fc931
commit 5105a689df
31 changed files with 4 additions and 4187 deletions

10
compiler/Compiler.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>