ircsharp/Examples/States/States.csproj

14 lines
299 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\IRCStates\IRCStates.csproj" />
</ItemGroup>
</Project>