SubTaobaoLongLink/淘宝网址解析/淘宝网址解析.csproj

11 lines
296 B
XML
Raw Normal View History

2023-03-11 00:08:21 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>