diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-03 13:51:56 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 23:53:53 -0700 |
| commit | df46bd7e832cb313ecb43479c4a48670f930f8d4 (patch) | |
| tree | 67dd5d72755aa51e493762c49a138b9264e89bdd /src/NativeMultiTargeting.Build.props | |
| parent | ce2a0057c5f5ca2068a0376dc2248e131933d1ce (diff) | |
| download | wix-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.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> |
