File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 4747 Rather than customizing OutputPath or IntermediateOutputPath in projects,
4848 $(OutputPathSuffix) and $(IntermediateOutputPathSuffix) should be set.
4949 -->
50- <BuildOutputRoot Condition =" '$(BuildOutputRoot)' == ''" >$(BuildRoot)\BuildOutput\$(Configuration)$(VSTarget) \</BuildOutputRoot >
50+ <BuildOutputRoot Condition =" '$(BuildOutputRoot)' == ''" >$(BuildRoot)\BuildOutput\$(Configuration)\</BuildOutputRoot >
5151 <BuildOutputRoot Condition =" !HasTrailingSlash($(BuildOutputRoot))" >$(BuildOutputRoot)\</BuildOutputRoot >
5252
5353 <OutputPathSuffix Condition =" '$(OutputPathSuffix)' != '' and !HasTrailingSlash($(OutputPathSuffix))" >$(OutputPathSuffix)\</OutputPathSuffix >
Original file line number Diff line number Diff line change 11<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22 <PropertyGroup>
33 <BuildRoot Condition="'$(BuildRoot)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot>
4- <OutputPathSuffix>Setup</OutputPathSuffix>
5- <IntermediateOutputPathSuffix>obj\Setup_$(MSBuildProjectName)\</IntermediateOutputPathSuffix>
64 </PropertyGroup>
75 <Import Project="$(BuildRoot)\Build\Common.Build.settings" />
86</Project>
You can’t perform that action at this time.
0 commit comments