2026-02-06 16:12:44 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-08-09 09:18:56 -07: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-08-09 09:18:56 -07:00
|
|
|
|
2023-11-14 15:41:09 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyTitle>UnitTests-QoiPreviewHandler</AssemblyTitle>
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-QoiPreviewHandler</AssemblyDescription>
|
|
|
|
|
<AssemblyTitle>UnitTests-QoiPreviewHandler</AssemblyTitle>
|
|
|
|
|
<Description>PowerToys UnitTests-QoiPreviewHandler</Description>
|
|
|
|
|
<ProjectGuid>{3940AD4D-F748-4BE4-9083-85769CD553EF}</ProjectGuid>
|
|
|
|
|
<RootNamespace>PdfPreviewHandlerUnitTests</RootNamespace>
|
|
|
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
|
|
|
<IsCodedUITest>False</IsCodedUITest>
|
2024-08-09 09:18:56 -07:00
|
|
|
</PropertyGroup>
|
2023-11-14 15:41:09 +00:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="HelperFiles\sample.qoi" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Moq" />
|
2024-07-26 12:57:06 +02:00
|
|
|
<PackageReference Include="MSTest" />
|
2023-11-14 15:41:09 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
<ProjectReference Include="..\QoiPreviewHandler\QoiPreviewHandler.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="HelperFiles\sample.qoi">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|