mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +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,8 +3,8 @@
|
||||
<Import Project="..\..\..\Version.props" />
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<Platforms>x64</Platforms>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
|
||||
<Platforms>x64;ARM64</Platforms>
|
||||
<Version>$(Version).0</Version>
|
||||
<Authors>Microsoft Corporation</Authors>
|
||||
<Product>PowerToys</Product>
|
||||
|
||||
Reference in New Issue
Block a user