irules/irulesc/irulesc.csproj

13 lines
345 B
XML

11 months ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
10 months ago
<TargetFramework>net8.0</TargetFramework>
11 months ago
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../irules.core/irules.core.csproj" />
</ItemGroup>
</Project>