diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-01 08:26:35 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:18:32 -0800 |
| commit | 456fe41a126412b822371a338870ec39dfcdf4ad (patch) | |
| tree | 365dac57ef40dbbb4d4366488205b5ca679a8af7 /src/Directory.Build.props | |
| parent | aa072ea259b9685804134debda936436b142e12f (diff) | |
| download | wix-456fe41a126412b822371a338870ec39dfcdf4ad.tar.gz wix-456fe41a126412b822371a338870ec39dfcdf4ad.tar.bz2 wix-456fe41a126412b822371a338870ec39dfcdf4ad.zip | |
Update to latest build infrastructure
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f83cc154..b3c6287c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -22,8 +22,6 @@ | |||
| 22 | <Product>WiX Toolset</Product> | 22 | <Product>WiX Toolset</Product> |
| 23 | </PropertyGroup> | 23 | </PropertyGroup> |
| 24 | 24 | ||
| 25 | <Import Project="CSharp.Build.props" Condition=" '$(MSBuildProjectExtension)'=='.csproj' and Exists('CSharp.Build.props') " /> | 25 | <Import Project="Directory$(MSBuildProjectExtension).props" Condition=" Exists('Directory$(MSBuildProjectExtension).props') " /> |
| 26 | <Import Project="Cpp.Build.props" Condition=" Exists('Cpp.Build.props') And '$(MSBuildProjectExtension)'=='.vcxproj' " /> | ||
| 27 | <Import Project="Wix.Build.props" Condition=" Exists('Wix.Build.props') And '$(MSBuildProjectExtension)'=='.wixproj' " /> | ||
| 28 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> | 26 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> |
| 29 | </Project> | 27 | </Project> |
