aboutsummaryrefslogtreecommitdiff
path: root/src/CSharp.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 19:56:38 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 22:06:52 -0600
commit045024c3b35e3bee44f33fbe0fb43a1704a18c5c (patch)
tree45ff5ac3671b0d94ad69ec2dd1562677571b2db7 /src/CSharp.Build.props
parent5f00aece054d074fc651e542432f349e3055f582 (diff)
downloadwix-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.props2
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>