This commit is contained in:
2025-04-08 14:34:22 +08:00
parent 884fb61a77
commit c3001697ac
3 changed files with 70 additions and 54 deletions
-4
View File
@@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Configurations>Demo;Maintenance</Configurations>
</PropertyGroup>
@@ -21,8 +20,5 @@
<PackageReference Include="HiNc" Version="1.4.*" />
<PackageReference Include="Hi.Wpf" Version="1.4.*" />
</ItemGroup>
<ItemGroup>
<Folder Include="MachiningProcs\" />
</ItemGroup>
</Project>