mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-27 20:47:59 +00:00
64 lines
2.9 KiB
XML
64 lines
2.9 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
<PropertyGroup>
|
|||
|
<Platforms>x64</Platforms>
|
|||
|
<AssemblyTitle>UnitTests-GcodePreviewHandler</AssemblyTitle>
|
|||
|
<AssemblyDescription>PowerToys UnitTests-GcodePreviewHandler</AssemblyDescription>
|
|||
|
<AssemblyCompany>Microsoft Corp.</AssemblyCompany>
|
|||
|
<AssemblyCopyright>Copyright (C) 2020 Microsoft Corp.</AssemblyCopyright>
|
|||
|
<AssemblyProduct>PowerToys</AssemblyProduct>
|
|||
|
<AssemblyTitle>UnitTests-GcodePreviewHandler</AssemblyTitle>
|
|||
|
<Company>Microsoft Corp.</Company>
|
|||
|
<Product>PowerToys</Product>
|
|||
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|||
|
<Description>PowerToys UnitTests-GcodePreviewHandler</Description>
|
|||
|
<Copyright>Copyright (C) 2020 Microsoft Corp.</Copyright>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<ProjectGuid>{FCF3E52D-B80A-4FC3-98FD-6391354F0EE3}</ProjectGuid>
|
|||
|
<RootNamespace>PdfPreviewHandlerUnitTests</RootNamespace>
|
|||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|||
|
<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>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
|
|||
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
</PackageReference>
|
|||
|
<PackageReference Include="Moq" Version="4.16.1" />
|
|||
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
|
|||
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.5" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\common\PreviewHandlerCommon.csproj" />
|
|||
|
<ProjectReference Include="..\GcodePreviewHandler\GcodePreviewHandler.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
|||
|
<Content Include="HelperFiles\sample.gcode">
|
|||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|||
|
</Content>
|
|||
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|||
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
|||
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|||
|
<Link>StyleCop.json</Link>
|
|||
|
</AdditionalFiles>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|||
|
<PrivateAssets>all</PrivateAssets>
|
|||
|
</PackageReference>
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|