diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 14:55:59 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 14:55:59 -0600 |
| commit | a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae (patch) | |
| tree | b856ea98eb37178aa93b1ce4f20475098fa20c7b /src/CSharp.Build.props | |
| parent | 81c5b5b271306e505b853ec2df284f276c86bf5a (diff) | |
| download | wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.tar.gz wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.tar.bz2 wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.zip | |
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> |
