We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06917d commit 2163c48Copy full SHA for 2163c48
Nodejs/Setup/SetupProjectBefore.settings
@@ -1,6 +1,8 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
<BuildRoot Condition="'$(BuildRoot)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot>
4
+ <OutputPathSuffix Condition="'$(OutputPathSuffix)' == ''">Binaries\$(MSBuildProjectName)\</OutputPathSuffix>
5
+ <IntermediateOutputPathSuffix>obj\$(MSBuildProjectName)\</IntermediateOutputPathSuffix>
6
</PropertyGroup>
7
<Import Project="$(BuildRoot)\Build\Common.Build.settings" />
8
</Project>
0 commit comments