This commit is contained in:
2025-04-09 21:41:15 +08:00
parent c3001697ac
commit 1e7ce15f4c
3 changed files with 19 additions and 3 deletions
+8
View File
@@ -6,6 +6,8 @@
<Platforms>x64</Platforms>
<UseWPF>true</UseWPF>
<Configurations>Demo;Maintenance</Configurations>
<AssemblyName>Hi.Sample.Wpf</AssemblyName>
<RootNamespace>Sample.Wpf</RootNamespace>
</PropertyGroup>
<ItemGroup>
@@ -13,6 +15,12 @@
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Maintenance'">
<ProjectReference Include="..\HiLicense\HiLicense.csproj" />
<ProjectReference Include="..\HiGeom\HiGeom.csproj" />
<ProjectReference Include="..\HiDisp\HiDisp.csproj" />
<ProjectReference Include="..\HiCbtr\HiCbtr.csproj" />
<ProjectReference Include="..\HiMech\HiMech.csproj" />
<ProjectReference Include="..\HiUniNc\HiUniNc.csproj" />
<ProjectReference Include="..\HiNc\HiNc.csproj" />
<ProjectReference Include="..\Hi.Wpf\Hi.Wpf.csproj" />
</ItemGroup>