diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-23 21:03:25 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 21:03:25 -0700 |
commit | 7f55b5b680f9b52da60354263af3493f0a4c5c79 (patch) | |
tree | d7c1a833c839bc4e9bf3f78cf632abd8796d546a /src/FindLocalWix.props | |
parent | 3f5a5717ac1ea7232d65122af22ba2a09032486b (diff) | |
download | wix-7f55b5b680f9b52da60354263af3493f0a4c5c79.tar.gz wix-7f55b5b680f9b52da60354263af3493f0a4c5c79.tar.bz2 wix-7f55b5b680f9b52da60354263af3493f0a4c5c79.zip |
Integrate Core to Tools repro and Extensibility.Data namespace changes
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r-- | src/FindLocalWix.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props index c33939ea..ed0112ce 100644 --- a/src/FindLocalWix.props +++ b/src/FindLocalWix.props | |||
@@ -3,8 +3,8 @@ | |||
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 | 7 | ||
8 | <WixToolsetUtilWixextPath Condition=" '$(Configuration)' != 'Release' And Exists('$(MSBuildThisFileDirectory)..\..\Util.wixext\README.md') ">$(MSBuildThisFileDirectory)..\..\Util.wixext\build\Debug\netstandard2.0\WixToolset.Util.wixext.dll</WixToolsetUtilWixextPath> | 8 | <WixToolsetUtilWixextPath Condition=" '$(Configuration)' == 'Debug' And Exists('$(MSBuildThisFileDirectory)..\..\Util.wixext\README.md') ">$(MSBuildThisFileDirectory)..\..\Util.wixext\build\Debug\netstandard2.0\WixToolset.Util.wixext.dll</WixToolsetUtilWixextPath> |
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | </Project> | 10 | </Project> |