This commit is contained in:
nub31
2025-06-13 00:07:14 +02:00
parent 95dd7a1399
commit 351d4ebd68
64 changed files with 167 additions and 176 deletions

View File

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

File diff suppressed because it is too large Load Diff