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-10 10:12:36 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="IL2C.Build" Version="0.4.113" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-03-09 19:40:14 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2023-03-10 10:12:36 +00:00
|
|
|
|
2023-03-09 19:40:14 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|