Skip to content

Commit 2163c48

Browse files
author
Paul van Brenk
committed
Set the output path for the vsman project
1 parent b06917d commit 2163c48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<BuildRoot Condition="'$(BuildRoot)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot>
4+
<OutputPathSuffix Condition="'$(OutputPathSuffix)' == ''">Binaries\$(MSBuildProjectName)\</OutputPathSuffix>
5+
<IntermediateOutputPathSuffix>obj\$(MSBuildProjectName)\</IntermediateOutputPathSuffix>
46
</PropertyGroup>
57
<Import Project="$(BuildRoot)\Build\Common.Build.settings" />
68
</Project>

0 commit comments

Comments
 (0)