Skip to content

Commit b06917d

Browse files
author
Paul van Brenk
committed
Remove vstarget and build suffix for general case
1 parent c4cc83d commit b06917d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Build/Common.Build.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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>

0 commit comments

Comments
 (0)