tlang-interperter-cs/tlang/tlang.csproj

16 lines
351 B
XML
Raw Normal View History

2023-03-09 19:40:14 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-03-10 04:33:58 +00:00
<ItemGroup>
<ProjectReference Include="..\tlanglib\tlanglib.csproj" />
</ItemGroup>
2023-03-09 19:40:14 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>