aboutsummaryrefslogtreecommitdiff
path: root/src/CSharp.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-18 23:11:51 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 00:13:35 -0600
commit93f39c964d95f587693c915f6d7d97b6d7873b80 (patch)
tree2b19ecc27fafefd6f9c98bc30f888495e657a8fa /src/CSharp.Build.props
parenta82e1d8f35e8abd0e896543bf554dfe0ab4c1253 (diff)
downloadwix-93f39c964d95f587693c915f6d7d97b6d7873b80.tar.gz
wix-93f39c964d95f587693c915f6d7d97b6d7873b80.tar.bz2
wix-93f39c964d95f587693c915f6d7d97b6d7873b80.zip
Update to latest repo template and remove warnings.
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>