diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-01 10:05:08 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:23:34 -0800 |
| commit | ead8def989c291fa8f9e31760fd2c7a815595481 (patch) | |
| tree | 33419f23daa5f88c690d75913a6f6bdaa1c4d7a1 /src/Directory.Build.props | |
| parent | 5fd1b7ff82f17d55c8357fe76898a1bdc5953476 (diff) | |
| download | wix-ead8def989c291fa8f9e31760fd2c7a815595481.tar.gz wix-ead8def989c291fa8f9e31760fd2c7a815595481.tar.bz2 wix-ead8def989c291fa8f9e31760fd2c7a815595481.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> |
