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>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
|
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>
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="HelperFiles\sample.gcode" />
|
|
|
|
|
</ItemGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
|
2021-12-10 11:53:01 +00:00
|
|
|
|
<ItemGroup>
|
2022-10-26 14:02:31 +01:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.0" />
|
2022-06-28 14:30:03 +01:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
|
2022-06-28 20:47:53 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-12-10 11:53:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Moq" Version="4.16.1" />
|
2022-01-18 15:52:22 +01:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
|
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>
|
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
|
|
|
|
</ItemGroup>
|
2022-01-18 15:52:22 +01:00
|
|
|
|
</Project>
|