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

13 lines
310 B
XML
Raw Normal View History

2023-07-29 00:11:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\TLang.Parser\TLang.Parser.csproj" />
<ProjectReference Include="..\TLang.Common\TLang.Common.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>