aboutsummaryrefslogtreecommitdiff
path: root/src/Cpp.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-08-10 23:32:23 -0700
committerRob Mensching <rob@firegiant.com>2018-10-03 23:55:54 -0700
commit77b1c956e6037717f98ae01c2ff4e989c0252db8 (patch)
treef3682540cbfbe41780ec123d1d7f7df8674d3270 /src/Cpp.Build.props
parent989686d2fdb3b46ed3c411f03ebdcdeeb9f42e15 (diff)
downloadwix-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.props5
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