2026-02-06 16:12:44 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-10-21 17:38:07 +01:00
|
|
|
<!-- Look at Directory.Build.props in root for common stuff as well -->
|
2026-02-06 16:12:44 -08:00
|
|
|
<Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" />
|
2024-10-21 17:38:07 +01:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ProjectGuid>{D5E42C63-57C5-4EF6-AECE-1E2FCA725B77}</ProjectGuid>
|
|
|
|
|
<AssemblyName>PowerToys.MouseJump.Common.UnitTests</AssemblyName>
|
|
|
|
|
<AssemblyTitle>PowerToys.MouseJump.Common.UnitTests</AssemblyTitle>
|
|
|
|
|
<AssemblyDescription>PowerToys MouseJump.Common.UnitTests</AssemblyDescription>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2026-02-06 16:12:44 -08:00
|
|
|
<OutputPath>$(RepoRoot)$(Platform)\$(Configuration)\tests\MouseJump.Common.UnitTests\</OutputPath>
|
2024-10-21 17:38:07 +01:00
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Helpers\_test-4grid-desktop.png" />
|
|
|
|
|
<None Remove="Helpers\_test-4grid-expected.png" />
|
|
|
|
|
<None Remove="Helpers\_test-win11-desktop.png" />
|
|
|
|
|
<None Remove="Helpers\_test-win11-expected.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Helpers\_test-4grid-desktop.png" />
|
|
|
|
|
<EmbeddedResource Include="Helpers\_test-4grid-expected.png" />
|
|
|
|
|
<EmbeddedResource Include="Helpers\_test-win11-desktop.png" />
|
|
|
|
|
<EmbeddedResource Include="Helpers\_test-win11-expected.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="MSTest" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MouseJump.Common\MouseJump.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|