NetTool.Client.csproj 439 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net9.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. <AssemblyName>NetTool.Client</AssemblyName>
  9. <RootNamespace>NetTool.Client</RootNamespace>
  10. <InformationalVersion>2026.05.15.1818</InformationalVersion>
  11. </PropertyGroup>
  12. </Project>