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>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
|
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>
|
2022-10-26 14:02:31 +01:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.0" />
|
2022-12-28 10:43:31 -08:00
|
|
|
|
<PackageReference Include="Moq" Version="4.18.3" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
|
2022-12-20 14:22:37 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
|
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>
|