diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 18:12:45 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:37:16 -0600 |
| commit | 8296f237c69743d3e6cbdc58fc07e8470562b92e (patch) | |
| tree | ed1379ca6495b177050746c85cbeebe542b4ef2b /src/CSharp.Build.props | |
| parent | c88d4e26faa12c2227679a5dc83cd78a1ddd02c0 (diff) | |
| download | wix-8296f237c69743d3e6cbdc58fc07e8470562b92e.tar.gz wix-8296f237c69743d3e6cbdc58fc07e8470562b92e.tar.bz2 wix-8296f237c69743d3e6cbdc58fc07e8470562b92e.zip | |
Enable XML doc.
Diffstat (limited to 'src/CSharp.Build.props')
| -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 bcd47a0c..81d24ad1 100644 --- a/src/CSharp.Build.props +++ b/src/CSharp.Build.props | |||
| @@ -8,5 +8,6 @@ | |||
| 8 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | 8 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> |
| 9 | <SignAssembly>true</SignAssembly> | 9 | <SignAssembly>true</SignAssembly> |
| 10 | <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> | ||
| 11 | </PropertyGroup> | 12 | </PropertyGroup> |
| 12 | </Project> | 13 | </Project> |
