Files
ADP/DeviceEditModule/DeviceEditModule.csproj
2026-06-12 16:55:47 +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>