summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2017-02-10 14:50:40 -0800
committerChristopher Costa <chcosta@microsoft.com>2017-02-10 14:50:40 -0800
commit0a85d909e62b860a2cef7f9218974ad6bda3439a (patch)
treee08fd6d0e28e5ec92f4e9e1b004ac2fd2578536c /dir.props
parent00b7d15a27174689522e1dffc27f098663752d28 (diff)
downloadcoreclr-0a85d909e62b860a2cef7f9218974ad6bda3439a.tar.gz
coreclr-0a85d909e62b860a2cef7f9218974ad6bda3439a.tar.bz2
coreclr-0a85d909e62b860a2cef7f9218974ad6bda3439a.zip
remove additional slash
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 295de3e629..291de517d0 100644
--- a/dir.props
+++ b/dir.props
@@ -83,7 +83,7 @@
<!-- Output paths -->
<PropertyGroup>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(RootBinDir)obj\</BaseIntermediateOutputPath>
- <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)\$(BuildOS).$(BuildArch).$(BuildType)\$(MSBuildProjectName)</IntermediateOutputPath>
+ <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)$(BuildOS).$(BuildArch).$(BuildType)\$(MSBuildProjectName)</IntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)' == ''">$(BinDir)</OutputPath>
</PropertyGroup>