This commit is contained in:
ShrlAlgo
2025-07-11 09:20:23 +08:00
parent c7b104f44f
commit 4d35cadb56
840 changed files with 102347 additions and 11595 deletions

View File

@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<OutputType>WinExe</OutputType>
<!--<OutputType>Library</OutputType>-->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>True</UseWPF>
</PropertyGroup>
@@ -16,6 +17,9 @@
<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="2020.*" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShrlAlgo.Toolkit.Wpf\ShrlAlgo.Toolkit.Wpf.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="WebUIWindow.xaml.cs">
<SubType>Code</SubType>