update-----init
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?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"
|
||||
autoReload="true"
|
||||
throwConfigExceptions="true"
|
||||
internalLogLevel="Info"
|
||||
internalLogToTrace="true">
|
||||
|
||||
<targets>
|
||||
|
||||
<target xsi:type="Null" name="blackhole" />
|
||||
|
||||
|
||||
<target name="LOG_FILE"
|
||||
xsi:type="File"
|
||||
layout="[${longdate}] ${pad:padding=-5:inner=${level:uppercase=true}}${newline}${message}${newline}"
|
||||
encoding="utf-8"
|
||||
fileName="Logs/${date:format=yyyyMMdd}/${filesystem-normalize:inner=${level}}.log" />
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<logger name="UserLog" minlevel="Trace" writeTo="LOG_FILE" />
|
||||
</rules>
|
||||
</nlog>
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?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"
|
||||
autoReload="true"
|
||||
throwConfigExceptions="true"
|
||||
internalLogLevel="Info"
|
||||
internalLogToTrace="true">
|
||||
|
||||
<targets>
|
||||
|
||||
<target xsi:type="Null" name="blackhole" />
|
||||
|
||||
|
||||
<target name="LOG_FILE"
|
||||
xsi:type="File"
|
||||
layout="[${longdate}] ${pad:padding=-5:inner=${level:uppercase=true}}${newline}${message}${newline}"
|
||||
encoding="utf-8"
|
||||
fileName="Logs/${date:format=yyyyMMdd}/${filesystem-normalize:inner=${level}}.log" />
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<logger name="UserLog" minlevel="Trace" writeTo="LOG_FILE" />
|
||||
</rules>
|
||||
</nlog>
|
||||
@@ -0,0 +1,16 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Hncore.Infrastructure")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Hncore.Infrastructure")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Hncore.Infrastructure")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
@@ -0,0 +1 @@
|
||||
743790ace7f17c66c59ef7fc10162b99d1e611e8
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
56c5dcdea370a366d112557f7678846f3e35d1dd
|
||||
@@ -0,0 +1,10 @@
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Debug\netstandard2.0\nlog.config
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Debug\netstandard2.0\Hncore.Infrastructure.deps.json
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Debug\netstandard2.0\Hncore.Infrastructure.dll
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Debug\netstandard2.0\Hncore.Infrastructure.pdb
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.csprojAssemblyReference.cache
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.csproj.CoreCompileInputs.cache
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.AssemblyInfoInputs.cache
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.AssemblyInfo.cs
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.dll
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Debug\netstandard2.0\Hncore.Infrastructure.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 1,
|
||||
"dgSpecHash": "VenmmvGXHjpW5OKSu1sdfGu/b0lbYePTjdVwcoAFcnTBPvxAiDsTwqw7nQsxzUtHZa1F9KXTN9FnJoFAoiSsYg==",
|
||||
"success": true
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\admin\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.9.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)xunit.core\2.4.1\build\xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.4.1\build\xunit.core.props')" />
|
||||
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.props')" />
|
||||
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\admin\.nuget\packages\xunit.analyzers\0.10.0</Pkgxunit_analyzers>
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.codeanalysis.analyzers\1.1.0</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
<PkgMicrosoft_AspNetCore_Razor_Design Condition=" '$(PkgMicrosoft_AspNetCore_Razor_Design)' == '' ">C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.razor.design\2.2.0</PkgMicrosoft_AspNetCore_Razor_Design>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)xunit.core\2.4.1\build\xunit.core.targets" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.4.1\build\xunit.core.targets')" />
|
||||
<Import Project="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets" Condition="Exists('C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.extensions\2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,16 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Hncore.Infrastructure")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Hncore.Infrastructure")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Hncore.Infrastructure")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
@@ -0,0 +1 @@
|
||||
c91f8515dd5a6029b2a57f3aed189f0c72d61f36
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
56c5dcdea370a366d112557f7678846f3e35d1dd
|
||||
@@ -0,0 +1,10 @@
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Release\netstandard2.0\nlog.config
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Release\netstandard2.0\Hncore.Infrastructure.deps.json
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Release\netstandard2.0\Hncore.Infrastructure.dll
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\bin\Release\netstandard2.0\Hncore.Infrastructure.pdb
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.csprojAssemblyReference.cache
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.csproj.CoreCompileInputs.cache
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.AssemblyInfoInputs.cache
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.AssemblyInfo.cs
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.dll
|
||||
D:\test\juipnet\Infrastructure\Hncore.Infrastructure\obj\Release\netstandard2.0\Hncore.Infrastructure.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
10427
Infrastructure/Hncore.Infrastructure/obj/project.assets.json
Normal file
10427
Infrastructure/Hncore.Infrastructure/obj/project.assets.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user