about summary refs log blame commit diff
path: root/Examples/Tokens/Tokens.csproj
blob: 0555b3232c75dcbde3a49589de82093d73c17f06 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                 
                                             


                  
                                                                   


              
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\IRCTokens\IRCTokens.csproj" />
  </ItemGroup>

</Project>