You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
707 B
XML

8 months ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.36.0" />
</ItemGroup>
<ItemGroup>
<None Update="Resource\利港模型AB文件.zip">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resource\学习.rar">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
7 months ago
<None Update="Resource\学习2.rar">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
8 months ago
</ItemGroup>
</Project>