aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 21:08:19 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 22:15:24 -0600
commit13e438a69daa9830ec25689d75be1637bb0bb99f (patch)
tree8d426630159d200c3fe8262b19844a855433a0c4 /src/FindLocalWix.props
parent2be6f679830823096db9110042b2a4a3cf8abede (diff)
downloadwix-13e438a69daa9830ec25689d75be1637bb0bb99f.tar.gz
wix-13e438a69daa9830ec25689d75be1637bb0bb99f.tar.bz2
wix-13e438a69daa9830ec25689d75be1637bb0bb99f.zip
Update dependencies.
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r--src/FindLocalWix.props10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props
deleted file mode 100644
index ed0112ce..00000000
--- a/src/FindLocalWix.props
+++ /dev/null
@@ -1,10 +0,0 @@
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
8 <WixToolsetUtilWixextPath Condition=" '$(Configuration)' == 'Debug' And Exists('$(MSBuildThisFileDirectory)..\..\Util.wixext\README.md') ">$(MSBuildThisFileDirectory)..\..\Util.wixext\build\Debug\netstandard2.0\WixToolset.Util.wixext.dll</WixToolsetUtilWixextPath>
9 </PropertyGroup>
10</Project>