mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-12 07:22:28 +08:00
28751d2d36
* NetAnalyzers and StyleCop centralized * removed code analysis from devdocs
20 lines
520 B
XML
20 lines
520 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\..\Version.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
|
|
<UseWPF>true</UseWPF>
|
|
<AssemblyName>PowerToys.Common.UI</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ControlzEx" Version="5.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ManagedCommon\ManagedCommon.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|