aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/NativeMultiTargeting.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-11 07:42:09 -0700
committerRob Mensching <rob@firegiant.com>2021-05-11 07:42:09 -0700
commit8e1207c4c5e451ba1a087f0fa11b63964ac35f3c (patch)
tree8cdfc18d38f25a5fb8e63f115d3447b11172e1e5 /src/api/burn/NativeMultiTargeting.Build.props
parent6fa3bf7fe67e25650d5a2b6bec09a9813b1a4722 (diff)
parentc00516901e6b67e398396b14fe7682d0376f8643 (diff)
downloadwix-8e1207c4c5e451ba1a087f0fa11b63964ac35f3c.tar.gz
wix-8e1207c4c5e451ba1a087f0fa11b63964ac35f3c.tar.bz2
wix-8e1207c4c5e451ba1a087f0fa11b63964ac35f3c.zip
Merge balutil
Diffstat (limited to 'src/api/burn/NativeMultiTargeting.Build.props')
-rw-r--r--src/api/burn/NativeMultiTargeting.Build.props10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/api/burn/NativeMultiTargeting.Build.props b/src/api/burn/NativeMultiTargeting.Build.props
new file mode 100644
index 00000000..1ff46559
--- /dev/null
+++ b/src/api/burn/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>