aboutsummaryrefslogtreecommitdiff
path: root/src/NativeMultiTargeting.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-29 22:26:48 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-29 22:29:15 -0600
commit1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3 (patch)
treec7d348d42faee779bc52bacadf76b9bf7106d872 /src/NativeMultiTargeting.Build.props
parent60069b189db09521558b99827aee47fe3f81309b (diff)
downloadwix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.tar.gz
wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.tar.bz2
wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.zip
Integrate into latest v4.
Diffstat (limited to 'src/NativeMultiTargeting.Build.props')
-rw-r--r--src/NativeMultiTargeting.Build.props10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/NativeMultiTargeting.Build.props b/src/NativeMultiTargeting.Build.props
new file mode 100644
index 00000000..1ff46559
--- /dev/null
+++ b/src/NativeMultiTargeting.Build.props
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4<Project>
5 <!-- Overrides the standard Cpp.Build.props to include the PlatformToolset in the output path. -->
6 <PropertyGroup>
7 <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformToolset)\$(PlatformTarget)\</IntDir>
8 <OutDir>$(OutputPath)$(PlatformToolset)\$(PlatformTarget)\</OutDir>
9 </PropertyGroup>
10</Project>