aboutsummaryrefslogtreecommitdiff
path: root/src/Cpp.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-09-03 16:51:39 -0700
committerRob Mensching <rob@firegiant.com>2017-09-07 23:21:11 -0700
commit088dc648a3478e2cacdbdab1cb1782556642ee69 (patch)
tree70535a2e14113ebe639040fa908599322511dfc6 /src/Cpp.Build.props
parent2a72f06449431b326c671cf59811b9cefb73a2c8 (diff)
downloadwix-088dc648a3478e2cacdbdab1cb1782556642ee69.tar.gz
wix-088dc648a3478e2cacdbdab1cb1782556642ee69.tar.bz2
wix-088dc648a3478e2cacdbdab1cb1782556642ee69.zip
Initial commit
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r--src/Cpp.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props
index 1e4d4cbc..453aa442 100644
--- a/src/Cpp.Build.props
+++ b/src/Cpp.Build.props
@@ -3,6 +3,7 @@
3 3
4<Project> 4<Project>
5 <PropertyGroup> 5 <PropertyGroup>
6 <Platform Condition=" '$(Platform)' == 'AnyCPU' ">Win32</Platform>
6 <BaseOutputPath>$(OutputPath)</BaseOutputPath> 7 <BaseOutputPath>$(OutputPath)</BaseOutputPath>
7 <IntDir>$(BaseIntermediateOutputPath)$(Platform)\</IntDir> 8 <IntDir>$(BaseIntermediateOutputPath)$(Platform)\</IntDir>
8 <OutDir>$(OutputPath)$(Platform)\</OutDir> 9 <OutDir>$(OutputPath)$(Platform)\</OutDir>