diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-08-10 23:32:23 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 23:55:54 -0700 |
| commit | 77b1c956e6037717f98ae01c2ff4e989c0252db8 (patch) | |
| tree | f3682540cbfbe41780ec123d1d7f7df8674d3270 /src/Cpp.Build.props | |
| parent | 989686d2fdb3b46ed3c411f03ebdcdeeb9f42e15 (diff) | |
| download | wix-77b1c956e6037717f98ae01c2ff4e989c0252db8.tar.gz wix-77b1c956e6037717f98ae01c2ff4e989c0252db8.tar.bz2 wix-77b1c956e6037717f98ae01c2ff4e989c0252db8.zip | |
Enable use of NCrunch
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 | ||
