aboutsummaryrefslogtreecommitdiff
path: root/src/NativeMultiTargeting.Build.props
diff options
context:
space:
mode:
authorSean Hall <rseanhall@gmail.com>2017-09-03 17:25:02 -0500
committerSean Hall <rseanhall@gmail.com>2017-09-03 18:10:41 -0500
commit7df142a4586bcede1442feb38029ff15556ccb46 (patch)
tree4a52b55f2f0ff7bd511bd01cf08b67479d64cd76 /src/NativeMultiTargeting.Build.props
parenta3073f2da5160b71dc4b89fd6c4cef1008521aa4 (diff)
downloadwix-7df142a4586bcede1442feb38029ff15556ccb46.tar.gz
wix-7df142a4586bcede1442feb38029ff15556ccb46.tar.bz2
wix-7df142a4586bcede1442feb38029ff15556ccb46.zip
Initialize repo
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..98b1933e
--- /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)$(PlatformToolset)\$(PlatformTarget)\</IntDir>
8 <OutDir>$(OutputPath)$(PlatformToolset)\$(PlatformTarget)\</OutDir>
9 </PropertyGroup>
10</Project>