2022-01-18 15:52:22 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-07-21 16:27:12 -07:00
|
|
|
<PropertyGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2020-07-21 16:27:12 -07:00
|
|
|
<ProjectGuid>{8FFE09DA-FA4F-4EE1-B3A2-AD5497FBD1AD}</ProjectGuid>
|
2020-09-21 19:44:12 -07:00
|
|
|
<RootNamespace>Microsoft.PowerToys.ThumbnailHandler.Svg</RootNamespace>
|
2021-12-10 10:50:46 +01:00
|
|
|
<AssemblyName>PowerToys.SvgThumbnailProvider</AssemblyName>
|
|
|
|
|
<AssemblyTitle>PowerToys.SvgThumbnailProvider</AssemblyTitle>
|
2020-09-21 19:44:12 -07:00
|
|
|
<AssemblyDescription>PowerToys SvgPreviewHandler</AssemblyDescription>
|
2022-02-07 06:08:30 -08:00
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2020-12-11 09:59:42 +01:00
|
|
|
<EnableComHosting>true</EnableComHosting>
|
2020-07-21 16:27:12 -07:00
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
2020-12-11 09:59:42 +01:00
|
|
|
<Description>PowerToys SvgPreviewHandler</Description>
|
|
|
|
|
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\modules\FileExplorerPreview\</OutputPath>
|
2020-09-21 19:44:12 -07:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2020-12-11 09:59:42 +01:00
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2020-07-21 16:27:12 -07:00
|
|
|
</PropertyGroup>
|
2022-03-23 17:31:51 +01:00
|
|
|
|
2020-12-11 09:59:42 +01:00
|
|
|
<Import Project="..\..\..\Version.props" />
|
2022-03-23 17:31:51 +01:00
|
|
|
|
2020-07-21 16:27:12 -07:00
|
|
|
<ItemGroup>
|
2022-02-11 17:42:17 +01:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
|
2020-12-11 09:59:42 +01:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
2022-02-11 17:42:17 +01:00
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
2020-12-11 09:59:42 +01:00
|
|
|
</PackageReference>
|
2022-04-14 17:27:22 +02:00
|
|
|
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1150.38" />
|
2020-12-11 09:59:42 +01:00
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2020-07-21 16:27:12 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
2020-07-21 16:27:12 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-15 15:16:09 +03:00
|
|
|
<ProjectReference Include="..\..\..\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj" />
|
2020-12-11 09:59:42 +01:00
|
|
|
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />
|
2020-07-21 16:27:12 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-07-30 15:57:10 -07:00
|
|
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|
|
|
|
<Link>StyleCop.json</Link>
|
|
|
|
|
</AdditionalFiles>
|
2020-07-21 16:27:12 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|