aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/FindLocalWix.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-05-04 22:49:35 -0700
committerRob Mensching <rob@firegiant.com>2021-05-04 22:49:35 -0700
commit59765d27eb205b7b62a5057cfb631caee97f0af6 (patch)
tree0ef38df9efc55be04565b56eb9408d649862c16d /src/ext/PowerShell/FindLocalWix.props
parent0a7de80d773dba9d93b64015934a92fd908824d7 (diff)
downloadwix-59765d27eb205b7b62a5057cfb631caee97f0af6.tar.gz
wix-59765d27eb205b7b62a5057cfb631caee97f0af6.tar.bz2
wix-59765d27eb205b7b62a5057cfb631caee97f0af6.zip
Move PowerShell.wixext into ext
Diffstat (limited to 'src/ext/PowerShell/FindLocalWix.props')
-rw-r--r--src/ext/PowerShell/FindLocalWix.props8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/PowerShell/FindLocalWix.props b/src/ext/PowerShell/FindLocalWix.props
new file mode 100644
index 00000000..1666e4fe
--- /dev/null
+++ b/src/ext/PowerShell/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') And Exists('$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets') ">$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets</WixTargetsPath>
7 </PropertyGroup>
8</Project>