From acad47756e2ccb0a6af06d2ae37cd9ff5961d06c Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 31 Oct 2020 22:10:02 -0400 Subject: Strong-name sign WiX assemblies. --- src/CSharp.Build.props | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/CSharp.Build.props (limited to 'src/CSharp.Build.props') diff --git a/src/CSharp.Build.props b/src/CSharp.Build.props new file mode 100644 index 00000000..b12f4c6e --- /dev/null +++ b/src/CSharp.Build.props @@ -0,0 +1,11 @@ + + + + + true + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk)) + + -- cgit v1.2.3-55-g6feb