diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 21:08:19 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 22:15:24 -0600 |
| commit | 13e438a69daa9830ec25689d75be1637bb0bb99f (patch) | |
| tree | 8d426630159d200c3fe8262b19844a855433a0c4 /src/CSharp.Build.props | |
| parent | 2be6f679830823096db9110042b2a4a3cf8abede (diff) | |
| download | wix-13e438a69daa9830ec25689d75be1637bb0bb99f.tar.gz wix-13e438a69daa9830ec25689d75be1637bb0bb99f.tar.bz2 wix-13e438a69daa9830ec25689d75be1637bb0bb99f.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> |
