about summary refs log blame commit diff
path: root/Examples/States/StatesSample.csproj
blob: cafac01a59506da5a80abbadaa0963201fc34a8d (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="..\..\IRCStates\IRCStates.csproj" />
  </ItemGroup>

</Project>