2021-12-10 11:53:01 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-GcodePreviewHandler</AssemblyTitle>
|
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-GcodePreviewHandler</AssemblyDescription>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-GcodePreviewHandler</AssemblyTitle>
|
|
|
|
|
|
<Description>PowerToys UnitTests-GcodePreviewHandler</Description>
|
|
|
|
|
|
</PropertyGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-12-10 11:53:01 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{FCF3E52D-B80A-4FC3-98FD-6391354F0EE3}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>PdfPreviewHandlerUnitTests</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>
|
2021-12-10 11:53:01 +00: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>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2024-08-05 06:32:05 -07:00
|
|
|
|
|
2021-12-10 11:53:01 +00:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="HelperFiles\sample.gcode" />
|
2023-09-19 15:33:55 +01:00
|
|
|
|
<None Remove="HelperFiles\sample_JPG.gcode" />
|
|
|
|
|
|
<None Remove="HelperFiles\sample_QOI.gcode" />
|
2021-12-10 11:53:01 +00:00
|
|
|
|
</ItemGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-12-10 11:53:01 +00:00
|
|
|
|
<ItemGroup>
|
2023-02-13 12:10:33 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" />
|
2021-12-10 11:53:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-02-13 12:10:33 -05:00
|
|
|
|
<PackageReference Include="Moq" />
|
2024-07-26 12:57:06 +02:00
|
|
|
|
<PackageReference Include="MSTest" />
|
2021-12-10 11:53:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\GcodePreviewHandler\GcodePreviewHandler.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="HelperFiles\sample.gcode">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-09-19 15:33:55 +01:00
|
|
|
|
<Content Include="HelperFiles\sample_JPG.gcode">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="HelperFiles\sample_QOI.gcode">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2021-12-10 11:53:01 +00:00
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
</Project>
|