diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-02-28 17:06:38 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-02-28 17:10:06 -0800 |
| commit | dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815 (patch) | |
| tree | 2e4979faf227231057bdf2c477be7867e6d115e6 /src/Directory.Build.props | |
| parent | b3fdc47eec3baa4a18b5fda707bb975f72d4be42 (diff) | |
| download | wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.tar.gz wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.tar.bz2 wix-dd7352c2a04e66f325d34cf41d4b8ce3d6c0a815.zip | |
Update to latest build process to simplify build of .snupkg
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> |
