This commit is contained in:
nub31
2025-06-12 23:52:52 +02:00
parent f932fc0ca4
commit 68d86d54ee
61 changed files with 214 additions and 155 deletions

View File

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

File diff suppressed because it is too large Load Diff