aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-02 13:56:13 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-02 13:59:05 +1000
commit98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2 (patch)
treee15a1ab8ff6a3ed43d887e3998c1adc30d4c71f6 /src/FindLocalWix.props
parent6ef267bc108ea6dcfc958da281b51baf30a93078 (diff)
downloadwix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.tar.gz
wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.tar.bz2
wix-98eb2a20bb786ec2d2ee4b9bb02e33477d0215c2.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>