mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +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:
@@ -11,20 +11,17 @@
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<Platforms>x64</Platforms>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<OutputPath>..\..\..\..\..\$(Platform)\$(Configuration)\modules\launcher\Plugins\Shell\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Shell\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<Optimize>false</Optimize>
|
||||
<DebugType>full</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<OutputPath>..\..\..\..\..\x64\Release\modules\launcher\Plugins\Shell\</OutputPath>
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
||||
Reference in New Issue
Block a user