Skip to content

Commit

Permalink
Include Serilog.dll in the output directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorossi committed Dec 29, 2014
1 parent 265c3ef commit 49a84a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Settings.proj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ limitations under the License.
<PackageFiles Include="$(OutputPath)log4net.xml" Condition="Exists('$(OutputPath)log4net.xml')"/>
<PackageFiles Include="$(OutputPath)NLog.dll" Condition="Exists('$(OutputPath)NLog.dll')"/>
<PackageFiles Include="$(OutputPath)NLog.xml" Condition="Exists('$(OutputPath)NLog.xml')"/>
<PackageFiles Include="$(OutputPath)Serilog.dll" Condition="Exists('$(OutputPath)Serilog.dll')"/>
<PackageFiles Include="$(OutputPath)Serilog.xml" Condition="Exists('$(OutputPath)Serilog.xml')"/>
<PackageFiles Include="$(OutputPath)Serilog.FullNetFX.dll" Condition="Exists('$(OutputPath)Serilog.FullNetFX.dll')"/>
<PackageFiles Include="$(OutputPath)Serilog.FullNetFX.xml" Condition="Exists('$(OutputPath)Serilog.FullNetFX.xml')"/>
</ItemGroup>

<Target Name="_InitializeDynamicProperties">
Expand Down

0 comments on commit 49a84a2

Please sign in to comment.