diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-02 15:24:48 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 23:48:24 -0700 |
| commit | 49b1c073fd7aac252b636a813611930fc142cdc5 (patch) | |
| tree | 48d4561d2e01a32a89555c96658a6f9de5e4cb1a /src/NativeMultiTargeting.Build.props | |
| parent | 128c46049fb73f18edd248d2a6e80a933cbe2d80 (diff) | |
| download | wix-49b1c073fd7aac252b636a813611930fc142cdc5.tar.gz wix-49b1c073fd7aac252b636a813611930fc142cdc5.tar.bz2 wix-49b1c073fd7aac252b636a813611930fc142cdc5.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> |
