From 5c8e744c104b3cac6fdecc007329614e15107e1d Mon Sep 17 00:00:00 2001 From: daisukenishino2 Date: Tue, 18 Sep 2018 16:48:06 +0900 Subject: [PATCH] tweak. --- .../AsyncProcessingService.csproj | 4 +- .../Infrastructure/Business/Business.csproj | 116 ++++++- .../Infrastructure/Business/Dao/CmnDao.cs | 34 ++- .../Infrastructure/Business/Dao/MyBaseDao.cs | 35 ++- .../Business/Util/MyCmnFunction.cs | 286 ++++++++++++++++++ .../Infrastructure/Business/app.config | 11 + .../Infrastructure/Business/packages.config | 24 ++ .../Infrastructure/Business/Business.vbproj | 19 +- .../Infrastructure/Business/Dao/CmnDao.vb | 88 ++++-- .../Infrastructure/Business/Dao/MyBaseDao.vb | 195 ++++++------ 10 files changed, 662 insertions(+), 150 deletions(-) create mode 100644 root/programs/CS/Frameworks/Infrastructure/Business/Util/MyCmnFunction.cs create mode 100644 root/programs/CS/Frameworks/Infrastructure/Business/app.config create mode 100644 root/programs/CS/Frameworks/Infrastructure/Business/packages.config diff --git a/root/programs/CS/Frameworks/Infrastructure/AsyncProcessingService/AsyncProcessingService.csproj b/root/programs/CS/Frameworks/Infrastructure/AsyncProcessingService/AsyncProcessingService.csproj index c07a795..40e3031 100644 --- a/root/programs/CS/Frameworks/Infrastructure/AsyncProcessingService/AsyncProcessingService.csproj +++ b/root/programs/CS/Frameworks/Infrastructure/AsyncProcessingService/AsyncProcessingService.csproj @@ -51,7 +51,9 @@ - + + Component + Component diff --git a/root/programs/CS/Frameworks/Infrastructure/Business/Business.csproj b/root/programs/CS/Frameworks/Infrastructure/Business/Business.csproj index bea576c..a76d6a6 100644 --- a/root/programs/CS/Frameworks/Infrastructure/Business/Business.csproj +++ b/root/programs/CS/Frameworks/Infrastructure/Business/Business.csproj @@ -63,33 +63,116 @@ false - - ..\..\..\..\..\..\..\OpenTouryo\root\programs\CS\Frameworks\Infrastructure\Build\OpenTouryo.DamManagedOdp.dll + + ..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll + True - - ..\..\..\..\..\..\..\OpenTouryo\root\programs\CS\Frameworks\Infrastructure\Build\OpenTouryo.DamMySQL.dll + + ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll + True - - ..\..\..\..\..\..\..\OpenTouryo\root\programs\CS\Frameworks\Infrastructure\Build\OpenTouryo.DamPstGrS.dll + + ..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll + True - - ..\..\..\..\..\..\..\OpenTouryo\root\programs\CS\Frameworks\Infrastructure\Build\OpenTouryo.Framework.dll + + ..\packages\Microsoft.Owin.Security.3.1.0\lib\net45\Microsoft.Owin.Security.dll + True - - ..\..\..\..\..\..\..\OpenTouryo\root\programs\CS\Frameworks\Infrastructure\Build\OpenTouryo.Public.dll + + ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + True + + + ..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll + True + + + ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + True + + + ..\packages\Npgsql.3.2.5\lib\net451\Npgsql.dll + True + + + ..\packages\Touryo.Infrastructure.Public.Db.DamManagedOdp.2.3.0\lib\net46\OpenTouryo.DamManagedOdp.dll + True + + + ..\packages\Touryo.Infrastructure.Public.Db.DamMySQL.2.3.0\lib\net46\OpenTouryo.DamMySQL.dll + True + + + ..\packages\Touryo.Infrastructure.Public.Db.DamPstGrS.2.3.0\lib\net46\OpenTouryo.DamPstGrS.dll + True + + + ..\packages\Touryo.Infrastructure.Framework.2.3.0\lib\net46\OpenTouryo.Framework.dll + True + + + ..\packages\Touryo.Infrastructure.Public.2.3.0\lib\net46\OpenTouryo.Public.dll + True + + + ..\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40\Oracle.ManagedDataAccess.dll + True + + + ..\packages\Owin.1.0\lib\net40\Owin.dll + True + + + ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll + True + + + + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll + True + + + ..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll + True + + + ..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll + True + + + ..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll + True + + + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll + True + + + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll + True + + + ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll + True + - - - + + + @@ -112,11 +195,10 @@ + - - @@ -150,6 +232,10 @@ MyBusinessSystemExceptionMessageResource.Designer.cs + + + +