This commit is contained in:
nub31
2025-06-26 12:53:13 +02:00
parent 34ac247eff
commit e4f052b883
45 changed files with 5562 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\Syntax\Syntax.csproj" />
</ItemGroup>
</Project>

File diff suppressed because it is too large Load Diff