diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:34:59 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-07-23 20:34:59 -0700 |
| commit | a2a077835e1a1e91a622015665ad0c92f416039d (patch) | |
| tree | e2cf28625938daff6da337c55d30acda93c55723 /src/FindLocalWix.props | |
| parent | 12872c0066bad5740f5bbc7165b84a8bff1b002a (diff) | |
| download | wix-a2a077835e1a1e91a622015665ad0c92f416039d.tar.gz wix-a2a077835e1a1e91a622015665ad0c92f416039d.tar.bz2 wix-a2a077835e1a1e91a622015665ad0c92f416039d.zip | |
Integrate Core to Tools repro and Extensibility.Data namespace changes
Diffstat (limited to 'src/FindLocalWix.props')
| -rw-r--r-- | src/FindLocalWix.props | 2 |
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> |
