ircsharp/Examples/Robots/Robots.csproj

14 lines
296 B
XML

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