diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 19:15:11 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 21:48:05 -0600 |
| commit | 80df808461fca91b53e232b5b504a5c868029697 (patch) | |
| tree | 0dc9efa22de03db0022f2a0e48b3fcd5874a10d2 /src/CSharp.Build.props | |
| parent | ca5d60d267051b4b75e22763ad8eda06f0501451 (diff) | |
| download | wix-80df808461fca91b53e232b5b504a5c868029697.tar.gz wix-80df808461fca91b53e232b5b504a5c868029697.tar.bz2 wix-80df808461fca91b53e232b5b504a5c868029697.zip | |
Enable XML doc.
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> |
