MouseAutoClicker/鼠标连点器/鼠标连点器.csproj

13 lines
327 B
XML
Raw Normal View History

2024-08-30 09:18:07 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
2024-08-30 09:42:35 +08:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2024-08-30 09:18:07 +08:00
</PropertyGroup>
</Project>