aboutsummaryrefslogtreecommitdiff
path: root/src/CSharp.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 19:15:11 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 21:48:05 -0600
commit80df808461fca91b53e232b5b504a5c868029697 (patch)
tree0dc9efa22de03db0022f2a0e48b3fcd5874a10d2 /src/CSharp.Build.props
parentca5d60d267051b4b75e22763ad8eda06f0501451 (diff)
downloadwix-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.props2
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>