about summary refs log tree commit diff
path: root/Examples/States/StatesSample.csproj
blob: cafac01a59506da5a80abbadaa0963201fc34a8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">

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

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

</Project>