79031da543
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Publish Dev Docs Website / build (push) Failing after 1s
Publish Dev Docs Website / deploy (push) Has been skipped
Spell checking / Report (Push) (push) Has been cancelled
Spell checking / Report (PR) (push) Has been cancelled
12 lines
711 B
XML
12 lines
711 B
XML
<Project>
|
|
<Import Project="..\..\Directory.Build.props" />
|
|
<PropertyGroup>
|
|
<!-- Set BaseIntermediateOutputPath for each project to avoid conflicts -->
|
|
<BaseIntermediateOutputPath Condition="'$(MSBuildProjectName)' == 'PowerToysInstallerVNext'">obj\Installer\</BaseIntermediateOutputPath>
|
|
<BaseIntermediateOutputPath Condition="'$(MSBuildProjectName)' == 'PowerToysBootstrapperVNext'">obj\Bootstrapper\</BaseIntermediateOutputPath>
|
|
|
|
<!-- Set MSBuildProjectExtensionsPath to use the BaseIntermediateOutputPath -->
|
|
<MSBuildProjectExtensionsPath Condition="'$(BaseIntermediateOutputPath)' != ''">$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
|
|
</PropertyGroup>
|
|
</Project>
|