tlang-runtime-compiler/TLang.Parser/TLang.Parser.csproj

12 lines
237 B
XML
Raw Normal View History

2023-07-27 03:31:32 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\TLang.Lexer\TLang.Lexer.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>