aboutsummaryrefslogtreecommitdiff
path: root/src/NativeMultiTargeting.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-10-03 13:51:56 -0700
committerRob Mensching <rob@firegiant.com>2018-10-03 23:53:53 -0700
commitdf46bd7e832cb313ecb43479c4a48670f930f8d4 (patch)
tree67dd5d72755aa51e493762c49a138b9264e89bdd /src/NativeMultiTargeting.Build.props
parentce2a0057c5f5ca2068a0376dc2248e131933d1ce (diff)
downloadwix-df46bd7e832cb313ecb43479c4a48670f930f8d4.tar.gz
wix-df46bd7e832cb313ecb43479c4a48670f930f8d4.tar.bz2
wix-df46bd7e832cb313ecb43479c4a48670f930f8d4.zip
Standardize on props with NCrunch support
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>