mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
[ARM64] PTRun and Plugins (#17841)
* Removed x64 specific config from Launcher project * Microsoft.Plugin.Program normalization * UnitConverter projects * VSCodeWorkspaces project normalization * Websearch plugin project normalization * Folder plugin normalization * Indexer plugin project normalization * Plugin Program UnitTest project normalization * Shell plugin project normalization * Uri Plugin projects normalization * WindowWalker plugin projects normalization * Calculator plugin projects normalization * Registry plugin projects normalization * Service plugin project normalization * System plugin projects normalization * TimeDate and TimeZone plugin projects normalization * Windows Settings plugin project normalization * Windows Terminal plugin projects normalization * PowerLauncher and PowerLauncher.Telemetry project normalization * Wox projects normalization * Updated PowerToys solution config * Added Platforms/PlatformTarget and updated RID * Remove merge text * Remove SolutionDir from path * Adding Platform and PlatformTarget back into Unit Tests * Update PowerLauncher.csproj Set RID back to win- * Fixed OutputPath in Plugins
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
<Platforms>x64</Platforms>
|
||||
<PlatformTarget>$(Platform)</PlatformTarget>
|
||||
<Platforms>$(Platform)</Platforms>
|
||||
<RootNamespace>Microsoft.PowerToys.Run.Plugin.System.UnitTests</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user