Levelcode-IBRCAD/LOGS/LOGS.csproj

15 lines
345 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CCH\CCH.csproj" />
<ProjectReference Include="..\FFT\FFT.csproj" />
</ItemGroup>
</Project>