MessageBox.csproj 353 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFrameworks>net20;net45;net5.0-windows</TargetFrameworks>
  5. <UseWindowsForms>true</UseWindowsForms>
  6. <RootNamespace>MBox</RootNamespace>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Reference Include="System.Windows.Forms" />
  10. </ItemGroup>
  11. </Project>