2022-01-18 15:52:22 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-08-05 06:32:05 -07:00
|
|
|
|
|
2021-02-10 14:10:42 +01:00
|
|
|
|
|
2021-01-05 15:54:32 +01:00
|
|
|
|
<PropertyGroup>
|
2024-08-08 15:26:43 +01:00
|
|
|
|
<TargetFramework>net8.0-windows10.0.20348.0</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>
|
2024-08-08 15:26:43 +01:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" />
|
2023-02-13 12:10:33 -05:00
|
|
|
|
<PackageReference Include="ControlzEx" />
|
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>
|