diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 16:54:06 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:51:27 -0600 |
| commit | 2c1f4a40640536f52d7eff717980e9be7785672a (patch) | |
| tree | fd50272226a937d30187b8aaf9d85038e70ed048 /src/CSharp.Build.props | |
| parent | 730f9d2f8c62e282b6f0eba644fa5ac90a0a558f (diff) | |
| download | wix-2c1f4a40640536f52d7eff717980e9be7785672a.tar.gz wix-2c1f4a40640536f52d7eff717980e9be7785672a.tar.bz2 wix-2c1f4a40640536f52d7eff717980e9be7785672a.zip | |
Enable XML doc, but disable warning since this is an internal project.
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> |
