2020-12-11 09:59:42 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-08-21 17:23:42 -07:00
|
|
|
|
<PropertyGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<Platforms>x64</Platforms>
|
2020-08-21 17:23:42 -07:00
|
|
|
|
<AssemblyTitle>UnitTests-SvgThumbnailProvider</AssemblyTitle>
|
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-SvgThumbnailProvider</AssemblyDescription>
|
|
|
|
|
|
<AssemblyCompany>Microsoft Corporation</AssemblyCompany>
|
|
|
|
|
|
<AssemblyCopyright>Copyright (C) 2020 Microsoft Corporation</AssemblyCopyright>
|
|
|
|
|
|
<AssemblyProduct>PowerToys</AssemblyProduct>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<AssemblyTitle>UnitTests-SvgThumbnailProvider</AssemblyTitle>
|
|
|
|
|
|
<Company>Microsoft Corporation</Company>
|
|
|
|
|
|
<Product>PowerToys</Product>
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
|
|
<Description>PowerToys UnitTests-SvgThumbnailProvider</Description>
|
|
|
|
|
|
<Copyright>Copyright (C) 2020 Microsoft Corporation</Copyright>
|
2020-08-21 17:23:42 -07:00
|
|
|
|
</PropertyGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
|
2020-07-21 16:27:12 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{1EF1EEF0-10F0-4F2E-8550-39B6D8044D3E}</ProjectGuid>
|
2020-08-21 17:23:42 -07:00
|
|
|
|
<RootNamespace>SvgThumbnailProviderUnitTests</RootNamespace>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-07-21 16:27:12 -07: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>
|
2020-08-17 13:11:40 -07:00
|
|
|
|
</PropertyGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
|
2020-07-21 16:27:12 -07:00
|
|
|
|
<ItemGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<PackageReference Include="Castle.Core" Version="4.4.1" />
|
|
|
|
|
|
<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>
|
2021-03-30 09:52:00 -07:00
|
|
|
|
<PackageReference Include="Moq" Version="4.16.1" />
|
2021-08-16 15:25:06 +02:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.5" />
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
2021-03-30 09:52:00 -07:00
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
2021-08-16 15:25:06 +02:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
|
2020-07-21 16:27:12 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SvgThumbnailProvider\SvgThumbnailProvider.csproj" />
|
2020-07-21 16:27:12 -07:00
|
|
|
|
</ItemGroup>
|
2020-07-30 17:36:39 -07:00
|
|
|
|
<ItemGroup>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
|
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
2020-07-30 17:36:39 -07:00
|
|
|
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|
|
|
|
|
<Link>StyleCop.json</Link>
|
|
|
|
|
|
</AdditionalFiles>
|
|
|
|
|
|
</ItemGroup>
|
2020-07-21 16:27:12 -07:00
|
|
|
|
</Project>
|