mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
* [ARM64] Add arm64 configurations to tools projects * [ARM64] Add arm64 configurations to FZ projects * [ARM64] Add arm64 configurations to Awake project * [ARM64] Add arm64 configurations to PowerRename projects * [ARM64] Add arm64 configurations to update-related projects * [ARM64] Add arm64 configurations to VCM projects * [ARM64] Add arm64 configurations to ShortcutGuide project * [ARM64] Add arm64 configurations to PreviewPane projects * [ARM64] Add arm64 configurations to FindMyMouse projects * [ARM64] Add arm64 configurations to KBM projects * Project cleanup Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
43 lines
2.0 KiB
XML
43 lines
2.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ProjectGuid>{11491FD8-F921-48BF-880C-7FEA185B80A1}</ProjectGuid>
|
|
<RootNamespace>Microsoft.PowerToys.ThumbnailHandler.Pdf</RootNamespace>
|
|
<AssemblyName>PowerToys.PdfThumbnailProvider</AssemblyName>
|
|
<AssemblyTitle>PowerToys.PdfThumbnailProvider</AssemblyTitle>
|
|
<AssemblyDescription>PowerToys PdfPreviewHandler</AssemblyDescription>
|
|
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
|
|
<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>
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</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>
|
|
|
|
</Project> |