diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-31 21:56:05 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-31 22:04:41 -0400 |
| commit | 466c8aec96987f9c43b577204c12b5157527a405 (patch) | |
| tree | a8b978918071e5939c5427093674f0614c9ac369 /src/Directory.Build.props | |
| parent | 9fc7ed95c8fd9337c10bb44dc42786b9fe0121a2 (diff) | |
| download | wix-466c8aec96987f9c43b577204c12b5157527a405.tar.gz wix-466c8aec96987f9c43b577204c12b5157527a405.tar.bz2 wix-466c8aec96987f9c43b577204c12b5157527a405.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') " /> |
