aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-09 08:41:44 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-09 10:40:30 +1000
commit608f2f6fd9728a630ee5793bb7f24d5b6efeb5d1 (patch)
tree41efa290707eadace4b7e4432e7b2298a753226d /src/FindLocalWix.props
parent7a934bcfb8d460b0cf91a51caa956a8bbff14edf (diff)
downloadwix-608f2f6fd9728a630ee5793bb7f24d5b6efeb5d1.tar.gz
wix-608f2f6fd9728a630ee5793bb7f24d5b6efeb5d1.tar.bz2
wix-608f2f6fd9728a630ee5793bb7f24d5b6efeb5d1.zip
Update dependencies.
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r--src/FindLocalWix.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props
index a784e352..1666e4fe 100644
--- a/src/FindLocalWix.props
+++ b/src/FindLocalWix.props
@@ -3,6 +3,6 @@
3 3
4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <PropertyGroup> 5 <PropertyGroup>
6 <WixTargetsPath Condition=" '$(Configuration)' == 'Debug' And Exists('$(MSBuildThisFileDirectory)..\..\Tools\README.md') ">$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets</WixTargetsPath> 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> 7 </PropertyGroup>
8</Project> 8</Project>