aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-14 14:38:53 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-14 14:46:34 -0600
commitc88d4e26faa12c2227679a5dc83cd78a1ddd02c0 (patch)
treea910b88a2a6809f9afbb9ae9d93fc3d7373d4023
parent2761d399bf45825f7c3c13ac74cd630dfa7c7717 (diff)
downloadwix-c88d4e26faa12c2227679a5dc83cd78a1ddd02c0.tar.gz
wix-c88d4e26faa12c2227679a5dc83cd78a1ddd02c0.tar.bz2
wix-c88d4e26faa12c2227679a5dc83cd78a1ddd02c0.zip
Enable CheckForOverflowUnderflow.
-rw-r--r--src/CSharp.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CSharp.Build.props b/src/CSharp.Build.props
index b12f4c6e..bcd47a0c 100644
--- a/src/CSharp.Build.props
+++ b/src/CSharp.Build.props
@@ -5,6 +5,7 @@
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>
10 </PropertyGroup> 11 </PropertyGroup>