mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[ARM64] Common Projects configuration cleanup (#17813)
* Removed x64 specific conditions * Added RuntimeIdentifiers and ensured Platforms aligned * Removed x64 specific configuration and normalized PropertyGroup configuration * Removed Platform conditions from ItemDefinition and Property Group * Adding Project Configurations to PowerToys.Interop * Updated solution config for common projects
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>x64</Platforms>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64;ARM64</Platforms>
|
||||
<AssemblyName>PowerToys.Common.UI</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user