aboutsummaryrefslogtreecommitdiff
path: root/src/NativeMultiTargeting.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/NativeMultiTargeting.Build.props')
-rw-r--r--src/NativeMultiTargeting.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NativeMultiTargeting.Build.props b/src/NativeMultiTargeting.Build.props
index 98b1933e..1ff46559 100644
--- a/src/NativeMultiTargeting.Build.props
+++ b/src/NativeMultiTargeting.Build.props
@@ -4,7 +4,7 @@
4<Project> 4<Project>
5 <!-- Overrides the standard Cpp.Build.props to include the PlatformToolset in the output path. --> 5 <!-- Overrides the standard Cpp.Build.props to include the PlatformToolset in the output path. -->
6 <PropertyGroup> 6 <PropertyGroup>
7 <IntDir>$(BaseIntermediateOutputPath)$(PlatformToolset)\$(PlatformTarget)\</IntDir> 7 <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformToolset)\$(PlatformTarget)\</IntDir>
8 <OutDir>$(OutputPath)$(PlatformToolset)\$(PlatformTarget)\</OutDir> 8 <OutDir>$(OutputPath)$(PlatformToolset)\$(PlatformTarget)\</OutDir>
9 </PropertyGroup> 9 </PropertyGroup>
10</Project> 10</Project>