UICatalog.csproj 922 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <StartupObject>UICatalog.UICatalogApp</StartupObject>
  6. <AssemblyVersion>1.6.1.0</AssemblyVersion>
  7. <LangVersion>8.0</LangVersion>
  8. <FileVersion>1.6.1.0</FileVersion>
  9. <InformationalVersion>1.6.1+Branch.fixes-1741-gitversion.Sha.cc04bb37f5c7684d45833dabd3f7e1ca9c53786f</InformationalVersion>
  10. <Version>1.6.1</Version>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  13. <DefineConstants>TRACE</DefineConstants>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  16. <DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
  17. </PropertyGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
  20. </ItemGroup>
  21. </Project>