diff --git a/AutoWeightServer/App.config b/AutoWeightServer/App.config index 2726768..d4f8681 100644 --- a/AutoWeightServer/App.config +++ b/AutoWeightServer/App.config @@ -8,7 +8,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -103,7 +103,15 @@ - + + + + + + + + + diff --git a/AutoWeightServer/AutoWeightServer.csproj b/AutoWeightServer/AutoWeightServer.csproj index 2ca5d4f..89c3b65 100644 --- a/AutoWeightServer/AutoWeightServer.csproj +++ b/AutoWeightServer/AutoWeightServer.csproj @@ -326,7 +326,6 @@ Designer - diff --git a/EC.Entity/EC.Entity.csproj b/EC.Entity/EC.Entity.csproj index b7f6d7b..b3c6614 100644 --- a/EC.Entity/EC.Entity.csproj +++ b/EC.Entity/EC.Entity.csproj @@ -33,6 +33,9 @@ false + + ..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll + @@ -47,11 +50,26 @@ + + ..\dll\EC.Data.dll + + + ..\dll\EC.Data.Dapper.dll + + + ..\dll\EC.Data.EF.dll + + + ..\dll\EC.Data.Repository.dll + - ..\..\dll\EC.DataAccess.dll + ..\dll\EC.DataAccess.dll + + + ..\dll\EC.Dto.dll - ..\..\dll\EC.Util.dll + ..\dll\EC.Util.dll ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll @@ -59,13 +77,37 @@ ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll + + ..\packages\Google.Protobuf.3.19.4\lib\net45\Google.Protobuf.dll + + + ..\packages\K4os.Compression.LZ4.1.2.6\lib\net45\K4os.Compression.LZ4.dll + + + ..\packages\K4os.Compression.LZ4.Streams.1.2.6\lib\net45\K4os.Compression.LZ4.Streams.dll + + + ..\packages\K4os.Hash.xxHash.1.0.6\lib\net45\K4os.Hash.xxHash.dll + + + ..\packages\MySql.Data.8.0.29\lib\net452\MySql.Data.dll + + + ..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll + + + - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll @@ -79,6 +121,12 @@ + + ..\packages\MySql.Data.8.0.29\lib\net452\Ubiety.Dns.Core.dll + + + ..\packages\MySql.Data.8.0.29\lib\net452\ZstdNet.dll + diff --git a/EC.Entity/app.config b/EC.Entity/app.config index 91fbda7..6c092ef 100644 --- a/EC.Entity/app.config +++ b/EC.Entity/app.config @@ -7,7 +7,7 @@ - + @@ -16,4 +16,21 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EC.Entity/packages.config b/EC.Entity/packages.config index b18c64b..b6d2455 100644 --- a/EC.Entity/packages.config +++ b/EC.Entity/packages.config @@ -1,8 +1,15 @@  + - - + + + + + + + + \ No newline at end of file diff --git a/EC.Service/EC.Service.csproj b/EC.Service/EC.Service.csproj index fe478f6..d31cbf6 100644 --- a/EC.Service/EC.Service.csproj +++ b/EC.Service/EC.Service.csproj @@ -33,37 +33,60 @@ false + + ..\dll\EC.Data.dll + + + ..\dll\EC.Data.Dapper.dll + + + ..\dll\EC.Data.EF.dll + + + ..\dll\EC.Data.Repository.dll + - ..\..\dll\EC.DataAccess.dll + ..\dll\EC.DataAccess.dll + + + ..\dll\EC.Dto.dll - ..\..\dll\EC.Util.dll + ..\dll\EC.Util.dll - ..\..\dll\EC.Util.Extension.dll + ..\dll\EC.Util.Extension.dll False - ..\..\dll\log4net.dll + ..\dll\log4net.dll False - ..\..\dll\Microsoft.Practices.EnterpriseLibrary.Common.dll + ..\dll\Microsoft.Practices.EnterpriseLibrary.Common.dll False - ..\..\dll\Microsoft.Practices.EnterpriseLibrary.Data.dll + ..\dll\Microsoft.Practices.EnterpriseLibrary.Data.dll False - ..\..\dll\Microsoft.Practices.ObjectBuilder2.dll + ..\dll\Microsoft.Practices.ObjectBuilder2.dll False - ..\..\dll\Microsoft.Practices.Unity.dll + ..\dll\Microsoft.Practices.Unity.dll - ..\..\dll\Microsoft.Practices.Unity.Configuration.dll + ..\dll\Microsoft.Practices.Unity.Configuration.dll + + + False + ..\dll\MySql.Data.dll + + + False + ..\dll\MySql.Data.Entity.EF6.dll ..\..\HFWorkServer\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/EC.Service/app.config b/EC.Service/app.config index c6d9a8f..4c7b281 100644 --- a/EC.Service/app.config +++ b/EC.Service/app.config @@ -1,4 +1,17 @@  - \ No newline at end of file + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EC.Utils/EC.Utils.csproj b/EC.Utils/EC.Utils.csproj index 76e8180..224575b 100644 --- a/EC.Utils/EC.Utils.csproj +++ b/EC.Utils/EC.Utils.csproj @@ -33,7 +33,31 @@ False - ..\..\dll\EC.Util.dll + ..\dll\EC.Util.dll + + + ..\dll\EC.Util.Extension.dll + + + ..\dll\EC.Util.FlowWork.dll + + + ..\dll\EC.Util.Ioc.dll + + + ..\dll\EC.Util.Offices.dll + + + ..\dll\EC.Util.Security.dll + + + ..\dll\EC.Util.SignalR.dll + + + ..\dll\EC.Util.WebControl.dll + + + ..\dll\EC.Util.WeChat.dll ..\..\HFWorkServer\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll