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

24 lines
547 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\LoginView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\SettingView.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>