Files
IOT/UpdateInfoModule/UpdateInfoModule.csproj
2026-01-14 11:22:58 +08:00

21 lines
458 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" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\UpdateInfoView.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>