<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net7.0</TargetFramework> <ExampleTitle>Panels</ExampleTitle> <ExampleDescription>Demonstrates how to render items in panels.</ExampleDescription> <ExampleGroup>Widgets</ExampleGroup> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\Shared\Shared.csproj" /> </ItemGroup> </Project>