diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-02 15:25:17 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 22:37:01 -0700 |
commit | 3cd1a2930f0003761b2ba7ed885edf0559ef2c79 (patch) | |
tree | 10cfb72464426b70123cf4c713692d6a61794b4c /src/Cpp.Build.props | |
parent | 37095bd1195a75c0bbd84b2151aee6ba62900d2f (diff) | |
download | wix-3cd1a2930f0003761b2ba7ed885edf0559ef2c79.tar.gz wix-3cd1a2930f0003761b2ba7ed885edf0559ef2c79.tar.bz2 wix-3cd1a2930f0003761b2ba7ed885edf0559ef2c79.zip |
Enable NCrunch support
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r-- | src/Cpp.Build.props | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 453aa442..296b36ca 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props | |||
@@ -3,9 +3,8 @@ | |||
3 | 3 | ||
4 | <Project> | 4 | <Project> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <Platform Condition=" '$(Platform)' == 'AnyCPU' ">Win32</Platform> | 6 | <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform> |
7 | <BaseOutputPath>$(OutputPath)</BaseOutputPath> | 7 | <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir> |
8 | <IntDir>$(BaseIntermediateOutputPath)$(Platform)\</IntDir> | ||
9 | <OutDir>$(OutputPath)$(Platform)\</OutDir> | 8 | <OutDir>$(OutputPath)$(Platform)\</OutDir> |
10 | </PropertyGroup> | 9 | </PropertyGroup> |
11 | 10 | ||