Dot Net 678
Dot Net 678
Windows
dotnet new winforms --language VB -o MyVBApp -f net6.0
dotnet new winforms --language C# -o MyApp -f net6.0
Run
dotnet run [path]
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>VB_DotNet_Framework_6.0</AssemblyName>
<Version>1.0.0.0</Version>
<Authors>Lawrence Albert Pardo-Ilao</Authors>
<Company>Unlock For Us</Company>
<Product>VB DotNet Framework 6.0</Product>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Description>Vb.Net Compiler for .Net Framework 6.0</Description>
<Copyright>Copyright @ 2022 All rights will be served.</Copyright>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>MyVBApp</RootNamespace>
<StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
</Project>
Professional:
KBJFW-NXHK6-W4WJM-CRMQB-G3CDH
4F3PR-NFKDB-8HFP7-9WXGY-K77T7
Enterprise:
NJVYC-BMHX2-G77MM-4XJMR-6Q8QF
N2VYX-9VR2K-T733M-MWD9X-KQCDF