aboutsummaryrefslogtreecommitdiff
path: root/src/libs/wcautil/NativeMultiTargeting.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-11 07:38:50 -0700
committerRob Mensching <rob@firegiant.com>2021-05-11 07:38:50 -0700
commitcb49308d18e998e96bbe9e259e815128f7fc2abc (patch)
treea5203b99de14ec36862f00e1b40ee71e53add911 /src/libs/wcautil/NativeMultiTargeting.Build.props
parent0c6aea2de8db1258949a741b1c504307a81bf579 (diff)
parent30827588eb0c189b7e2d04693d116080d333200e (diff)
downloadwix-cb49308d18e998e96bbe9e259e815128f7fc2abc.tar.gz
wix-cb49308d18e998e96bbe9e259e815128f7fc2abc.tar.bz2
wix-cb49308d18e998e96bbe9e259e815128f7fc2abc.zip
Merge wcautil
Diffstat (limited to 'src/libs/wcautil/NativeMultiTargeting.Build.props')
-rw-r--r--src/libs/wcautil/NativeMultiTargeting.Build.props10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libs/wcautil/NativeMultiTargeting.Build.props b/src/libs/wcautil/NativeMultiTargeting.Build.props
new file mode 100644
index 00000000..1ff46559
--- /dev/null
+++ b/src/libs/wcautil/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>