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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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> |
|
|
|