diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-09 08:34:00 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-09 10:24:51 +1000 |
| commit | 6c8434c834e86a5856a7aa5d70783b996da71c7a (patch) | |
| tree | 1d67427202ef17b2c8eb112d65f1173796ee0053 /src/FindLocalWix.props | |
| parent | 73e6559b809f5f5ae2041d22ec81479df0fe91f9 (diff) | |
| download | wix-6c8434c834e86a5856a7aa5d70783b996da71c7a.tar.gz wix-6c8434c834e86a5856a7aa5d70783b996da71c7a.tar.bz2 wix-6c8434c834e86a5856a7aa5d70783b996da71c7a.zip | |
Update dependencies.
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 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> |
