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