diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:29:20 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:32:00 -0800 |
| commit | c8711decea5eeb7121eca485d099c9f3b60fea05 (patch) | |
| tree | 39c161298c20e4b7daf381d232bdc2ab61494a21 /src/Directory.Build.props | |
| parent | 8d5f37e98167a1e5287778880df167e64df29e11 (diff) | |
| download | wix-c8711decea5eeb7121eca485d099c9f3b60fea05.tar.gz wix-c8711decea5eeb7121eca485d099c9f3b60fea05.tar.bz2 wix-c8711decea5eeb7121eca485d099c9f3b60fea05.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> |
