mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
14 lines
492 B
Plaintext
14 lines
492 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
|
||
|
|
<!-- Default CI builds to release. When we stand up our own CI, we'll change this -->
|
||
|
|
<PropertyGroup Condition="'$(CIBuild)'=='true'">
|
||
|
|
<CommandPaletteBranding>Release</CommandPaletteBranding>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
</Project>
|