2022-01-18 15:52:22 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-09-14 18:01:45 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ProjectGuid>{11491FD8-F921-48BF-880C-7FEA185B80A1}</ProjectGuid>
|
|
|
|
|
<RootNamespace>Microsoft.PowerToys.ThumbnailHandler.Pdf</RootNamespace>
|
2021-12-10 10:50:46 +01:00
|
|
|
<AssemblyName>PowerToys.PdfThumbnailProvider</AssemblyName>
|
|
|
|
|
<AssemblyTitle>PowerToys.PdfThumbnailProvider</AssemblyTitle>
|
2021-09-14 18:01:45 +02:00
|
|
|
<AssemblyDescription>PowerToys PdfPreviewHandler</AssemblyDescription>
|
2022-02-07 06:08:30 -08:00
|
|
|
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
|
2021-09-14 18:01:45 +02:00
|
|
|
<EnableComHosting>true</EnableComHosting>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
<Description>PowerToys PdfPreviewHandler</Description>
|
|
|
|
|
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\modules\FileExplorerPreview\</OutputPath>
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
|
|
|
</PropertyGroup>
|
2022-03-23 17:31:51 +01:00
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
<Import Project="..\..\..\Version.props" />
|
2022-03-23 17:31:51 +01:00
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
<ItemGroup>
|
2022-02-11 17:42:17 +01:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
|
2021-09-14 18:01:45 +02:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
2022-02-11 17:42:17 +01:00
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
2021-09-14 18:01:45 +02:00
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|
|
|
|
<Link>StyleCop.json</Link>
|
|
|
|
|
</AdditionalFiles>
|
|
|
|
|
</ItemGroup>
|
2022-03-23 17:31:51 +01:00
|
|
|
|
2021-09-14 18:01:45 +02:00
|
|
|
</Project>
|