From 9a07f86f771e14f4efede0b7686b25c697ca6058 Mon Sep 17 00:00:00 2001 From: Nuget Ninja Date: Mon, 11 Sep 2023 03:42:23 +0000 Subject: [PATCH] Auto csproj fix and update by bot. --- src/DPB.Tests/DPB.Tests.csproj | 231 +++++++++++++++++---------------- src/DPB/DPB.csproj | 123 ++++++++---------- 2 files changed, 172 insertions(+), 182 deletions(-) diff --git a/src/DPB.Tests/DPB.Tests.csproj b/src/DPB.Tests/DPB.Tests.csproj index e05191e..54ada7d 100644 --- a/src/DPB.Tests/DPB.Tests.csproj +++ b/src/DPB.Tests/DPB.Tests.csproj @@ -1,119 +1,120 @@ - - - - - Debug - AnyCPU - {4F412537-ACFE-40BC-A613-0DE0EC24FE9D} - Library - Properties - DPB.Tests - DPB.Tests - v4.8 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 15.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\DPB\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\DPB\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - - ..\DPB\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - - - ..\DPB\packages\Senparc.CO2NET.0.5.2\lib\net45\Senparc.CO2NET.dll - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - {2469ed76-cb41-4117-8dd9-447398fbff92} - DPB - - - - - - + + - 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + Library + DPB.Tests + DPB.Tests + false + false + enable + Debug + AnyCPU + {4F412537-ACFE-40BC-A613-0DE0EC24FE9D} + Properties + v4.8 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 15.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + - - - - + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\DPB\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + + ..\DPB\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + + ..\DPB\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + + ..\DPB\packages\Senparc.CO2NET.0.5.2\lib\net45\Senparc.CO2NET.dll + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + {2469ed76-cb41-4117-8dd9-447398fbff92} + DPB + + + + + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + + + + \ No newline at end of file diff --git a/src/DPB/DPB.csproj b/src/DPB/DPB.csproj index e49596a..34481fc 100644 --- a/src/DPB/DPB.csproj +++ b/src/DPB/DPB.csproj @@ -1,79 +1,68 @@ - - - - net462;netstandard2.0; - 0.6.7 - DPB - DPB - true - - + + + Library + 0.6.8 + DPB + DPB + false + true + true + enable + DPB + DPB + Senparc + DPB is a tool that allows developers to automatically generate project code. You can add annotations to the code templates, and use DPB to automatically filter or generate code to build a complete new project. - Senparc Copyright © 2004~2019 - dynamic,builder,project,build,C#,automation - - - Senparc - Senparc - https://github.com/Senparc/DPB/blob/master/LICENSE - https://github.com/JeffreySu/WeiXinMPSDK - DPB: Dynamic Project Builder - - DPB is a tool that allows developers to automatically generate project code. + DPB + dynamic,builder,project,build,C#,automation + https://github.com/JeffreySu/WeiXinMPSDK + https://github.com/JeffreySu/WeiXinMPSDK + net462;netstandard2.0; + Senparc Copyright © 2004~2019 + Senparc + https://github.com/Senparc/DPB/blob/master/LICENSE + https://github.com/JeffreySu/WeiXinMPSDK + DPB: Dynamic Project Builder + DPB is a tool that allows developers to automatically generate project code. You can add annotations to the code templates, and use DPB to automatically filter or generate code to build a complete new project. - https://github.com/JeffreySu/WeiXinMPSDK - http://sdk.weixin.senparc.com/Images/Logo.jpg - + http://sdk.weixin.senparc.com/Images/Logo.jpg + How to use: https://github.com/Senparc/DPB v0.6.0 update memory-cache model v0.6.6 update for mark filter rules v0.6.7 fix bug: a line is kept when it contains any DPBMARK keyword in content instead of after DPBMARK. - https://github.com/JeffreySu/WeiXinMPSDK - - - - ..\..\BuildOutPut - TRACE - - - - ..\..\BuildOutPut\ - ..\..\BuildOutPut\net462\DPB.xml - - - - ..\..\BuildOutPut\ - ..\..\BuildOutPut\netstandard2.0\DPB.xml - - - - - ..\..\BuildOutPut\ - ..\..\BuildOutPut\netcoreapp2.1\DPB.xml - - - - - - - - - - - - - - - - - - - - - + + + ..\..\BuildOutPut + TRACE + + + ..\..\BuildOutPut\ + ..\..\BuildOutPut\net462\DPB.xml + + + ..\..\BuildOutPut\ + ..\..\BuildOutPut\netstandard2.0\DPB.xml + + + ..\..\BuildOutPut\ + ..\..\BuildOutPut\netcoreapp2.1\DPB.xml + + + + + + + + + + + + + \ No newline at end of file