2021-09-14 18:01:45 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-PdfThumbnailProvider</AssemblyTitle>
|
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-PdfThumbnailProvider</AssemblyDescription>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-PdfThumbnailProvider</AssemblyTitle>
|
|
|
|
|
|
<Description>PowerToys UnitTests-PdfThumbnailProvider</Description>
|
|
|
|
|
|
</PropertyGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{F40C3397-1834-4530-B2D9-8F8B8456BCDF}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>PdfThumbnailProviderUnitTests</RootNamespace>
|
2023-07-20 00:12:46 +01:00
|
|
|
|
<TargetFramework>net7.0-windows10.0.20348.0</TargetFramework>
|
|
|
|
|
|
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
|
|
|
|
|
|
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
|
2021-09-14 18:01:45 +02:00
|
|
|
|
<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>
|
|
|
|
|
|
<TestProjectType>UnitTest</TestProjectType>
|
|
|
|
|
|
</PropertyGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="HelperFiles\sample.pdf" />
|
|
|
|
|
|
</ItemGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
|
<ItemGroup>
|
2023-02-13 12:10:33 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" />
|
|
|
|
|
|
<PackageReference Include="Moq" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
2021-09-14 18:01:45 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\PdfThumbnailProvider\PdfThumbnailProvider.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="HelperFiles\sample.pdf">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
</Project>
|