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

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ExampleTitle>Cursor</ExampleTitle>
    <ExampleDescription>Demonstrates how to move the cursor.</ExampleDescription>
    <ExampleGroup>Misc</ExampleGroup>
  </PropertyGroup>

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

</Project>