Files
ShrlAlgoToolkit/ShrlAlgoStudio/ShrlAlgoStudio.csproj

20 lines
653 B
XML
Raw Normal View History

2026-02-12 21:28:44 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2026-02-12 21:29:00 +08:00
<TargetFramework>net48</TargetFramework>
2026-02-12 21:28:44 +08:00
<OutputType>WinExe</OutputType>
2026-02-12 21:29:00 +08:00
<LangVersion>preview</LangVersion>
2026-02-12 21:28:44 +08:00
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
2026-02-12 21:29:00 +08:00
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
2026-02-12 21:28:44 +08:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
2026-02-12 21:29:00 +08:00
<ProjectReference Include="..\Melskin\Melskin.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.IO.Compression" />
2026-02-17 22:17:23 +08:00
<Reference Include="System.Management" />
2026-02-12 21:28:44 +08:00
</ItemGroup>
</Project>