更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -85,11 +85,12 @@
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="EPPlus.Core.Extensions" Version="2.4.0" />
<PackageReference Include="ACadSharp" Version="1.0.8" />
<PackageReference Include="ACadSharp" Version="1.1.6" />
<PackageReference Include="FuzzySharp" Version="2.0.2" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.72" />
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
<!--TreatAsUsed="true"标记为已使用-->
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" TreatAsUsed="True" />
<PackageReference Include="Nice3point.Revit.Extensions" Version="2020.3.0" />
<PackageReference Include="randomColorSharped.NetStandard" Version="1.0.2" />
</ItemGroup>
<!-- <ItemGroup Condition="$(DefineConstants.Contains('WINFORMS'))"> -->
@@ -110,7 +111,12 @@
<PackageReference Include="ValueConverters" Version="3.1.22" />
<!--<PackageReference Include="Nice3point.Revit.Toolkit" Version="2025.*" Condition=" '$(RevitVersion)' == '2025' " />-->
</ItemGroup>
<ItemGroup>
<Content Include="PackageContents.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>..\..\ShrlAlgoToolkit.RevitAddins.bundle\PackageContents.xml</Link>
</Content>
</ItemGroup>
<!--<Target Name="PreventRevitSDKCopyLocal" AfterTargets="ResolveReferences">
<ItemGroup>
--><!-- 暂时解决Revit SDK文件被复制到输出文件夹的问题 --><!--
@@ -142,7 +148,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShrlAlgo.Toolkit.Mvvm\ShrlAlgoToolkit.Mvvm.csproj" />
<ProjectReference Include="..\ShrlAlgoToolkit.Core\ShrlAlgoToolkit.Core.csproj" />
<ProjectReference Include="..\ShrlAlgoToolkit.Mvvm\ShrlAlgoToolkit.Mvvm.csproj" />
<ProjectReference Include="..\WPFluent\WPFluent.csproj" />
@@ -183,21 +188,20 @@
</ItemGroup>
<PropertyGroup>
<RootNamespace>Sai.RvKits</RootNamespace>
<NeutralLanguage>en</NeutralLanguage>
<UserSecretsId>c6f7036c-6a5d-453e-9f5e-3089ea23d222</UserSecretsId>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
<Target Name="MoveXmlTobundle" AfterTargets="AfterBuild">
<!-- 将xml文件移动到bundle文件夹中在启动调试器之前-->
<!-- <Target Name="MoveXmlTobundle" AfterTargets="AfterBuild">
--><!-- 将xml文件移动到bundle文件夹中在启动调试器之前--><!--
<Message Importance="high" Text="将xml文件移动到bundle文件夹中" />
<ItemGroup>
<XMLFile Include="$(OutputPath)\..\**\PackageContents.xml" />
</ItemGroup>
<Move SourceFiles="@(XMLFile)" DestinationFolder="$(OutputPath)\..\..\$(AssemblyName).bundle" OverwriteReadOnlyFiles="true" />
</Target>
<Target Name="MoveFamilyFiles" AfterTargets="MoveXmlTobundle" Condition="$(RevitVersion)!='2018'">
</Target>-->
<Target Name="MoveFamilyFiles" AfterTargets="AfterBuild" Condition="$(RevitVersion)!='2018'">
<!-- 将族文件移动到输出目录中(在启动调试器之前)。 -->
<Message Importance="high" Text="将族文件移动到输出目录对应版本的Libraries文件夹中" />
<ItemGroup>
@@ -205,5 +209,5 @@
</ItemGroup>
<Copy SourceFiles="@(FilesToMove)" DestinationFolder="$(OutputPath)Libraries\%(RecursiveDir)" SkipUnchangedFiles="True" />
</Target>
<Import Project="..\ShrlAlgo.Toolkit.Revit\ShrlAlgo.Toolkit.Revit.projitems" Label="Shared" />
<Import Project="..\ShrlAlgoToolkit.Revit\ShrlAlgoToolkit.Revit.projitems" Label="Shared" />
</Project>