From 3c47fc1924dac3dd9952d23a107e8acf9e6c107c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 10 Oct 2023 16:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=20=20.sln=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- .../Tnb.BasicData.Entities/Tnb.BasicData.Entities.csproj | 1 + .../Tnb.BasicData.Interfaces/Tnb.BasicData.Interfaces.csproj | 1 + BasicData/Tnb.BasicData/Tnb.BasicData.csproj | 1 + EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj | 1 + .../Tnb.EquipMgr.Interfaces/Tnb.EquipMgr.Interfaces.csproj | 1 + EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj | 1 + PerMgr/Tnb.PerMgr.Entities/Tnb.PerMgr.Entities.csproj | 1 + PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj | 1 + PerMgr/Tnb.PerMgr/Tnb.PerMgr.csproj | 1 + .../Tnb.ProductionMgr.Entities.csproj | 1 + .../Tnb.ProductionMgr.Interfaces.csproj | 1 + ProductionMgr/Tnb.ProductionMgr/Tnb.ProductionMgr.csproj | 1 + QcMgr/Tnb.QcMgr.Entities/Tnb.QcMgr.Entities.csproj | 1 + QcMgr/Tnb.QcMgr.Interfaces/Tnb.QcMgr.Interfaces.csproj | 1 + QcMgr/Tnb.QcMgr/Tnb.QcMgr.csproj | 1 + .../Tnb.WarehouseMgr.Entities.csproj | 1 + .../Tnb.WarehouseMgr.Interfaces.csproj | 1 + WarehouseMgr/Tnb.WarehouseMgr/Tnb.WarehouseMgr.csproj | 1 + app/Tnb.Apps.Entitys/Tnb.Apps.Entitys.csproj | 1 + app/Tnb.Apps.Interfaces/Tnb.Apps.Interfaces.csproj | 1 + app/Tnb.Apps/Tnb.Apps.csproj | 1 + common/Tnb.CollectiveOAuth/Tnb.CollectiveOAuth.csproj | 1 + common/Tnb.Common.Core/Tnb.Common.Core.csproj | 1 + common/Tnb.Common/Tnb.Common.csproj | 1 + common/Tnb.SqlSugar/Tnb.SqlSugar.csproj | 1 + common/Tnb.Thirdparty/Tnb.Thirdparty.csproj | 1 + common/Tnb.WebSockets/Tnb.WebSockets.csproj | 1 + extend/Tnb.Extend.Entitys/Tnb.Extend.Entitys.csproj | 1 + extend/Tnb.Extend.Interfaces/Tnb.Extend.Interfaces.csproj | 1 + message/Tnb.Message.Entitys/Tnb.Message.Entitys.csproj | 1 + message/Tnb.Message.Interfaces/Tnb.Message.Interfaces.csproj | 1 + message/Tnb.Message/Tnb.Message.csproj | 1 + system/Tnb.OAuth/Tnb.OAuth.csproj | 1 + system/Tnb.Systems.Entitys/Tnb.Systems.Entitys.csproj | 1 + system/Tnb.Systems.Interfaces/Tnb.Systems.Interfaces.csproj | 1 + system/Tnb.Systems/Tnb.Systems.csproj | 1 + .../Tnb.TaskScheduler.Entitys.csproj | 1 + .../Tnb.TaskScheduler.Interfaces.csproj | 1 + taskschedule/Tnb.TaskScheduler/Tnb.TaskScheduler.csproj | 1 + visualdev/Tnb.Vengine/Tnb.Vengine.csproj | 1 + visualdev/Tnb.VisualDev.Engine/Tnb.VisualDev.Engine.csproj | 1 + visualdev/Tnb.VisualDev.Entitys/Tnb.VisualDev.Entitys.csproj | 1 + .../Tnb.VisualDev.Interfaces/Tnb.VisualDev.Interfaces.csproj | 1 + visualdev/Tnb.VisualDev/Tnb.VisualDev.csproj | 1 + workflow/Tnb.WorkFlow.Entitys/Tnb.WorkFlow.Entitys.csproj | 1 + .../Tnb.WorkFlow.Interfaces/Tnb.WorkFlow.Interfaces.csproj | 1 + workflow/Tnb.WorkFlow/Tnb.WorkFlow.csproj | 1 + 48 files changed, 49 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1279fe48..bda3ead7 100644 --- a/.gitignore +++ b/.gitignore @@ -370,5 +370,5 @@ JetBrains Rider *.sln.DotSettings.VS2017.user *.sln.DotSettings.VS2019.user /apihost/Tnb.API.Entry/Configurations/AppSetting.json -/Tnb.Server.sln -/Tnb.Server.sln +#/Tnb.Server.sln +#/Tnb.Server.sln diff --git a/BasicData/Tnb.BasicData.Entities/Tnb.BasicData.Entities.csproj b/BasicData/Tnb.BasicData.Entities/Tnb.BasicData.Entities.csproj index 77f4adb8..bc02f09d 100644 --- a/BasicData/Tnb.BasicData.Entities/Tnb.BasicData.Entities.csproj +++ b/BasicData/Tnb.BasicData.Entities/Tnb.BasicData.Entities.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/BasicData/Tnb.BasicData.Interfaces/Tnb.BasicData.Interfaces.csproj b/BasicData/Tnb.BasicData.Interfaces/Tnb.BasicData.Interfaces.csproj index 6d21950f..40c23903 100644 --- a/BasicData/Tnb.BasicData.Interfaces/Tnb.BasicData.Interfaces.csproj +++ b/BasicData/Tnb.BasicData.Interfaces/Tnb.BasicData.Interfaces.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/BasicData/Tnb.BasicData/Tnb.BasicData.csproj b/BasicData/Tnb.BasicData/Tnb.BasicData.csproj index b53e3d81..9de471f3 100644 --- a/BasicData/Tnb.BasicData/Tnb.BasicData.csproj +++ b/BasicData/Tnb.BasicData/Tnb.BasicData.csproj @@ -6,6 +6,7 @@ enable enable True + Debug;Release;tianyi diff --git a/EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj b/EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj index e910aaa2..edabb960 100644 --- a/EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj +++ b/EquipMgr/Tnb.EquipMgr.Entities/Tnb.EquipMgr.Entities.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/EquipMgr/Tnb.EquipMgr.Interfaces/Tnb.EquipMgr.Interfaces.csproj b/EquipMgr/Tnb.EquipMgr.Interfaces/Tnb.EquipMgr.Interfaces.csproj index 510df9dd..83209e17 100644 --- a/EquipMgr/Tnb.EquipMgr.Interfaces/Tnb.EquipMgr.Interfaces.csproj +++ b/EquipMgr/Tnb.EquipMgr.Interfaces/Tnb.EquipMgr.Interfaces.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj b/EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj index ad5c6e86..bc0feb94 100644 --- a/EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj +++ b/EquipMgr/Tnb.EquipMgr/Tnb.EquipMgr.csproj @@ -6,6 +6,7 @@ enable enable True + Debug;Release;tianyi diff --git a/PerMgr/Tnb.PerMgr.Entities/Tnb.PerMgr.Entities.csproj b/PerMgr/Tnb.PerMgr.Entities/Tnb.PerMgr.Entities.csproj index 39d8435c..27dc0316 100644 --- a/PerMgr/Tnb.PerMgr.Entities/Tnb.PerMgr.Entities.csproj +++ b/PerMgr/Tnb.PerMgr.Entities/Tnb.PerMgr.Entities.csproj @@ -4,6 +4,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj b/PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj index 6f9a432e..33c6f24b 100644 --- a/PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj +++ b/PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj @@ -4,6 +4,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/PerMgr/Tnb.PerMgr/Tnb.PerMgr.csproj b/PerMgr/Tnb.PerMgr/Tnb.PerMgr.csproj index 70b75e15..e09a63c1 100644 --- a/PerMgr/Tnb.PerMgr/Tnb.PerMgr.csproj +++ b/PerMgr/Tnb.PerMgr/Tnb.PerMgr.csproj @@ -4,6 +4,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/ProductionMgr/Tnb.ProductionMgr.Entities/Tnb.ProductionMgr.Entities.csproj b/ProductionMgr/Tnb.ProductionMgr.Entities/Tnb.ProductionMgr.Entities.csproj index 1e177c15..ce732dd2 100644 --- a/ProductionMgr/Tnb.ProductionMgr.Entities/Tnb.ProductionMgr.Entities.csproj +++ b/ProductionMgr/Tnb.ProductionMgr.Entities/Tnb.ProductionMgr.Entities.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/ProductionMgr/Tnb.ProductionMgr.Interfaces/Tnb.ProductionMgr.Interfaces.csproj b/ProductionMgr/Tnb.ProductionMgr.Interfaces/Tnb.ProductionMgr.Interfaces.csproj index 8a11db50..9b137e20 100644 --- a/ProductionMgr/Tnb.ProductionMgr.Interfaces/Tnb.ProductionMgr.Interfaces.csproj +++ b/ProductionMgr/Tnb.ProductionMgr.Interfaces/Tnb.ProductionMgr.Interfaces.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/ProductionMgr/Tnb.ProductionMgr/Tnb.ProductionMgr.csproj b/ProductionMgr/Tnb.ProductionMgr/Tnb.ProductionMgr.csproj index 1e9a332b..c8532136 100644 --- a/ProductionMgr/Tnb.ProductionMgr/Tnb.ProductionMgr.csproj +++ b/ProductionMgr/Tnb.ProductionMgr/Tnb.ProductionMgr.csproj @@ -6,6 +6,7 @@ enable enable True + Debug;Release;tianyi diff --git a/QcMgr/Tnb.QcMgr.Entities/Tnb.QcMgr.Entities.csproj b/QcMgr/Tnb.QcMgr.Entities/Tnb.QcMgr.Entities.csproj index e910aaa2..edabb960 100644 --- a/QcMgr/Tnb.QcMgr.Entities/Tnb.QcMgr.Entities.csproj +++ b/QcMgr/Tnb.QcMgr.Entities/Tnb.QcMgr.Entities.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/QcMgr/Tnb.QcMgr.Interfaces/Tnb.QcMgr.Interfaces.csproj b/QcMgr/Tnb.QcMgr.Interfaces/Tnb.QcMgr.Interfaces.csproj index 4bb868dc..c2786e35 100644 --- a/QcMgr/Tnb.QcMgr.Interfaces/Tnb.QcMgr.Interfaces.csproj +++ b/QcMgr/Tnb.QcMgr.Interfaces/Tnb.QcMgr.Interfaces.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/QcMgr/Tnb.QcMgr/Tnb.QcMgr.csproj b/QcMgr/Tnb.QcMgr/Tnb.QcMgr.csproj index d77af53f..518e6220 100644 --- a/QcMgr/Tnb.QcMgr/Tnb.QcMgr.csproj +++ b/QcMgr/Tnb.QcMgr/Tnb.QcMgr.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Tnb.WarehouseMgr.Entities.csproj b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Tnb.WarehouseMgr.Entities.csproj index e910aaa2..edabb960 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Tnb.WarehouseMgr.Entities.csproj +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Tnb.WarehouseMgr.Entities.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/Tnb.WarehouseMgr.Interfaces.csproj b/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/Tnb.WarehouseMgr.Interfaces.csproj index 5ac5165a..a57bb353 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/Tnb.WarehouseMgr.Interfaces.csproj +++ b/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/Tnb.WarehouseMgr.Interfaces.csproj @@ -5,6 +5,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/WarehouseMgr/Tnb.WarehouseMgr/Tnb.WarehouseMgr.csproj b/WarehouseMgr/Tnb.WarehouseMgr/Tnb.WarehouseMgr.csproj index b74e112b..d805e581 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/Tnb.WarehouseMgr.csproj +++ b/WarehouseMgr/Tnb.WarehouseMgr/Tnb.WarehouseMgr.csproj @@ -7,6 +7,7 @@ enable enable True + Debug;Release;tianyi diff --git a/app/Tnb.Apps.Entitys/Tnb.Apps.Entitys.csproj b/app/Tnb.Apps.Entitys/Tnb.Apps.Entitys.csproj index 76aef262..08bcb7bf 100644 --- a/app/Tnb.Apps.Entitys/Tnb.Apps.Entitys.csproj +++ b/app/Tnb.Apps.Entitys/Tnb.Apps.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8618; + Debug;Release;tianyi diff --git a/app/Tnb.Apps.Interfaces/Tnb.Apps.Interfaces.csproj b/app/Tnb.Apps.Interfaces/Tnb.Apps.Interfaces.csproj index 1f9777ea..52320baa 100644 --- a/app/Tnb.Apps.Interfaces/Tnb.Apps.Interfaces.csproj +++ b/app/Tnb.Apps.Interfaces/Tnb.Apps.Interfaces.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/app/Tnb.Apps/Tnb.Apps.csproj b/app/Tnb.Apps/Tnb.Apps.csproj index b596a93b..23b2954e 100644 --- a/app/Tnb.Apps/Tnb.Apps.csproj +++ b/app/Tnb.Apps/Tnb.Apps.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8625;CS1572;CS1573; + Debug;Release;tianyi diff --git a/common/Tnb.CollectiveOAuth/Tnb.CollectiveOAuth.csproj b/common/Tnb.CollectiveOAuth/Tnb.CollectiveOAuth.csproj index 8a42c1fd..c151ca4a 100644 --- a/common/Tnb.CollectiveOAuth/Tnb.CollectiveOAuth.csproj +++ b/common/Tnb.CollectiveOAuth/Tnb.CollectiveOAuth.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8618;CS8625;CS1572;CS1573;CS0168; + Debug;Release;tianyi diff --git a/common/Tnb.Common.Core/Tnb.Common.Core.csproj b/common/Tnb.Common.Core/Tnb.Common.Core.csproj index 5f5fed19..71303e8b 100644 --- a/common/Tnb.Common.Core/Tnb.Common.Core.csproj +++ b/common/Tnb.Common.Core/Tnb.Common.Core.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8618;CS8625;CS1572;CS1573;CS0168;CS1998; + Debug;Release;tianyi diff --git a/common/Tnb.Common/Tnb.Common.csproj b/common/Tnb.Common/Tnb.Common.csproj index b5e6e13b..b8426126 100644 --- a/common/Tnb.Common/Tnb.Common.csproj +++ b/common/Tnb.Common/Tnb.Common.csproj @@ -8,6 +8,7 @@ False False $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8605;CS8618;CS8619;CS8625;CS1572;CS1573; + Debug;Release;tianyi diff --git a/common/Tnb.SqlSugar/Tnb.SqlSugar.csproj b/common/Tnb.SqlSugar/Tnb.SqlSugar.csproj index 65402833..1db069e8 100644 --- a/common/Tnb.SqlSugar/Tnb.SqlSugar.csproj +++ b/common/Tnb.SqlSugar/Tnb.SqlSugar.csproj @@ -11,6 +11,7 @@ enable $(NoWarn);CS1591; False + Debug;Release;tianyi diff --git a/common/Tnb.Thirdparty/Tnb.Thirdparty.csproj b/common/Tnb.Thirdparty/Tnb.Thirdparty.csproj index 42576ee7..697f654a 100644 --- a/common/Tnb.Thirdparty/Tnb.Thirdparty.csproj +++ b/common/Tnb.Thirdparty/Tnb.Thirdparty.csproj @@ -8,6 +8,7 @@ enable False $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8618;CS8625;CS1572;CS1573;CS0168;CS0618; + Debug;Release;tianyi diff --git a/common/Tnb.WebSockets/Tnb.WebSockets.csproj b/common/Tnb.WebSockets/Tnb.WebSockets.csproj index b87a3d57..7993a15e 100644 --- a/common/Tnb.WebSockets/Tnb.WebSockets.csproj +++ b/common/Tnb.WebSockets/Tnb.WebSockets.csproj @@ -8,6 +8,7 @@ enable False $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8618;CS1572;CS1573;CS1998; + Debug;Release;tianyi diff --git a/extend/Tnb.Extend.Entitys/Tnb.Extend.Entitys.csproj b/extend/Tnb.Extend.Entitys/Tnb.Extend.Entitys.csproj index 76aef262..08bcb7bf 100644 --- a/extend/Tnb.Extend.Entitys/Tnb.Extend.Entitys.csproj +++ b/extend/Tnb.Extend.Entitys/Tnb.Extend.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8618; + Debug;Release;tianyi diff --git a/extend/Tnb.Extend.Interfaces/Tnb.Extend.Interfaces.csproj b/extend/Tnb.Extend.Interfaces/Tnb.Extend.Interfaces.csproj index aeee74fc..e2d74688 100644 --- a/extend/Tnb.Extend.Interfaces/Tnb.Extend.Interfaces.csproj +++ b/extend/Tnb.Extend.Interfaces/Tnb.Extend.Interfaces.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/message/Tnb.Message.Entitys/Tnb.Message.Entitys.csproj b/message/Tnb.Message.Entitys/Tnb.Message.Entitys.csproj index 76aef262..08bcb7bf 100644 --- a/message/Tnb.Message.Entitys/Tnb.Message.Entitys.csproj +++ b/message/Tnb.Message.Entitys/Tnb.Message.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8618; + Debug;Release;tianyi diff --git a/message/Tnb.Message.Interfaces/Tnb.Message.Interfaces.csproj b/message/Tnb.Message.Interfaces/Tnb.Message.Interfaces.csproj index a01086ce..a60a47f8 100644 --- a/message/Tnb.Message.Interfaces/Tnb.Message.Interfaces.csproj +++ b/message/Tnb.Message.Interfaces/Tnb.Message.Interfaces.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8625; + Debug;Release;tianyi diff --git a/message/Tnb.Message/Tnb.Message.csproj b/message/Tnb.Message/Tnb.Message.csproj index 1894305e..ca7ad31b 100644 --- a/message/Tnb.Message/Tnb.Message.csproj +++ b/message/Tnb.Message/Tnb.Message.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8625;CS1572;CS1573;CS0168; + Debug;Release;tianyi diff --git a/system/Tnb.OAuth/Tnb.OAuth.csproj b/system/Tnb.OAuth/Tnb.OAuth.csproj index af2ae6c7..fa156afa 100644 --- a/system/Tnb.OAuth/Tnb.OAuth.csproj +++ b/system/Tnb.OAuth/Tnb.OAuth.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8618;CS8625;CS1572;CS1573; + Debug;Release;tianyi diff --git a/system/Tnb.Systems.Entitys/Tnb.Systems.Entitys.csproj b/system/Tnb.Systems.Entitys/Tnb.Systems.Entitys.csproj index 1418d2c1..5cb0a5a3 100644 --- a/system/Tnb.Systems.Entitys/Tnb.Systems.Entitys.csproj +++ b/system/Tnb.Systems.Entitys/Tnb.Systems.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8603;CS8618; + Debug;Release;tianyi diff --git a/system/Tnb.Systems.Interfaces/Tnb.Systems.Interfaces.csproj b/system/Tnb.Systems.Interfaces/Tnb.Systems.Interfaces.csproj index 42ab777d..cceae252 100644 --- a/system/Tnb.Systems.Interfaces/Tnb.Systems.Interfaces.csproj +++ b/system/Tnb.Systems.Interfaces/Tnb.Systems.Interfaces.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8625; + Debug;Release;tianyi diff --git a/system/Tnb.Systems/Tnb.Systems.csproj b/system/Tnb.Systems/Tnb.Systems.csproj index 49f58031..1baf4b60 100644 --- a/system/Tnb.Systems/Tnb.Systems.csproj +++ b/system/Tnb.Systems/Tnb.Systems.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8619;CS8625;CS8629;CS1572;CS1573;CS0168;CS4014;CS1998; + Debug;Release;tianyi diff --git a/taskschedule/Tnb.TaskScheduler.Entitys/Tnb.TaskScheduler.Entitys.csproj b/taskschedule/Tnb.TaskScheduler.Entitys/Tnb.TaskScheduler.Entitys.csproj index fe747c12..f42db347 100644 --- a/taskschedule/Tnb.TaskScheduler.Entitys/Tnb.TaskScheduler.Entitys.csproj +++ b/taskschedule/Tnb.TaskScheduler.Entitys/Tnb.TaskScheduler.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn)CS8604;CS8618; + Debug;Release;tianyi diff --git a/taskschedule/Tnb.TaskScheduler.Interfaces/Tnb.TaskScheduler.Interfaces.csproj b/taskschedule/Tnb.TaskScheduler.Interfaces/Tnb.TaskScheduler.Interfaces.csproj index 4d3ffed9..296a711e 100644 --- a/taskschedule/Tnb.TaskScheduler.Interfaces/Tnb.TaskScheduler.Interfaces.csproj +++ b/taskschedule/Tnb.TaskScheduler.Interfaces/Tnb.TaskScheduler.Interfaces.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/taskschedule/Tnb.TaskScheduler/Tnb.TaskScheduler.csproj b/taskschedule/Tnb.TaskScheduler/Tnb.TaskScheduler.csproj index 46699d63..6d63dc6b 100644 --- a/taskschedule/Tnb.TaskScheduler/Tnb.TaskScheduler.csproj +++ b/taskschedule/Tnb.TaskScheduler/Tnb.TaskScheduler.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8625;CS1572;CS1573; + Debug;Release;tianyi diff --git a/visualdev/Tnb.Vengine/Tnb.Vengine.csproj b/visualdev/Tnb.Vengine/Tnb.Vengine.csproj index 47686641..76ce863d 100644 --- a/visualdev/Tnb.Vengine/Tnb.Vengine.csproj +++ b/visualdev/Tnb.Vengine/Tnb.Vengine.csproj @@ -4,6 +4,7 @@ net6.0 enable enable + Debug;Release;tianyi diff --git a/visualdev/Tnb.VisualDev.Engine/Tnb.VisualDev.Engine.csproj b/visualdev/Tnb.VisualDev.Engine/Tnb.VisualDev.Engine.csproj index 1d9eedd5..178ed887 100644 --- a/visualdev/Tnb.VisualDev.Engine/Tnb.VisualDev.Engine.csproj +++ b/visualdev/Tnb.VisualDev.Engine/Tnb.VisualDev.Engine.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8618;CS8625;CS8629;CS1572;CS1573;CS0168; + Debug;Release;tianyi diff --git a/visualdev/Tnb.VisualDev.Entitys/Tnb.VisualDev.Entitys.csproj b/visualdev/Tnb.VisualDev.Entitys/Tnb.VisualDev.Entitys.csproj index 76aef262..08bcb7bf 100644 --- a/visualdev/Tnb.VisualDev.Entitys/Tnb.VisualDev.Entitys.csproj +++ b/visualdev/Tnb.VisualDev.Entitys/Tnb.VisualDev.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8618; + Debug;Release;tianyi diff --git a/visualdev/Tnb.VisualDev.Interfaces/Tnb.VisualDev.Interfaces.csproj b/visualdev/Tnb.VisualDev.Interfaces/Tnb.VisualDev.Interfaces.csproj index 42c2131c..dbf40cd5 100644 --- a/visualdev/Tnb.VisualDev.Interfaces/Tnb.VisualDev.Interfaces.csproj +++ b/visualdev/Tnb.VisualDev.Interfaces/Tnb.VisualDev.Interfaces.csproj @@ -6,6 +6,7 @@ enable enable False + Debug;Release;tianyi diff --git a/visualdev/Tnb.VisualDev/Tnb.VisualDev.csproj b/visualdev/Tnb.VisualDev/Tnb.VisualDev.csproj index e6e5b41b..20d4ac1d 100644 --- a/visualdev/Tnb.VisualDev/Tnb.VisualDev.csproj +++ b/visualdev/Tnb.VisualDev/Tnb.VisualDev.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8625;CS8629;CS1572;CS1573;CS0168; + Debug;Release;tianyi diff --git a/workflow/Tnb.WorkFlow.Entitys/Tnb.WorkFlow.Entitys.csproj b/workflow/Tnb.WorkFlow.Entitys/Tnb.WorkFlow.Entitys.csproj index 938c5f8a..7efd33cf 100644 --- a/workflow/Tnb.WorkFlow.Entitys/Tnb.WorkFlow.Entitys.csproj +++ b/workflow/Tnb.WorkFlow.Entitys/Tnb.WorkFlow.Entitys.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8618; + Debug;Release;tianyi diff --git a/workflow/Tnb.WorkFlow.Interfaces/Tnb.WorkFlow.Interfaces.csproj b/workflow/Tnb.WorkFlow.Interfaces/Tnb.WorkFlow.Interfaces.csproj index 04a146bb..e5f53fe4 100644 --- a/workflow/Tnb.WorkFlow.Interfaces/Tnb.WorkFlow.Interfaces.csproj +++ b/workflow/Tnb.WorkFlow.Interfaces/Tnb.WorkFlow.Interfaces.csproj @@ -7,6 +7,7 @@ enable False $(NoWarn);CS8625; + Debug;Release;tianyi diff --git a/workflow/Tnb.WorkFlow/Tnb.WorkFlow.csproj b/workflow/Tnb.WorkFlow/Tnb.WorkFlow.csproj index 261223a1..c4d8fc92 100644 --- a/workflow/Tnb.WorkFlow/Tnb.WorkFlow.csproj +++ b/workflow/Tnb.WorkFlow/Tnb.WorkFlow.csproj @@ -7,6 +7,7 @@ enable True $(NoWarn);CS8600;CS8601;CS8602;CS8603;CS8604;CS8619;CS8620;CS8625;CS8629;CS1572;CS1573;CS0168;CS4014;CS1998; + Debug;Release;tianyi