Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.33 KB

File metadata and controls

24 lines (18 loc) · 1.33 KB

CG_Lab_Programs

Configuring Visual Studio 2019 1.Open Visual Studio 2019 image 2.Creat a new project and choose empty project image 3.Give the project name and the desired location image 4.Make the solution platform version to x64 for 64bit system or x86 for 32bit system image 5.Go to tools followed by NuGet Package Manager

image

6.Open package manager console

image

7.Enter the following command --> "Install-package nupengl.core" and hit enter

image the desired output of the command will be

image