diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-03 16:51:39 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-07 23:21:11 -0700 |
commit | 088dc648a3478e2cacdbdab1cb1782556642ee69 (patch) | |
tree | 70535a2e14113ebe639040fa908599322511dfc6 /src/Cpp.Build.props | |
parent | 2a72f06449431b326c671cf59811b9cefb73a2c8 (diff) | |
download | wix-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.props | 1 |
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> |