Skip to content

softempire/AcExtensionLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcExtentionLibrary

A library for working with AutoCAD managed libraries

Project Structure

  • Documentation
    • v20.1 - version 20.1 = 2016
  • libs
    • acad - AutoCAD dll's
      • v19.0 - version 19.0 = 2013 dll's
      • v19.1 - version 19.1 = 2014 dll's
      • v20.0 - version 20.0 = 2015 dll's
      • v20.1 - version 20.1 = 2016 dll's
  • src - source files, solution and projects.
    • Shared - contains the shared project.
    • v19.0 - version 19.0 = 2013 project
    • v19.1 - version 19.1 = 2014 project
    • v20.0 - version 20.0 = 2015 project
    • v20.1 - version 20.1 = 2016 project

Documentation

Contains a solution with a sandcastle project which uses the Visual Studio Integration Package and the nuget package information can be found here. For a quick tutorial and overview see Taming Sandcastle: A .NET Programmer's Guide to Documenting Your Code

You can download .chm at this Link and after downloading right-click and unblock.

The folders under the documentation folder are basically what by default a sandcastle project will produce, and folders I added to help store content of documentation file.

Samples

Samples folder (Documentation / v20.1 / Content / Samples ) contains a solution that is used for referencing examples inside documentation.

libs

Library Folder contains dll to reference for example acmgd.dll and this places them inside the source control so no worries of repathing, etc...

src

Source Folder contains the solutions, shared, and each year projects files used to build the assemblies.

Shared

Shared folder (src / AcExtensionLibrary / Shared ) contains the shared project. What a shared project does is just use the files to build dll's in whatever project it is referenced in. This link is a short good overview.

Currently working on this topic.

About

AutoCAD Extension Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%