ToolBox/QuickLauncher.csproj
2025-03-12 14:06:44 +08:00

17 lines
460 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Truice_Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="Truice_Icon.ico" />
</ItemGroup>
</Project>