2022-01-18 22:52:22 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-02-10 21:10:42 +08:00
|
|
|
|
<Import Project="..\..\Version.props" />
|
|
|
|
|
|
2021-01-05 22:54:32 +08:00
|
|
|
|
<PropertyGroup>
|
2022-12-01 22:40:41 +08:00
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2022-04-20 06:24:58 +08:00
|
|
|
|
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
|
2021-01-05 22:54:32 +08:00
|
|
|
|
<UseWPF>true</UseWPF>
|
2021-12-15 19:56:52 +08:00
|
|
|
|
<AssemblyName>PowerToys.Common.UI</AssemblyName>
|
2021-01-05 22:54:32 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-02-08 03:16:36 +08:00
|
|
|
|
<PackageReference Include="ControlzEx" Version="5.0.1" />
|
2021-01-05 22:54:32 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ManagedCommon\ManagedCommon.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-12-01 22:40:41 +08:00
|
|
|
|
|
2021-01-05 22:54:32 +08:00
|
|
|
|
</Project>
|