aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-07-23 21:16:59 -0700
committerRob Mensching <rob@firegiant.com>2018-07-23 21:19:34 -0700
commit2816e91b3d9644e4573d77ec49d8db0d6de35d3c (patch)
tree9bf7bedbc64197f3015bb64f0fcd85cbd16d2b1c /src/FindLocalWix.props
parent3d923d8c97c165a50d4064303fecfaf8f92c3f8e (diff)
downloadwix-2816e91b3d9644e4573d77ec49d8db0d6de35d3c.tar.gz
wix-2816e91b3d9644e4573d77ec49d8db0d6de35d3c.tar.bz2
wix-2816e91b3d9644e4573d77ec49d8db0d6de35d3c.zip
Integrate Core to Tools repro and Extensibility.Data namespace changes
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 1301b0e5..a784e352 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)' != 'Release' And Exists('$(MSBuildThisFileDirectory)..\..\Core\README.md') ">$(MSBuildThisFileDirectory)..\..\Core\build\Debug\net461\wix.targets</WixTargetsPath> 6 <WixTargetsPath Condition=" '$(Configuration)' == 'Debug' And Exists('$(MSBuildThisFileDirectory)..\..\Tools\README.md') ">$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets</WixTargetsPath>
7 </PropertyGroup> 7 </PropertyGroup>
8</Project> 8</Project>