aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-16 17:21:36 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-16 17:26:16 -0600
commitaec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79 (patch)
tree4ebc8374ad56b99f00b8d09328e9baed3f2081d6 /src/FindLocalWix.props
parent4818bb24e8f7f22345f90393239ce92129238ecc (diff)
downloadwix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.tar.gz
wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.tar.bz2
wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.zip
Integrate into latest v4.
Still needs TupleDefinitions and Messages.
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r--src/FindLocalWix.props8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props
new file mode 100644
index 00000000..a784e352
--- /dev/null
+++ b/src/FindLocalWix.props
@@ -0,0 +1,8 @@
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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <PropertyGroup>
6 <WixTargetsPath Condition=" '$(Configuration)' == 'Debug' And Exists('$(MSBuildThisFileDirectory)..\..\Tools\README.md') ">$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets</WixTargetsPath>
7 </PropertyGroup>
8</Project>