diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 19:56:38 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 22:06:52 -0600 |
commit | 045024c3b35e3bee44f33fbe0fb43a1704a18c5c (patch) | |
tree | 45ff5ac3671b0d94ad69ec2dd1562677571b2db7 /src/CSharp.Build.props | |
parent | 5f00aece054d074fc651e542432f349e3055f582 (diff) | |
download | wix-045024c3b35e3bee44f33fbe0fb43a1704a18c5c.tar.gz wix-045024c3b35e3bee44f33fbe0fb43a1704a18c5c.tar.bz2 wix-045024c3b35e3bee44f33fbe0fb43a1704a18c5c.zip |
Add the missing x64 wxs files and update dependencies.
Diffstat (limited to 'src/CSharp.Build.props')
-rw-r--r-- | src/CSharp.Build.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CSharp.Build.props b/src/CSharp.Build.props index b12f4c6e..81d24ad1 100644 --- a/src/CSharp.Build.props +++ b/src/CSharp.Build.props | |||
@@ -5,7 +5,9 @@ | |||
5 | --> | 5 | --> |
6 | <Project> | 6 | <Project> |
7 | <PropertyGroup> | 7 | <PropertyGroup> |
8 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | ||
8 | <SignAssembly>true</SignAssembly> | 9 | <SignAssembly>true</SignAssembly> |
9 | <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile> | 10 | <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile> |
11 | <NBGV_EmitThisAssemblyClass>false</NBGV_EmitThisAssemblyClass> | ||
10 | </PropertyGroup> | 12 | </PropertyGroup> |
11 | </Project> | 13 | </Project> |