2020-12-11 09:59:42 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-08-21 17:23:42 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-SvgThumbnailProvider</AssemblyTitle>
|
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-SvgThumbnailProvider</AssemblyDescription>
|
2020-12-11 09:59:42 +01:00
|
|
|
|
<AssemblyTitle>UnitTests-SvgThumbnailProvider</AssemblyTitle>
|
|
|
|
|
|
<Description>PowerToys UnitTests-SvgThumbnailProvider</Description>
|
2020-08-21 17:23:42 -07:00
|
|
|
|
</PropertyGroup>
|
2022-03-23 17:31:51 +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>
|
2023-11-22 12:46:59 -05:00
|
|
|
|
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
|
2023-07-20 00:12:46 +01:00
|
|
|
|
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
|
|
|
|
|
|
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
|
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>
|
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
|
|
|
|
|
2022-12-14 13:37:23 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="HelperFiles\file1.svg" />
|
|
|
|
|
|
<None Remove="HelperFiles\file2.svg" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2020-07-21 16:27:12 -07:00
|
|
|
|
<ItemGroup>
|
2023-02-13 12:10:33 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" />
|
|
|
|
|
|
<PackageReference Include="Moq" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
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>
|
2023-10-02 22:42:31 +02:00
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs"
|
|
|
|
|
|
Link="STATestClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs"
|
|
|
|
|
|
Link="STATestMethodAttribute.cs" />
|
2020-07-30 17:36:39 -07:00
|
|
|
|
</ItemGroup>
|
2023-10-02 22:42:31 +02:00
|
|
|
|
|
2022-12-14 13:37:23 +01:00
|
|
|
|
<ItemGroup>
|
2023-10-02 22:42:31 +02:00
|
|
|
|
<Content Include="HelperFiles\*.svg">
|
2022-12-14 13:37:23 +01:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-10-02 22:42:31 +02:00
|
|
|
|
<Content Include="HelperFiles\*.bmp">
|
2022-12-14 13:37:23 +01:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
2023-10-02 22:42:31 +02:00
|
|
|
|
|
2020-07-21 16:27:12 -07:00
|
|
|
|
</Project>
|