diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-09 08:43:08 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-09 08:43:08 -0700 |
| commit | 14fdc9113bdc7270fb33e06990081988eb099ba9 (patch) | |
| tree | 850c49df50301878737c51c7ae246d594e4f8f9c /src/Directory.Build.props | |
| parent | e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (diff) | |
| download | wix-14fdc9113bdc7270fb33e06990081988eb099ba9.tar.gz wix-14fdc9113bdc7270fb33e06990081988eb099ba9.tar.bz2 wix-14fdc9113bdc7270fb33e06990081988eb099ba9.zip | |
Update to latest Core changes plus other minor fixes
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 30ce4e48..a22f4470 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | <Product>WiX Toolset</Product> | 22 | <Product>WiX Toolset</Product> |
| 23 | </PropertyGroup> | 23 | </PropertyGroup> |
| 24 | 24 | ||
| 25 | <Import Project="Cpp.Build.props" Condition=" '$(MSBuildProjectExtension)'=='.vcxproj' " /> | 25 | <Import Project="Cpp.Build.props" Condition=" Exists('Cpp.Build.props') And '$(MSBuildProjectExtension)'=='.vcxproj' " /> |
| 26 | <Import Project="Wix.Build.props" Condition=" '$(MSBuildProjectExtension)'=='.wixproj' " /> | 26 | <Import Project="Wix.Build.props" Condition=" Exists('Wix.Build.props') And '$(MSBuildProjectExtension)'=='.wixproj' " /> |
| 27 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> | 27 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> |
| 28 | </Project> | 28 | </Project> |
