diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-31 19:21:19 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-31 20:04:25 -0500 |
| commit | e08c0fc700edd3fe31d3a3778c26cac9f0304de4 (patch) | |
| tree | 0b21048f1fd77a6bce5c8984ba15aac9467f8e8b /src/Directory.Build.props | |
| parent | 00b7b3d04c8f4293411473c17dd464a37354b383 (diff) | |
| download | wix-e08c0fc700edd3fe31d3a3778c26cac9f0304de4.tar.gz wix-e08c0fc700edd3fe31d3a3778c26cac9f0304de4.tar.bz2 wix-e08c0fc700edd3fe31d3a3778c26cac9f0304de4.zip | |
Strong-name sign WiX assemblies.
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a22f4470..f83cc154 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -22,6 +22,7 @@ | |||
| 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="Cpp.Build.props" Condition=" Exists('Cpp.Build.props') And '$(MSBuildProjectExtension)'=='.vcxproj' " /> | 26 | <Import Project="Cpp.Build.props" Condition=" Exists('Cpp.Build.props') And '$(MSBuildProjectExtension)'=='.vcxproj' " /> |
| 26 | <Import Project="Wix.Build.props" Condition=" Exists('Wix.Build.props') And '$(MSBuildProjectExtension)'=='.wixproj' " /> | 27 | <Import Project="Wix.Build.props" Condition=" Exists('Wix.Build.props') And '$(MSBuildProjectExtension)'=='.wixproj' " /> |
| 27 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> | 28 | <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " /> |
