aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-12-11 11:37:27 +1100
committerSean Hall <r.sean.hall@gmail.com>2019-12-11 15:28:59 +1000
commit47a534556c70f97cdbff7e9b64c0e6e86173e22b (patch)
treeae62487e7e98ac0a26d592d217c1547867352945 /src/FindLocalWix.props
parentf1b3a32900dbb7d7f7f4db3d1aedcf63db5ede58 (diff)
downloadwix-47a534556c70f97cdbff7e9b64c0e6e86173e22b.tar.gz
wix-47a534556c70f97cdbff7e9b64c0e6e86173e22b.tar.bz2
wix-47a534556c70f97cdbff7e9b64c0e6e86173e22b.zip
Update to latest repo-template.
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>