In this exercise, you will create a new project named “MyFirstProject” and reference the files of the AutoCAD .NET API.
To create a new project named “MyFirstProject”
- Do one of the following to start Microsoft Visual Studio:
- Windows 8.1: On the Start screen, type
visual. In the Search bar, click Visual Studio 2019.
- Windows 10: On the Windows Start menu or screen, click All Apps Visual Studio 2019.
- In Microsoft Visual Studio, click File menu New Project (or click File menu New Project).
- In the New Project dialog box, Installed Templates tree, expand Other Languages Visual Basic or Visual C# and click Windows.
- Under Templates, select Class Library.
- In the Name box, enter
MyFirstProject.
- In the Location box, click Browse to specify a new location or accept the default location.
Tip: To change the default location for new projects, display the Options dialog box and select the Projects and Solutions folder from the navigation pane. Click the ellipsis button to the right of the Visual Studio Projects Location and browse to a new default location.
- Click OK.