Files
ACP/DeviceEditModule/DeviceEditModule.csproj
2026-07-29 13:12:27 +08:00

16 lines
408 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include=".\..\UIShare\UIShare.csproj" />
<ProjectReference Include=".\..\DeviceCommand\DeviceCommand.csproj" />
</ItemGroup>
</Project>