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


                                
                                             


                  
                                                                   


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

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

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

</Project>