2025-07-11 09:20:23 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2026-01-02 16:37:37 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<UseWPF>True</UseWPF>
|
|
|
|
|
|
<LangVersion>preview</LangVersion>
|
|
|
|
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
|
|
|
|
|
</ItemGroup>
|
2025-07-11 09:20:23 +08:00
|
|
|
|
</Project>
|