init
This commit is contained in:
parent
1281b1c854
commit
bd95d98d7c
Binary file not shown.
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
<log4net>
|
||||
<root>
|
||||
<level value="ALL" />
|
||||
|
@ -29,4 +26,8 @@
|
|||
</layout>
|
||||
</appender>
|
||||
</log4net>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
|
||||
</configuration>
|
|
@ -32,6 +32,9 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>木片驱动器服务器.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
||||
<HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
||||
|
@ -54,5 +57,8 @@
|
|||
<None Include="App.config" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="木片驱动器服务器.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
Binary file not shown.
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
<log4net>
|
||||
<root>
|
||||
<level value="ALL" />
|
||||
<appender-ref ref="SysAppender" />
|
||||
</root>
|
||||
<logger name="WebLogger">
|
||||
<level value="DEBUG" />
|
||||
</logger>
|
||||
<appender name="SysAppender" type="log4net.Appender.RollingFileAppender,log4net">
|
||||
<param name="File" value="App_Data/" />
|
||||
<param name="AppendToFile" value="true" />
|
||||
<param name="RollingStyle" value="Date" />
|
||||
<param name="DatePattern" value=""Logs_"yyyyMMdd".txt"" />
|
||||
<param name="StaticLogFileName" value="false" />
|
||||
<layout type="log4net.Layout.PatternLayout,log4net">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n" />
|
||||
<param name="Header" value=" ------------------------------------------------
" />
|
||||
<param name="Footer" value=" ------------------------------------------------
" />
|
||||
</layout>
|
||||
</appender>
|
||||
<appender name="consoleApp" type="log4net.Appender.ConsoleAppender,log4net">
|
||||
<layout type="log4net.Layout.PatternLayout,log4net">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n" />
|
||||
</layout>
|
||||
</appender>
|
||||
</log4net>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
<log4net>
|
||||
<root>
|
||||
<level value="ALL" />
|
||||
<appender-ref ref="SysAppender" />
|
||||
</root>
|
||||
<logger name="WebLogger">
|
||||
<level value="DEBUG" />
|
||||
</logger>
|
||||
<appender name="SysAppender" type="log4net.Appender.RollingFileAppender,log4net">
|
||||
<param name="File" value="App_Data/" />
|
||||
<param name="AppendToFile" value="true" />
|
||||
<param name="RollingStyle" value="Date" />
|
||||
<param name="DatePattern" value=""Logs_"yyyyMMdd".txt"" />
|
||||
<param name="StaticLogFileName" value="false" />
|
||||
<layout type="log4net.Layout.PatternLayout,log4net">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n" />
|
||||
<param name="Header" value=" ------------------------------------------------
" />
|
||||
<param name="Footer" value=" ------------------------------------------------
" />
|
||||
</layout>
|
||||
</appender>
|
||||
<appender name="consoleApp" type="log4net.Appender.ConsoleAppender,log4net">
|
||||
<layout type="log4net.Layout.PatternLayout,log4net">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n" />
|
||||
</layout>
|
||||
</appender>
|
||||
</log4net>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -79,5 +79,8 @@ namespace DianBiao
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
S
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
9249cfe4e0e48efb1895f8495f92b7994c9c4f09
|
|
@ -0,0 +1,10 @@
|
|||
D:\XM\C#\DianBiao\DianBiao\bin\Debug\DianBiao.exe.config
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Debug\DianBiao.exe
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Debug\DianBiao.pdb
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Debug\log4net.dll
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Debug\log4net.xml
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Debug\DianBiao.csproj.AssemblyReference.cache
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Debug\DianBiao.csproj.CoreCompileInputs.cache
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Debug\DianBiao.csproj.CopyComplete
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Debug\DianBiao.exe
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Debug\DianBiao.pdb
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
1c0bb94d43f66d8ab50447023ca907fbb6234e97
|
|
@ -0,0 +1,10 @@
|
|||
D:\XM\C#\DianBiao\DianBiao\bin\Release\DianBiao.exe.config
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Release\DianBiao.exe
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Release\DianBiao.pdb
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Release\log4net.dll
|
||||
D:\XM\C#\DianBiao\DianBiao\bin\Release\log4net.xml
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Release\DianBiao.csproj.AssemblyReference.cache
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Release\DianBiao.csproj.CoreCompileInputs.cache
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Release\DianBiao.csproj.CopyComplete
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Release\DianBiao.exe
|
||||
D:\XM\C#\DianBiao\DianBiao\obj\Release\DianBiao.pdb
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Loading…
Reference in New Issue