This commit is contained in:
GG Z
2025-07-31 20:12:24 +08:00
parent 4f6cd2137c
commit f209e7d3ad
426 changed files with 15854 additions and 6612 deletions

View File

@@ -6,6 +6,9 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>True</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="background.avif" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Html\index.html" />
</ItemGroup>
@@ -17,6 +20,11 @@
<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="2020.*" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<Resource Include="background.avif">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<Compile Update="WebUIWindow.xaml.cs">
<SubType>Code</SubType>