2020-12-11 16:59:42 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
2020-07-22 07:27:12 +08:00
|
|
|
|
<PropertyGroup>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2020-07-22 07:27:12 +08:00
|
|
|
|
<ProjectGuid>{8FFE09DA-FA4F-4EE1-B3A2-AD5497FBD1AD}</ProjectGuid>
|
2020-09-22 10:44:12 +08:00
|
|
|
|
<RootNamespace>Microsoft.PowerToys.ThumbnailHandler.Svg</RootNamespace>
|
2020-07-22 07:27:12 +08:00
|
|
|
|
<AssemblyName>SVGThumbnailProvider</AssemblyName>
|
2020-09-22 10:44:12 +08:00
|
|
|
|
<AssemblyTitle>SVGThumbnailProvider</AssemblyTitle>
|
|
|
|
|
<AssemblyDescription>PowerToys SvgPreviewHandler</AssemblyDescription>
|
|
|
|
|
<AssemblyCompany>Microsoft Corporation</AssemblyCompany>
|
|
|
|
|
<AssemblyCopyright>Copyright (C) 2020 Microsoft Corporation</AssemblyCopyright>
|
|
|
|
|
<AssemblyProduct>PowerToys</AssemblyProduct>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
<EnableComHosting>true</EnableComHosting>
|
2020-07-22 07:27:12 +08:00
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<AssemblyTitle>SVGThumbnailProvider</AssemblyTitle>
|
|
|
|
|
<Company>Microsoft Corporation</Company>
|
|
|
|
|
<Product>PowerToys</Product>
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
|
<Description>PowerToys SvgPreviewHandler</Description>
|
|
|
|
|
<Copyright>Copyright (C) 2020 Microsoft Corporation</Copyright>
|
|
|
|
|
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\modules\FileExplorerPreview\</OutputPath>
|
2020-09-22 10:44:12 +08:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2020-07-22 07:27:12 +08:00
|
|
|
|
</PropertyGroup>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
2020-07-22 07:27:12 +08:00
|
|
|
|
<ItemGroup>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.VersionCheckAnalyzer" Version="3.3.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="3.3.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="3.3.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.NetFramework.Analyzers" Version="3.3.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2020-07-22 07:27:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
2020-07-22 07:27:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-15 20:16:09 +08:00
|
|
|
|
<ProjectReference Include="..\..\..\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj" />
|
2020-12-11 16:59:42 +08:00
|
|
|
|
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />
|
2020-07-22 07:27:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-07-31 06:57:10 +08:00
|
|
|
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|
|
|
|
<Link>StyleCop.json</Link>
|
|
|
|
|
</AdditionalFiles>
|
2020-07-22 07:27:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|