From the course: AutoCAD: Building Add-ins with C#

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understanding project properties

Understanding project properties - AutoCAD Tutorial

From the course: AutoCAD: Building Add-ins with C#

Start my 1-month free trial

Understanding project properties

- [Instructor] In our last video, we were able to create our very first Visual Studio project and the way we were able to create that project, we took advantage of the wizard that we had downloaded from Autodesk and that wizard helped connect us to the AutoCAD API, sped up the process. Well we're gonna take a closer look at the project and in the process look at some of the project properties, make some adjustments, get ready to actually create our command. So let's go ahead and open up our exercise file for this video. We're gonna go to the Desktop, Exercise Files, chapter two, and choose the 02-02.sln file. Now why sln? The sln file actually is a solution file. Tells us a little bit about Visual Studio. Visual Studio creates project files, you can see those project files within the associated directory 02-02, and you see the cs project file. But the thought with Visual Studio is you're building more than just one project. You want multiple projects that come together and feed each…

Contents