ircsharp/Examples/Tokens/Tokens.csproj

13 lines
261 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\IRCTokens\IRCTokens.csproj" />
</ItemGroup>
</Project>