diff options
Diffstat (limited to 'src/NativeMultiTargeting.Build.props')
-rw-r--r-- | src/NativeMultiTargeting.Build.props | 2 |
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> |