aboutsummaryrefslogtreecommitdiff
path: root/src/CSharp.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-18 17:55:28 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-18 23:24:21 -0600
commit8d27ac8bd8eb8ec320714a0bc201b05728da2206 (patch)
tree7b7e7e25510fa23c84da6717d982af6b0f969075 /src/CSharp.Build.props
parent2baff8dcce00fea541028dc927f34eb57641e47d (diff)
downloadwix-8d27ac8bd8eb8ec320714a0bc201b05728da2206.tar.gz
wix-8d27ac8bd8eb8ec320714a0bc201b05728da2206.tar.bz2
wix-8d27ac8bd8eb8ec320714a0bc201b05728da2206.zip
Enable XML doc.
Diffstat (limited to 'src/CSharp.Build.props')
-rw-r--r--src/CSharp.Build.props1
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>