Browse Source

Merge pull request #1 from vbjay/PostBuldWarn

Remove warning of empty post build event
pull/2/head
Drew Noakes 7 years ago
committed by GitHub
parent
commit
223632070b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Project/ICSharpCode.TextEditor.csproj

1
Project/ICSharpCode.TextEditor.csproj

@ -11,7 +11,6 @@
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
<OutputType>Library</OutputType>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Resources\ICSharpCode.TextEditor.snk</AssemblyOriginatorKeyFile>

Loading…
Cancel
Save