FluentExample.csproj 403 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net8.0</TargetFramework>
  5. <LangVersion>preview</LangVersion>
  6. <Nullable>enable</Nullable>
  7. <DefineConstants>$(DefineConstants);POST_4148</DefineConstants>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\Terminal.Gui\Terminal.Gui.csproj" />
  11. </ItemGroup>
  12. </Project>