Update NLog to Version 5
This commit is contained in:
parent
50d2aba0e4
commit
ac4ec74ff2
@ -1,16 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient" />
|
||||||
providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
@ -56,4 +55,12 @@
|
|||||||
</setting>
|
</setting>
|
||||||
</CONFIG_APP.My.MySettings>
|
</CONFIG_APP.My.MySettings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -65,8 +65,8 @@
|
|||||||
<HintPath>..\..\..\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
|
<HintPath>..\..\..\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NLog.4.7.10\lib\net45\NLog.dll</HintPath>
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="NLog" version="4.7.10" targetFramework="net461" />
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
@ -82,9 +82,8 @@
|
|||||||
<HintPath>P:\Visual Studio Projekte\Bibliotheken\Limilabs\Mail.dll\Mail.dll</HintPath>
|
<HintPath>P:\Visual Studio Projekte\Bibliotheken\Limilabs\Mail.dll\Mail.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\NLog.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
</configSections>
|
</configSections>
|
||||||
@ -7,7 +7,7 @@
|
|||||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||||
<listeners>
|
<listeners>
|
||||||
<add name="FileLog"/>
|
<add name="FileLog" />
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||||
<!--<add name="EventLog"/>-->
|
<!--<add name="EventLog"/>-->
|
||||||
</listeners>
|
</listeners>
|
||||||
@ -17,11 +17,17 @@
|
|||||||
<add name="DefaultSwitch" value="Information" />
|
<add name="DefaultSwitch" value="Information" />
|
||||||
</switches>
|
</switches>
|
||||||
<sharedListeners>
|
<sharedListeners>
|
||||||
<add name="FileLog"
|
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter" />
|
||||||
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
|
|
||||||
initializeData="FileLogWriter"/>
|
|
||||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||||
</sharedListeners>
|
</sharedListeners>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="AE.Net.Mail" version="1.7.10.0" targetFramework="net461" />
|
<package id="AE.Net.Mail" version="1.7.10.0" targetFramework="net461" />
|
||||||
<package id="NLog" version="4.7.10" targetFramework="net461" />
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
||||||
<package id="S22.Imap" version="3.6.0.0" targetFramework="net461" />
|
<package id="S22.Imap" version="3.6.0.0" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
@ -1,13 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="SERV_EMAIL.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
<section name="SERV_EMAIL.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="SERV_EMAIL.My.MySettings.MyConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
|
<add name="SERV_EMAIL.My.MySettings.MyConnectionString" connectionString="Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient" />
|
||||||
providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
@ -43,4 +42,12 @@
|
|||||||
</setting>
|
</setting>
|
||||||
</SERV_EMAIL.My.MySettings>
|
</SERV_EMAIL.My.MySettings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -73,9 +73,8 @@
|
|||||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\NLog.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="NLog" version="4.5.8" targetFramework="net461" />
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
BIN
App/packages/NLog.4.5.8/NLog.4.5.8.nupkg
vendored
BIN
App/packages/NLog.4.5.8/NLog.4.5.8.nupkg
vendored
Binary file not shown.
BIN
App/packages/NLog.4.5.8/lib/monoandroid44/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/monoandroid44/NLog.dll
vendored
Binary file not shown.
24201
App/packages/NLog.4.5.8/lib/monoandroid44/NLog.xml
vendored
24201
App/packages/NLog.4.5.8/lib/monoandroid44/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/net35/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/net35/NLog.dll
vendored
Binary file not shown.
26594
App/packages/NLog.4.5.8/lib/net35/NLog.xml
vendored
26594
App/packages/NLog.4.5.8/lib/net35/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/net40-client/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/net40-client/NLog.dll
vendored
Binary file not shown.
26693
App/packages/NLog.4.5.8/lib/net40-client/NLog.xml
vendored
26693
App/packages/NLog.4.5.8/lib/net40-client/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/net45/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/net45/NLog.dll
vendored
Binary file not shown.
26890
App/packages/NLog.4.5.8/lib/net45/NLog.xml
vendored
26890
App/packages/NLog.4.5.8/lib/net45/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/netstandard1.3/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/netstandard1.3/NLog.dll
vendored
Binary file not shown.
23375
App/packages/NLog.4.5.8/lib/netstandard1.3/NLog.xml
vendored
23375
App/packages/NLog.4.5.8/lib/netstandard1.3/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/netstandard1.5/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/netstandard1.5/NLog.dll
vendored
Binary file not shown.
24225
App/packages/NLog.4.5.8/lib/netstandard1.5/NLog.xml
vendored
24225
App/packages/NLog.4.5.8/lib/netstandard1.5/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/netstandard2.0/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/netstandard2.0/NLog.dll
vendored
Binary file not shown.
24936
App/packages/NLog.4.5.8/lib/netstandard2.0/NLog.xml
vendored
24936
App/packages/NLog.4.5.8/lib/netstandard2.0/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/sl4/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/sl4/NLog.dll
vendored
Binary file not shown.
19744
App/packages/NLog.4.5.8/lib/sl4/NLog.xml
vendored
19744
App/packages/NLog.4.5.8/lib/sl4/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/sl5/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/sl5/NLog.dll
vendored
Binary file not shown.
19834
App/packages/NLog.4.5.8/lib/sl5/NLog.xml
vendored
19834
App/packages/NLog.4.5.8/lib/sl5/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/wp8/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/wp8/NLog.dll
vendored
Binary file not shown.
19010
App/packages/NLog.4.5.8/lib/wp8/NLog.xml
vendored
19010
App/packages/NLog.4.5.8/lib/wp8/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.5.8/lib/xamarinios10/NLog.dll
vendored
BIN
App/packages/NLog.4.5.8/lib/xamarinios10/NLog.dll
vendored
Binary file not shown.
24101
App/packages/NLog.4.5.8/lib/xamarinios10/NLog.xml
vendored
24101
App/packages/NLog.4.5.8/lib/xamarinios10/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/.signature.p7s
vendored
BIN
App/packages/NLog.4.7.10/.signature.p7s
vendored
Binary file not shown.
BIN
App/packages/NLog.4.7.10/NLog.4.7.10.nupkg
vendored
BIN
App/packages/NLog.4.7.10/NLog.4.7.10.nupkg
vendored
Binary file not shown.
BIN
App/packages/NLog.4.7.10/lib/monoandroid44/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/monoandroid44/NLog.dll
vendored
Binary file not shown.
26714
App/packages/NLog.4.7.10/lib/monoandroid44/NLog.xml
vendored
26714
App/packages/NLog.4.7.10/lib/monoandroid44/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/net35/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/net35/NLog.dll
vendored
Binary file not shown.
29217
App/packages/NLog.4.7.10/lib/net35/NLog.xml
vendored
29217
App/packages/NLog.4.7.10/lib/net35/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/net40-client/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/net40-client/NLog.dll
vendored
Binary file not shown.
29448
App/packages/NLog.4.7.10/lib/net40-client/NLog.xml
vendored
29448
App/packages/NLog.4.7.10/lib/net40-client/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/net45/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/net45/NLog.dll
vendored
Binary file not shown.
29646
App/packages/NLog.4.7.10/lib/net45/NLog.xml
vendored
29646
App/packages/NLog.4.7.10/lib/net45/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/netstandard1.3/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/netstandard1.3/NLog.dll
vendored
Binary file not shown.
25787
App/packages/NLog.4.7.10/lib/netstandard1.3/NLog.xml
vendored
25787
App/packages/NLog.4.7.10/lib/netstandard1.3/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/netstandard1.5/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/netstandard1.5/NLog.dll
vendored
Binary file not shown.
26786
App/packages/NLog.4.7.10/lib/netstandard1.5/NLog.xml
vendored
26786
App/packages/NLog.4.7.10/lib/netstandard1.5/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/netstandard2.0/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/netstandard2.0/NLog.dll
vendored
Binary file not shown.
27594
App/packages/NLog.4.7.10/lib/netstandard2.0/NLog.xml
vendored
27594
App/packages/NLog.4.7.10/lib/netstandard2.0/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/sl4/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/sl4/NLog.dll
vendored
Binary file not shown.
21926
App/packages/NLog.4.7.10/lib/sl4/NLog.xml
vendored
21926
App/packages/NLog.4.7.10/lib/sl4/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/sl5/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/sl5/NLog.dll
vendored
Binary file not shown.
22092
App/packages/NLog.4.7.10/lib/sl5/NLog.xml
vendored
22092
App/packages/NLog.4.7.10/lib/sl5/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/wp8/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/wp8/NLog.dll
vendored
Binary file not shown.
21268
App/packages/NLog.4.7.10/lib/wp8/NLog.xml
vendored
21268
App/packages/NLog.4.7.10/lib/wp8/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
BIN
App/packages/NLog.4.7.10/lib/xamarinios10/NLog.dll
vendored
BIN
App/packages/NLog.4.7.10/lib/xamarinios10/NLog.dll
vendored
Binary file not shown.
26660
App/packages/NLog.4.7.10/lib/xamarinios10/NLog.xml
vendored
26660
App/packages/NLog.4.7.10/lib/xamarinios10/NLog.xml
vendored
File diff suppressed because it is too large
Load Diff
@ -1,24 +1,32 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="wisag_check_Att.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
<section name="wisag_check_Att.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="wisag_check_Att.My.MySettings.DD_ECM_CONSTRING" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"/>
|
<add name="wisag_check_Att.My.MySettings.DD_ECM_CONSTRING" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
</startup>
|
</startup>
|
||||||
<userSettings>
|
<userSettings>
|
||||||
<wisag_check_Att.My.MySettings>
|
<wisag_check_Att.My.MySettings>
|
||||||
<setting name="Temppath" serializeAs="String">
|
<setting name="Temppath" serializeAs="String">
|
||||||
<value/>
|
<value />
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="CURR_CHECK_PATH" serializeAs="String">
|
<setting name="CURR_CHECK_PATH" serializeAs="String">
|
||||||
<value/>
|
<value />
|
||||||
</setting>
|
</setting>
|
||||||
</wisag_check_Att.My.MySettings>
|
</wisag_check_Att.My.MySettings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="NLog" version="4.7.10" targetFramework="net472" />
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
@ -64,8 +64,8 @@
|
|||||||
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Email .NET\Bin\Independentsoft.Email.dll</HintPath>
|
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Email .NET\Bin\Independentsoft.Email.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NLog.4.7.10\lib\net45\NLog.dll</HintPath>
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user