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

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
    <ExampleTitle>Emojis</ExampleTitle>
    <ExampleDescription>Demonstrates how to render emojis.</ExampleDescription>
    <ExampleGroup>Misc</ExampleGroup>
  </PropertyGroup>

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

</Project>