update pacchetto NLOG
This commit is contained in:
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
-14629
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
-14755
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
-14705
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
-14705
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
-9287
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
-9158
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
-9321
File diff suppressed because it is too large
Load Diff
Binary file not shown.
-9315
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
-9741
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
Vendored
-9741
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-25
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<!--
|
||||
See http://nlog-project.org/wiki/Configuration_file
|
||||
for information on customizing logging rules and outputs.
|
||||
-->
|
||||
<targets>
|
||||
<!-- add your targets here -->
|
||||
|
||||
<!--
|
||||
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
|
||||
layout="${longdate} ${uppercase:${level}} ${message}" />
|
||||
-->
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<!-- add your logging rules here -->
|
||||
|
||||
<!--
|
||||
<logger name="*" minlevel="Trace" writeTo="f" />
|
||||
-->
|
||||
</rules>
|
||||
</nlog>
|
||||
-12
@@ -1,12 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$configItem = $project.ProjectItems.Item("NLog.config")
|
||||
|
||||
# set 'Copy To Output Directory' to 'Copy if newer'
|
||||
$copyToOutput = $configItem.Properties.Item("CopyToOutputDirectory")
|
||||
$copyToOutput.Value = 1
|
||||
|
||||
# set 'Build Action' to 'Content'
|
||||
$buildAction = $configItem.Properties.Item("BuildAction")
|
||||
$buildAction.Value = 2
|
||||
|
||||
Binary file not shown.
-2638
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user