Skip to content

Commit

Permalink
Do not internalize views classes as it prevents custom loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Mar 5, 2013
1 parent a420a9b commit c014a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion QuartzNetWebConsole/QuartzNetWebConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</ItemGroup>
<RemoveDir Directories="$(MergedOutputPath)" />
<MakeDir Directories="$(MergedOutputPath)" ContinueOnError="true" />
<ILMerge InputAssemblies="@(MergeAsm)" OutputFile="$(MergedOutputPath)\QuartzNetWebConsole.dll" XmlDocs="true" DebugInfo="true" Internalize="true" />
<ILMerge InputAssemblies="@(MergeAsm)" OutputFile="$(MergedOutputPath)\QuartzNetWebConsole.dll" ExcludeFile="$(SolutionDir)\ilmerge.exclude" XmlDocs="true" DebugInfo="true" Internalize="true" />
</Target>
<Target Name="BeforeBuild">
</Target>
Expand Down
1 change: 1 addition & 0 deletions ilmerge.exclude
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QuartzNetWebConsole.Views.*

0 comments on commit c014a97

Please sign in to comment.