diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-14 14:29:55 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-14 14:54:27 -0600 |
commit | f970f584c1caac8927ee9d9090fe19f5a2a8b50d (patch) | |
tree | 9b400cd2c005e0e3b678d3df0b17191695d42eff | |
parent | ea4cb92faf459ea90181f12a27cf6d7b1d7c5dbf (diff) | |
download | wix-f970f584c1caac8927ee9d9090fe19f5a2a8b50d.tar.gz wix-f970f584c1caac8927ee9d9090fe19f5a2a8b50d.tar.bz2 wix-f970f584c1caac8927ee9d9090fe19f5a2a8b50d.zip |
Enable CheckForOverflowUnderflow.
-rw-r--r-- | src/CSharp.Build.props | 1 |
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> |