修改框架
This commit is contained in:
parent
d0a2b6a9f2
commit
e031249214
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
|
|
||||||
|
@ -21,8 +21,10 @@
|
||||||
<param name="StaticLogFileName" value="false"/>
|
<param name="StaticLogFileName" value="false"/>
|
||||||
<layout type="log4net.Layout.PatternLayout,log4net">
|
<layout type="log4net.Layout.PatternLayout,log4net">
|
||||||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n"/>
|
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n"/>
|
||||||
<param name="Header" value=" ------------------------------------------------
" />
|
<param name="Header" value=" ------------------------------------------------
|
||||||
<param name="Footer" value=" ------------------------------------------------
" />
|
"/>
|
||||||
|
<param name="Footer" value=" ------------------------------------------------
|
||||||
|
"/>
|
||||||
</layout>
|
</layout>
|
||||||
</appender>
|
</appender>
|
||||||
<appender name="consoleApp" type="log4net.Appender.ConsoleAppender,log4net">
|
<appender name="consoleApp" type="log4net.Appender.ConsoleAppender,log4net">
|
||||||
|
@ -32,6 +34,6 @@
|
||||||
</appender>
|
</appender>
|
||||||
</log4net>
|
</log4net>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
|
||||||
</startup>
|
</startup>
|
||||||
</configuration>
|
</configuration>
|
|
@ -8,10 +8,11 @@
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>NengLiang</RootNamespace>
|
<RootNamespace>NengLiang</RootNamespace>
|
||||||
<AssemblyName>NengLiangBiao</AssemblyName>
|
<AssemblyName>NengLiangBiao</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configSections>
|
<configSections>
|
||||||
|
|
||||||
|
@ -21,8 +21,10 @@
|
||||||
<param name="StaticLogFileName" value="false"/>
|
<param name="StaticLogFileName" value="false"/>
|
||||||
<layout type="log4net.Layout.PatternLayout,log4net">
|
<layout type="log4net.Layout.PatternLayout,log4net">
|
||||||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n"/>
|
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n"/>
|
||||||
<param name="Header" value=" ------------------------------------------------
" />
|
<param name="Header" value=" ------------------------------------------------
|
||||||
<param name="Footer" value=" ------------------------------------------------
" />
|
"/>
|
||||||
|
<param name="Footer" value=" ------------------------------------------------
|
||||||
|
"/>
|
||||||
</layout>
|
</layout>
|
||||||
</appender>
|
</appender>
|
||||||
<appender name="consoleApp" type="log4net.Appender.ConsoleAppender,log4net">
|
<appender name="consoleApp" type="log4net.Appender.ConsoleAppender,log4net">
|
||||||
|
@ -32,6 +34,6 @@
|
||||||
</appender>
|
</appender>
|
||||||
</log4net>
|
</log4net>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
|
||||||
</startup>
|
</startup>
|
||||||
</configuration>
|
</configuration>
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6", FrameworkDisplayName = ".NET Framework 4.6")]
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
ad0e83639c26b4c0111cceda2a82adc5e7cefa22
|
e1b149580cb936c540e09043b7cb253016595031
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue