From c8cac7811ea51452ad3b0e767c30560546343660 Mon Sep 17 00:00:00 2001 From: ShrlAlgo <903524121@qq.com> Date: Thu, 4 Sep 2025 16:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=95=E7=94=A8=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevitGen/RevitGen.csproj | 12 +++++------- RevitGen/build/RevitGen.targets | 13 +++++++++++++ RevitGenTest/RevitGenTest.csproj | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 RevitGen/build/RevitGen.targets diff --git a/RevitGen/RevitGen.csproj b/RevitGen/RevitGen.csproj index d0e1268..e319619 100644 --- a/RevitGen/RevitGen.csproj +++ b/RevitGen/RevitGen.csproj @@ -4,7 +4,7 @@ netstandard2.0 RevitGen - 1.0.2 + 1.0.3 ShrlAlgo https://www.shrlalgo.cn/ https://github.com/ShrlAlgo/RevitGen @@ -23,19 +23,17 @@ - + + + - + diff --git a/RevitGen/build/RevitGen.targets b/RevitGen/build/RevitGen.targets new file mode 100644 index 0000000..1e15c6d --- /dev/null +++ b/RevitGen/build/RevitGen.targets @@ -0,0 +1,13 @@ + + + + + $(MSBuildThisFileDirectory)..\lib\netstandard2.0\RevitGen.Common.dll + all + + + \ No newline at end of file diff --git a/RevitGenTest/RevitGenTest.csproj b/RevitGenTest/RevitGenTest.csproj index 3ffd3ca..be6aa5b 100644 --- a/RevitGenTest/RevitGenTest.csproj +++ b/RevitGenTest/RevitGenTest.csproj @@ -15,7 +15,7 @@ - +