summaryrefslogtreecommitdiff
path: root/dir.common.props
diff options
context:
space:
mode:
Diffstat (limited to 'dir.common.props')
-rw-r--r--dir.common.props5
1 files changed, 3 insertions, 2 deletions
diff --git a/dir.common.props b/dir.common.props
index dc9d8f1394..acd84e7bae 100644
--- a/dir.common.props
+++ b/dir.common.props
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project>
<!-- This file contains build properties that apply to product
projects and test projects. It's imported by
@@ -30,11 +30,12 @@
<Configuration Condition="'$(Configuration)' == ''">$(BuildType)</Configuration>
<Platform Condition="'$(Platform)' == ''">$(BuildArch)</Platform>
+
+ <PlatformConfigPathPart>$(BuildOS).$(BuildArch).$(BuildType)</PlatformConfigPathPart>
</PropertyGroup>
<PropertyGroup>
<RestorePackagesPath>$(PackagesDir)</RestorePackagesPath>
</PropertyGroup>
-
</Project>