You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
918 B
25 lines
918 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<OutputType>WinExe</OutputType> |
|
<TargetFramework>net8.0-windows</TargetFramework> |
|
<Nullable>enable</Nullable> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<UseWPF>true</UseWPF> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" /> |
|
<PackageReference Include="HandyControl" Version="3.5.1" /> |
|
<PackageReference Include="HandyControl.Lang.en" Version="3.5.1" /> |
|
<PackageReference Include="HandyControls.Lang.zh-CN" Version="3.5.3" /> |
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" /> |
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<None Remove="Resource\Images\IGILogo.png" /> |
|
<Resource Include="Resource\Images\IGILogo.png" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|